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

修复:分析页面宽度不足时 tabs 组件的滚动问题;
master
iczer 4 years ago
parent 9caba7cc66
commit 80e3f41419
  1. 2
      src/pages/dashboard/analysis/Analysis.vue

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

Loading…
Cancel
Save