Commit 68123ecd by zhuxiaomei

货架样式修改

parent 89eddf93
......@@ -22,9 +22,9 @@
<div class="bottom-btn">
<van-button type="info" block @click="showAdd=true">添加货架</van-button>
</div>
<van-popup v-model="showAdd" round>
<van-popup v-model="showAdd" round :style="{ width:'80%'}">
<div style="margin: 20px auto 30px;text-align: center">添加货架</div>
<van-field v-model="name" label="货架" placeholder="请输入货架"></van-field>
<van-field v-model="name" label="货架" label-width="40px" placeholder="请输入货架"></van-field>
<div style="text-align: center;margin: 20px">
<van-button type="info" @click="_add">保存</van-button>
</div>
......
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