Update layout.vue

This commit is contained in:
邹景立 2021-11-27 21:22:23 +08:00
parent 702fca346d
commit 8562c8b2ff

View File

@ -101,6 +101,7 @@ body > .el-container {
> .el-header {
margin: 0;
padding: 0;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
@ -123,7 +124,6 @@ body > .el-container {
}
}
&:hover {
color: #FFF !important;
background: rgba(54, 25, 88, 0.9) !important;