diff --git a/src/design/ant/input.less b/src/design/ant/input.less index 645afb3b..1599f37c 100644 --- a/src/design/ant/input.less +++ b/src/design/ant/input.less @@ -17,6 +17,7 @@ .ant-input-affix-wrapper-textarea-with-clear-btn { padding: 0 !important; + line-height: 2.3 !important; textarea.ant-input { padding: 4px; @@ -27,5 +28,3 @@ width: 100% !important; max-width: 100%; } - - diff --git a/src/views/operation/seaexport/columns.tsx b/src/views/operation/seaexport/columns.tsx index 14006db1..ca1acf02 100644 --- a/src/views/operation/seaexport/columns.tsx +++ b/src/views/operation/seaexport/columns.tsx @@ -2632,7 +2632,7 @@ export const cargoInfoFormSchema2: FormSchema[] = [ defaultValue: '', colProps: { span: 12 }, componentProps: { - rows: 4, + rows: 3, }, }, diff --git a/src/views/operation/seaexport/detail/modules/goodsTable.vue b/src/views/operation/seaexport/detail/modules/goodsTable.vue index 4291dc2e..fc916fb7 100644 --- a/src/views/operation/seaexport/detail/modules/goodsTable.vue +++ b/src/views/operation/seaexport/detail/modules/goodsTable.vue @@ -75,7 +75,8 @@