Commit e3e091b5 authored by renjintao's avatar renjintao

reorder input size

parent fefd1df4
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
v-model="handonCardNo" v-model="handonCardNo"
placeholder="请输入接收人员编号" placeholder="请输入接收人员编号"
style="width: auto" style="width: auto"
size="large"
/> />
</p> </p>
...@@ -55,13 +56,6 @@ ...@@ -55,13 +56,6 @@
/> />
<div slot="content">{{ formatNumber }}</div> <div slot="content">{{ formatNumber }}</div>
</Poptip> </Poptip>
<Input
prefix="ios-lock-outline"
type="password"
v-model="userPwd"
placeholder="请输入人员密码"
style="width: auto"
/>
</p>--> </p>-->
</div> </div>
<div slot="footer"> <div slot="footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment