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;
}
}