ソースを参照

托书必填标志

jbb 2 年 前
コミット
c7054b3a28
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/book/addBookDrawer.vue

+ 1 - 1
src/views/book/addBookDrawer.vue

@@ -265,7 +265,7 @@
               <!-- 集装箱号 输入框-->
               <template slot="containerNumber" slot-scope="text, record, index">
                 <a-form-model-item prop="containerNumber" :rules="rules.containerNumber">
-                  <a-input style="width:100%" type="text" v-model="record.containerNumber" @blur="changeContainerNumber"/>
+                  <a-input style="border-color: red;width:100%" type="text" v-model="record.containerNumber" @blur="changeContainerNumber" />
                 </a-form-model-item>
               </template>