>>>.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;
}
2023-10-03 16:32:52
>>>.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;
}