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

This commit is contained in:
zhengliming
2024-03-16 22:49:59 +08:00
parent 0d8ff2e98d
commit 59ad09b521

View File

@@ -33,7 +33,7 @@
@focus="onFocus"
@confirm="onConfirm"
/>
<view v-else>
<view v-else style="width:100%">
<view
v-if="type === 'select'"
@@ -117,6 +117,7 @@
type: [String, Number],
default: ''
},
// 输入框的类型
type: {
type: String,