Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Dec 14, 2024
1 parent 1b48bc8 commit b843eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/style/sidebar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* $sideBarWidth: vertical 模式下主体内容距离网页文档左侧的距离 */
@mixin merge-style($sideBarWidth) {
$menuActiveText: #7a80b4;

@media screen and (width >= 150px) and (width <= 420px) {
.app-main-nofixed-header {
overflow-y: hidden;
Expand Down Expand Up @@ -94,7 +92,7 @@
height: 100%;
overflow: visible;
font-size: 0;
background: var(--pure-theme-menu-bg);
background: var(--pure-theme-menu-bg) !important;
border-right: 1px solid var(--pure-border-color);

/* 展开动画 */
Expand Down Expand Up @@ -415,7 +413,7 @@
justify-content: space-around;
width: 100%;
height: 48px;
background: var(--pure-theme-menu-bg);
background: var(--pure-theme-menu-bg) !important;

.horizontal-header-left {
display: flex;
Expand Down Expand Up @@ -533,7 +531,7 @@
.el-sub-menu__title {
height: 48px;
line-height: 48px;
background: var(--pure-theme-menu-bg);
background: var(--pure-theme-menu-bg) !important;

svg {
position: static !important;
Expand Down
2 changes: 1 addition & 1 deletion src/views/account-settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ getMine().then(res => {

<style lang="scss">
.pure-account-settings {
background: var(--pure-theme-menu-bg);
background: var(--pure-theme-menu-bg) !important;
}
.pure-account-settings-menu {
Expand Down

0 comments on commit b843eda

Please sign in to comment.