debug
This commit is contained in:
parent
c23ddf0f15
commit
780ed10ece
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user