邵佳豪 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{
flex: 1;
overflow: auto;
// overflow: auto;
padding-top: 20px;
::-webkit-scrollbar {
display: none;
}
overflow-y:auto;
display: flex;
flex-direction: column;
height: 100%;
}
.topbox {
width: 100%;
@ -130,11 +131,8 @@
.tablebox {
flex: 1;
overflow-y: auto;
overflow: auto;
//滚动条样式
::-webkit-scrollbar {
display: none;
}
}
.pagination {

Loading…
Cancel
Save