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