员工管理

This commit is contained in:
Taric Xin
2021-11-30 11:11:02 +08:00
parent 08d5b09401
commit 83208b4934
22 changed files with 650 additions and 53 deletions

View File

@ -6,8 +6,15 @@
@import './styles/index';
@import './styles/theme';
@layout-gutter: 8px;
/* 全局滚动条美化 */
*::-webkit-scrollbar {
width : (@layout-gutter);
height: (@layout-gutter);
}
// .page-header {
// margin-left: -24px;
// margin-top : -24px;
// }
*::-webkit-scrollbar-thumb {
background : #d9d9d9;
cursor : pointer;
border-radius: (@layout-gutter) / 2;
}