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;