安装less

This commit is contained in:
禺狨
2023-03-03 13:50:50 +08:00
parent b4d66982ad
commit 4fa5daa326
37 changed files with 2012 additions and 20 deletions

View 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;
}