Compare commits

..

No commits in common. '338ecd05bdd4e63e6e07d94cad76a94b9e240baf' and '09b6934b93c0e472792499dfe0569ee81cc922f9' have entirely different histories.

  1. 16
      src/app/system-management/user/user.component.scss

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

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

Loading…
Cancel
Save