#
whycq
2024-12-04 e815bda1b6c2e6202dc3683064b7bce8785b8d9d
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;