fix: 修复首页项目介绍在小屏下内容超出截断的问题

This commit is contained in:
郝先瑞
2022-02-11 05:01:41 +00:00
committed by Gitee
parent dc01ba3670
commit de62296701
2 changed files with 9 additions and 2 deletions

View File

@@ -79,7 +79,9 @@ export default {
&__main {
line-height: 28px;
height: 308.5px;
height: 320px;
overflow-y: auto;
overflow-x: hidden;
}
}

View File

@@ -132,9 +132,14 @@ watchEffect(() => {
.team-card {
font-size: 14px;
.el-tabs__content{
.el-tab-pane{
height: 252px;
}
}
.developers {
width: 100%;
overflow: hidden;
&__content {
display: flex;