feat: update input

This commit is contained in:
ivringpeng 2022-03-18 17:40:57 +08:00
parent f290f07c4c
commit b7671700ef

View File

@ -45,7 +45,9 @@
<t-radio value="2"> 付款 </t-radio>
</t-radio-group>
<span class="space-item" />
<t-input placeholder="请输入金额" :style="{ width: '160px' }" />
<div>
<t-input placeholder="请输入金额" :style="{ width: '160px' }" />
</div>
</t-form-item>
</t-col>