fix: 修复首页项目介绍在小屏下内容超出截断的问题
This commit is contained in:
@@ -79,7 +79,9 @@ export default {
|
||||
|
||||
&__main {
|
||||
line-height: 28px;
|
||||
height: 308.5px;
|
||||
height: 320px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user