Commit b80d1691 authored by Mac's avatar Mac

1

parent ec6ddfa7
......@@ -195,7 +195,7 @@
<view v-for="(x,y) in MetroList" :key='y' style="border-bottom: 3rpx #DADCE6 solid;">
<view class="bottom-border_r" >
<input type="text" v-model="x.MetroNum" :disabled="disabled" style="padding: 10px 0;width: 70px;margin-right: 5px;border-bottom:1rpx #DADCE6 solid ;" placeholder="地铁线路" placeholder-style="color:#CECECE;">
<view style="width: 20px;">号线</view>
<view style="width: 40px;">号线</view>
<input type="text" v-model="x.MetroName" :disabled="disabled" style="padding: 10px 0;width: 1px;flex:1;margin-right: 5px;border-bottom:1rpx #DADCE6 solid ;" placeholder="站点名称" placeholder-style="color:#CECECE;">
</view>
<view class="bottom-border_r">
......
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