|
@@ -317,7 +317,7 @@
|
|
|
<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" placeholder="请输入备注" style="minHeight:100px;" />
|
|
|
+ <a-input type="textarea" v-model="fabricLoss.noteOne" style="minHeight:100px;" />
|
|
|
</a-form-model-item>
|
|
|
</a-form-model>
|
|
|
</div>
|
|
@@ -741,7 +741,8 @@ export default {
|
|
|
+'.ant-table-body{overflow-x: hidden !important }' //去除滚动条
|
|
|
+'.kk{display:flex;flex-wrap: wrap}' //主要信息并排
|
|
|
+'.ant-col-sm-8{width:40%;margin-bottom: 6px;}'
|
|
|
- +'.ant-form-item-label{width:45%}'
|
|
|
+ +'.ant-form-item-label{width:45%;font-size: 12px;}'
|
|
|
+ +'.ant-form-item-children{font-size: 12px}'
|
|
|
+'.ant-card-head-title{font-weight: bold;font-size: 0.67em;margin-bottom: 9px;}'
|
|
|
+'.ant-form-item-control-wrapper{width:100%}'
|
|
|
+'.ant-input{width:100%}'
|