-
zhangwei
2025-03-10 309cc3fe6303d8464951063e89fc9d623915501e
src/uni_modules/uview-plus/components/u-text/props.js
@@ -107,6 +107,11 @@
        wordWrap: {
            type: String,
            default: () => defProps.text.wordWrap
        }
        },
      // 占满剩余空间
      flex1: {
         type: Boolean,
         default: () => defProps.text.flex1
      }
    }
})