This commit is contained in:
磷叶 2025-02-25 17:54:57 +08:00
parent c23ddf0f15
commit 780ed10ece
2 changed files with 6 additions and 1 deletions

View File

@ -291,5 +291,4 @@ aside {
.table-form.el-table th.el-table__cell > .cell { .table-form.el-table th.el-table__cell > .cell {
padding-left: 0px; padding-left: 0px;
padding-right: 0px; padding-right: 0px;
} }

View File

@ -33,6 +33,12 @@ export default {
width: 100%; width: 100%;
position: relative; position: relative;
overflow: auto; overflow: auto;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.app-main::-webkit-scrollbar {
display: none; /* Chrome, Safari and Opera */
} }
.fixed-header + .app-main { .fixed-header + .app-main {