邵佳豪 2 years ago
parent
commit
c61cbf2f84
  1. 14
      src/app/system-management/user/user.component.scss

14
src/app/system-management/user/user.component.scss

@ -89,11 +89,12 @@
} }
.box{ .box{
flex: 1; flex: 1;
overflow: auto; // overflow: auto;
padding-top: 20px; padding-top: 20px;
::-webkit-scrollbar { overflow-y:auto;
display: none; display: flex;
} flex-direction: column;
height: 100%;
} }
.topbox { .topbox {
width: 100%; width: 100%;
@ -130,11 +131,8 @@
.tablebox { .tablebox {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
overflow: auto;
//滚动条样式
::-webkit-scrollbar {
display: none;
}
} }
.pagination { .pagination {

Loading…
Cancel
Save