Commit 76d018d7 authored by 郝聪敏's avatar 郝聪敏

feature: 容器组件溢出隐藏,tabs导航组件特殊处理

parent 777a3c29
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
/* 不可设置溢出隐藏,tabs导航会出问题 */ /* 不可设置溢出隐藏,tabs导航会出问题 */
// overflow: hidden; overflow: hidden;
&>*:first-child { &>*:first-child {
height: 100%; height: 100%;
} }
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
} }
.del_transform { .del_transform {
overflow: visible !important;
transform: none !important; transform: none !important;
} }
</style> </style>
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