初始化 antd-pro
This commit is contained in:
8
admin-web/src/layouts/Header.less
Normal file
8
admin-web/src/layouts/Header.less
Normal file
@@ -0,0 +1,8 @@
|
||||
.fixedHeader {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
transition: width 0.2s;
|
||||
}
|
||||
Reference in New Issue
Block a user