From bd259119cd14eff50b84a8471198ba35cba649ba Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 04 十二月 2024 09:11:36 +0800 Subject: [PATCH] # --- pages/out/checkOut.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/out/checkOut.vue b/pages/out/checkOut.vue index 12f0565..e486e64 100644 --- a/pages/out/checkOut.vue +++ b/pages/out/checkOut.vue @@ -2,7 +2,7 @@ <view> <view class="code"> <view class="item"> - <view class="code-decs">绠卞彿:</view> + <view class="code-decs">鏉$爜:</view> <textarea style="background-color: #f0f0f0;max-height: 100rpx;padding: 4px;margin: 4px;" type="textarea" placeholder=" 鎵爜 / 杈撳叆" maxlength="1000" v-model="barcode" :focus="barcodeFocus" @input="analysis()" /> @@ -513,7 +513,7 @@ .item { display: flex; align-items: center; - height: 100rpx; + height: 130rpx; margin-left: 20rpx; border-bottom: 1px solid #DCDFE6; } @@ -545,7 +545,7 @@ width: 100%; background-color: white; position: fixed; - margin-top: 100rpx; + margin-top: 130rpx; z-index: 9; /* border-top: 1px solid #DCDFE6; */ text-align: center; -- Gitblit v1.9.1