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

Loading…
Cancel
Save