This commit is contained in:
kk
2026-07-08 18:00:33 +08:00
commit e66b4a3680
312 changed files with 54718 additions and 0 deletions

44
src/styles/theme/lte.scss Normal file
View File

@@ -0,0 +1,44 @@
.theme-lte {
.avue-logo {
background-color: var(--el-color-primary);
.avue-logo_title {
font-weight: 500;
font-size: 20px;
color: #fff;
}
}
.avue-tags {
.el-tabs__item {
font-size: 12px !important;
font-weight: 500 !important;
}
}
.avue-sidebar {
background-color: #263238;
.el-menu-item, .el-sub-menu__title {
i, span {
color: #8a979e;
}
&:hover {
background-color: #2b373d;
}
&.is-active {
&:before {
display: none;
}
background-color: #2b373d;
i, span {
color: #fff;
}
}
}
}
}