Parcourir la source

托书必填标志

jbb il y a 2 ans
Parent
commit
c7054b3a28
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>