Explorar el Código

增加备注栏高度

jbb hace 2 años
padre
commit
cc07e901f2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>