fix bug
This commit is contained in:
@@ -46,16 +46,16 @@
|
||||
|
||||
.avue-logo {
|
||||
width:100%;
|
||||
height:50px;
|
||||
line-height: 50px;
|
||||
height:60px;
|
||||
line-height: 60px;
|
||||
background:#fff;
|
||||
color:#333;
|
||||
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
||||
}
|
||||
|
||||
.avue-top{
|
||||
height:50px;
|
||||
line-height: 50px;
|
||||
height:60px;
|
||||
line-height: 60px;
|
||||
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
||||
.top-bar__left i, .top-bar__right i{
|
||||
line-height: 50px;
|
||||
@@ -74,7 +74,7 @@
|
||||
}
|
||||
}
|
||||
.avue-main{
|
||||
background-color: rgb(249,250,251);
|
||||
background-color: #f4f6fa;
|
||||
}
|
||||
.avue-tags {
|
||||
margin: 5px 6px 8px 6px;
|
||||
|
||||
@@ -33,3 +33,50 @@
|
||||
|
||||
//beautiful
|
||||
@use './beautiful.scss';
|
||||
|
||||
.theme-white,
|
||||
.theme-star,
|
||||
.theme-vip,
|
||||
.theme-d2,
|
||||
.theme-bule,
|
||||
.theme-iview,
|
||||
.theme-go,
|
||||
.theme-hey,
|
||||
.theme-dark,
|
||||
.theme-lte,
|
||||
.theme-cool,
|
||||
.theme-beautiful {
|
||||
.avue-logo {
|
||||
background: var(--el-color-primary) !important;
|
||||
background-color: var(--el-color-primary) !important;
|
||||
color: #fff;
|
||||
|
||||
.avue-logo_title,
|
||||
.avue-logo_subtitle,
|
||||
.logo-title {
|
||||
color: #fff;
|
||||
background-image: none;
|
||||
-webkit-text-fill-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.avue-layout:not(.avue-layout--horizontal) {
|
||||
.avue-sidebar {
|
||||
.el-menu-item,
|
||||
.el-sub-menu__title {
|
||||
&.is-active {
|
||||
background-color: #E6EAED !important;
|
||||
|
||||
&::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
i,
|
||||
span {
|
||||
color: #333 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user