Commit eed858a2 authored by 郝聪敏's avatar 郝聪敏

featuer: 去掉溢出隐藏

parent fa0e2827
...@@ -48,7 +48,8 @@ ...@@ -48,7 +48,8 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
overflow: hidden; /* 不可设置溢出隐藏,tabs导航会出问题 */
// overflow: hidden;
&>*:first-child { &>*:first-child {
height: 100%; height: 100%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment