mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
安装less
This commit is contained in:
25
src/compenents/header/index.module.less
Normal file
25
src/compenents/header/index.module.less
Normal file
@@ -0,0 +1,25 @@
|
||||
.app-header {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
.main-header {
|
||||
width: 100%;
|
||||
background-color: white !important;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.App-logo {
|
||||
width: 151px;
|
||||
height: 40px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.top-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user