From 8721ad3066683b75dff28758e08758529e27e182 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 23 May 2024 17:31:59 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/viewui-mine.less | 3 + .../contract/components/editorContract.vue | 120 ++++++++++++++++-- src/views/contract/contractList.vue | 9 +- src/views/dashboard/index.vue | 7 +- 4 files changed, 124 insertions(+), 15 deletions(-) diff --git a/src/styles/viewui-mine.less b/src/styles/viewui-mine.less index 07221bc..b688aed 100644 --- a/src/styles/viewui-mine.less +++ b/src/styles/viewui-mine.less @@ -2,3 +2,6 @@ // Here are the variables to cover, such as: @primary-color: #338de3; +.ivu-table-fixed,.ivu-table-fixed-right{ + height: calc(100% - 8px) !important; +} diff --git a/src/views/contract/components/editorContract.vue b/src/views/contract/components/editorContract.vue index b115acc..81b2bd1 100644 --- a/src/views/contract/components/editorContract.vue +++ b/src/views/contract/components/editorContract.vue @@ -130,7 +130,7 @@