From 58f24945a1a45db47c27111dac3cc111c9a62d77 Mon Sep 17 00:00:00 2001 From: "wangxiahui@91isoft.com" <140316hui> Date: Fri, 24 Sep 2021 14:56:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E8=A1=A8=E6=A0=BC=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 60d4ddc45..8182ef42f 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4988,7 +4988,6 @@ export default { background: url('~@/assets/images/shangqi/img/none-file.png'); background-size: 100% 100%; } - /deep/ .is-show { position: relative; display: inline-block; @@ -4997,7 +4996,12 @@ export default { background: url('~@/assets/images/shangqi/img/tree.png'); background-size: 100% 100%; } - + #domesticStandardDatabase{ + height: 100%; + .content { + height: calc(~'100% - 105px - 56px') + } +} /deep/ .tree-line { .el-tree-node { position: relative;