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