From f62410d5ff3124f13612235eea6583088fadffcf Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 30 十月 2024 15:51:07 +0800 Subject: [PATCH] # --- pages/AGV/AGVStart.vue | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/pages/AGV/AGVStart.vue b/pages/AGV/AGVStart.vue index 7010001..7a699bc 100644 --- a/pages/AGV/AGVStart.vue +++ b/pages/AGV/AGVStart.vue @@ -1,10 +1,6 @@ <template> <view> - <view class="code"> - <view class="item"> - <view class="code-decs">妤煎彿:</view> - <uni-combox :candidates="floorList" placeholder="璇烽�夋嫨妤煎彿" v-model="floor" @input="getFloor"></uni-combox> - </view> + <view class="code"> <view class="item"> <view class="code-decs">鏆傚瓨浣�:</view> <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="stationCode" :focus="stationCodeFocus" @@ -12,9 +8,9 @@ </view> </view> - <view class="mat-list-title"> + <!-- <view class="mat-list-title"> <view style="-webkit-flex: 1;flex: 1;">绔欑偣鍒楄〃</view> - </view> + </view> --> <scroll-view> <view class="list" v-for="(item,i) in dataList" :key="i" :class="'bg-'+item.color"> <view class="aside"> @@ -557,7 +553,7 @@ width: 100%; background-color: white; position: fixed; - margin-top: 200rpx; + margin-top: 100rpx; z-index: 9; /* border-top: 1px solid #DCDFE6; */ text-align: center; -- Gitblit v1.9.1