-
-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Labels
🐞bugbugbug
Description
Wot Design Uni 版本号
1.2.18
平台
h5, 微信小程序
重现链接
https://wot-design-uni.gitee.io/guide/changelog.html
重现步骤
<wd-message-box>
<wd-cell prop="value1" title="姓名:" vertical title-width="100px">
<wd-input
v-model="model.value1"
clearable
placeholder="请输入用户名"
:rules="[{ required: true, message: '请填写用户名' }]"
/>
</wd-cell>
</wd-message-box>期望的结果是什么?
样式正常
实际的结果是什么?
在dialog下 使用cell vertical 属性后 样式错乱

环境信息
No response
其他补充信息
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞bugbugbug