|
@@ -226,8 +226,8 @@
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
|
- <a-col :span="24" style="height: 290px;">
|
|
|
- <a-form-model-item label="财务备注" prop="financeRemark" class="fff" >
|
|
|
+ <a-col :span="24" style="height: 230px;">
|
|
|
+ <a-form-model-item label="财务备注" prop="financeRemark" class="caiwu" >
|
|
|
<a-input v-model="formState.financeRemark" type="textarea" placeholder="请输入"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
@@ -590,6 +590,9 @@
|
|
|
/deep/ .fff .ant-input{
|
|
|
height: 280px !important;
|
|
|
}
|
|
|
+/deep/ .caiwu .ant-input{
|
|
|
+ height: 226px !important;
|
|
|
+}
|
|
|
/deep/.ant-table td { white-space: nowrap; }
|
|
|
.form-table-heard:before {
|
|
|
content: '*';
|