Explorar o código

托书必填标志

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
c7054b3a28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>