Przeglądaj źródła

增加备注栏高度

jbb 2 lat temu
rodzic
commit
cc07e901f2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/reportForms/fabric-loss-table.vue

+ 2 - 2
src/views/reportForms/fabric-loss-table.vue

@@ -336,8 +336,8 @@
         <div class="noteDetail">
           <a-form-model ref="form" :model="fabricLoss" :rues="validatorRules">
             <a-form-model-item prop="noteOne">
-              <a-input type="textarea" v-model="fabricLoss.noteOne" style="minHeight:100px;" v-show='showSelect==0'/>
-              <a-input type="textarea" v-text="fabricLoss.noteOne" style="minHeight:100px;" v-show='showSelect==1'/>
+              <a-input type="textarea" v-model="fabricLoss.noteOne" style="minHeight:160px;" v-show='showSelect==0'/>
+              <a-input type="textarea" v-text="fabricLoss.noteOne" style="minHeight:160px;" v-show='showSelect==1'/>
             </a-form-model-item>
           </a-form-model>
         </div>