其他分享
首页 > 其他分享> > el-tabs ,header固定+main取消滚动条

el-tabs ,header固定+main取消滚动条

作者:互联网

>>>.el-tabs--card {
  height: calc(100vh - 110px);
}
>>>.el-tab-pane {
  height: calc(100vh - 110px);
  overflow-y: auto;
}
>>>::-webkit-scrollbar {
   width: 0 !important;
 }
>>> ::-webkit-scrollbar {
   width: 0 !important;height: 0;
 }

标签:el,tabs,110px,height,header,important,calc
来源: https://blog.csdn.net/real_xiaobai/article/details/121922125