From e04094205e8599ce939b16e64659d16db8e8cc60 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 27 四月 2023 17:02:49 +0800 Subject: [PATCH] # --- pages/order/orderPakin.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/order/orderPakin.vue b/pages/order/orderPakin.vue index 640858f..fa7b6fa 100644 --- a/pages/order/orderPakin.vue +++ b/pages/order/orderPakin.vue @@ -1,11 +1,11 @@ <template> <view> <view class="code"> - <view class="item"> + <!-- <view class="item"> <view class="code-decs">璁㈠崟鍙�:</view> <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="order" :focus="orderFocus" @input="orderInput()" disabled> - </view> + </view> --> <view class="item"> <view class="code-decs">鎵樼洏鐮�:</view> <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="barcode" :focus="barcodeFocus" @@ -428,7 +428,7 @@ width: 100%; background-color: white; position: fixed; - margin-top: 300rpx; + margin-top: 200rpx; z-index: 9; /* border-top: 1px solid #DCDFE6; */ text-align: center; -- Gitblit v1.9.1