From 458e20e4c2ef1d2aee9bb953c8d26c63dd9f76ca Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 1 Jul 2024 15:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserCenter/menu.vue | 9 ++++++--- src/views/study/GrowthPath.vue | 12 ++++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/UserCenter/menu.vue b/src/components/UserCenter/menu.vue index 3ade104d..a4b778ac 100644 --- a/src/components/UserCenter/menu.vue +++ b/src/components/UserCenter/menu.vue @@ -279,7 +279,8 @@ @@ -293,7 +294,8 @@ - + + 我的必修 @@ -306,7 +308,8 @@ - + + 我的考试 diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index 73cc3873..7e02aa15 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -228,16 +228,16 @@ -->
-
-
{{ title.title }}
-
+ +
{{ title.title }}
+
{{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }}
-
+
@@ -865,9 +865,11 @@ export default { overflow-x: auto; border: 1px solid #F0F6FC; border-radius: 4px 4px 0px 0px; + box-sizing: content-box; .title{ display: flex; .title_item{ + flex-grow: 1; background: #F0F6FC; width: 142px; height: 88px; @@ -897,9 +899,11 @@ export default { } .body_right{ display: flex; + flex-grow: 1; .body_item{ width: 142px; height: 88px; + // flex-grow: 1; border: 1px solid #F0F6FC; line-height: 88px; text-align: center;