mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-13 10:54:01 +08:00
[fix] 修复input不能平铺100%的问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user