From 8c0067935c0434e3f51ffae901964a81fd8b1f2f Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期一, 18 四月 2022 14:53:07 +0800 Subject: [PATCH] 人事人才 --- src/pages/show/personnelTalents/PersonnelTalents.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/show/personnelTalents/PersonnelTalents.vue b/src/pages/show/personnelTalents/PersonnelTalents.vue index 77ba193..2655fd8 100644 --- a/src/pages/show/personnelTalents/PersonnelTalents.vue +++ b/src/pages/show/personnelTalents/PersonnelTalents.vue @@ -27,6 +27,7 @@ </script> <style lang="scss"> .personnelTalents__warp { + height: calc(100% - 0.35156rem); .el-menu { background-color: transparent; border-right: none; @@ -48,7 +49,7 @@ ; display: flex; justify-content: center; - padding: 0px!important; + padding: 0px; } .el-menu-item.is-active { @@ -102,11 +103,11 @@ } } .personnelTalents-right { + height: 100%; flex: 1; padding: 0 0.078125rem /* 20/256 */ ; box-sizing: border-box; - height: 5.27344rem; @include overflow-y() } } -- Gitblit v1.9.1