From de6229670191c242fd53a36491c904a76521b686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Fri, 11 Feb 2022 05:01:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=BB=8B=E7=BB=8D=E5=9C=A8=E5=B0=8F=E5=B1=8F?= =?UTF-8?q?=E4=B8=8B=E5=86=85=E5=AE=B9=E8=B6=85=E5=87=BA=E6=88=AA=E6=96=AD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/Project/index.vue | 4 +++- src/views/dashboard/components/Team/index.vue | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/components/Project/index.vue b/src/views/dashboard/components/Project/index.vue index 16ee25e1..6d5598f7 100644 --- a/src/views/dashboard/components/Project/index.vue +++ b/src/views/dashboard/components/Project/index.vue @@ -79,7 +79,9 @@ export default { &__main { line-height: 28px; - height: 308.5px; + height: 320px; + overflow-y: auto; + overflow-x: hidden; } } diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index dc4b1907..57dfeb1a 100644 --- a/src/views/dashboard/components/Team/index.vue +++ b/src/views/dashboard/components/Team/index.vue @@ -131,10 +131,15 @@ watchEffect(() => { .component-container { .team-card { font-size: 14px; + + .el-tabs__content{ + .el-tab-pane{ + height: 252px; + } + } .developers { width: 100%; - overflow: hidden; &__content { display: flex;