fix: 修复首页项目介绍在小屏下内容超出截断的问题
This commit is contained in:
@@ -79,7 +79,9 @@ export default {
|
|||||||
|
|
||||||
&__main {
|
&__main {
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
height: 308.5px;
|
height: 320px;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -132,9 +132,14 @@ watchEffect(() => {
|
|||||||
.team-card {
|
.team-card {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
.el-tabs__content{
|
||||||
|
.el-tab-pane{
|
||||||
|
height: 252px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.developers {
|
.developers {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user