调整部分样式

This commit is contained in:
aixianling
2023-01-29 15:25:14 +08:00
parent 76d0a11ffd
commit 3a5eeb3452
2 changed files with 4 additions and 16 deletions

View File

@@ -75,6 +75,7 @@ export default {
flex-shrink: 0;
background: #222;
color: #fff;
box-shadow: 2px 0 8px 4px rgba(15, 15, 21, 0.15);
& > b {
font-size: 18px;

View File

@@ -55,27 +55,14 @@ export default {
.headerNav {
height: 60px;
color: #fff;
background: linear-gradient(90deg, #299FFF 0%, #0C61FF 100%);
color: #333;
//background: linear-gradient(90deg, #299FFF 0%, #0C61FF 100%);
background: linear-gradient(180deg, #FCFCFC 0%, #E0E2E4 100%);
box-sizing: border-box;
.right {
line-height: 24px;
}
.icon-tuichu {
font-size: 24px;
cursor: pointer;
&:hover {
opacity: .6;
}
}
.icon-toubutouxiang {
font-size: 16px;
margin-right: 10px;
}
}
& > .el-row {