[fix] 修复input不能平铺100%的问题

This commit is contained in:
zhengliming
2024-03-16 22:49:59 +08:00
parent 0d8ff2e98d
commit 59ad09b521
+2 -1
View File
@@ -33,7 +33,7 @@
@focus="onFocus" @focus="onFocus"
@confirm="onConfirm" @confirm="onConfirm"
/> />
<view v-else> <view v-else style="width:100%">
<view <view
v-if="type === 'select'" v-if="type === 'select'"
@@ -117,6 +117,7 @@
type: [String, Number], type: [String, Number],
default: '' default: ''
}, },
// 输入框的类型 // 输入框的类型
type: { type: {
type: String, type: String,