4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-04-06 03:57:44 +08:00

fix: tabs scroll problem when analysis page's width is not enough;🐛 #80

修复:分析页面宽度不足时 tabs 组件的滚动问题;
This commit is contained in:
iczer 2020-06-24 23:48:53 +08:00
parent 9caba7cc66
commit 80e3f41419

View File

@ -146,7 +146,7 @@ export default {
}
}
@media screen and (max-width: 992px){
.extra-item{
.extra-wrap .extra-item{
display: none;
}
}