浏览代码

增加备注栏高度

jbb 2 年之前
父节点
当前提交
cc07e901f2
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>