From 9e25a8c67686c9150c2e3f803245c8ece5d4e61d Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期日, 24 四月 2022 14:22:56 +0800
Subject: [PATCH] 人事人才细节
---
src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
index 2ccb6b9..9531900 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
@@ -77,6 +77,7 @@
padding: 0.078125rem /* 20/256 */;
box-sizing: border-box;
display: flex;
+ height: calc(100% - 0.390625rem /* 100/256 */);
.menu-left{
width: 0.9375rem /* 240/256 */;
height: 5.2734375rem /* 1350/256 */;
@@ -99,12 +100,10 @@
}
}
.menu-right{
- flex: 1;
+ width: calc(100% - 0.9375rem);
padding: 0 0.078125rem /* 20/256 */;
box-sizing: border-box;
- height: 5.27344rem;
- @include overflow-y()
-
+ height: 100%;
}
}
--
Gitblit v1.9.1