提交修改的侧边栏样式

pull/1/head
qinzhenpen 2 years ago
parent 92a3ee04e3
commit c681121312

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

@ -13,6 +13,9 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
background: url('../images//背景.png') no-repeat;
background-size: cover;
background-attachment: fixed;
} }
label { label {

@ -5,6 +5,8 @@
transition: margin-left .28s; transition: margin-left .28s;
margin-left: $base-sidebar-width; margin-left: $base-sidebar-width;
position: relative; position: relative;
// background: url('../images/背景.png');
} }
.sidebarHide { .sidebarHide {
@ -36,7 +38,7 @@
overflow-x: hidden !important; overflow-x: hidden !important;
padding-top: 52px; padding-top: 52px;
background: url('../images/侧边栏.png') no-repeat center !important; background: url('../images/侧边栏.png') no-repeat center !important;
background-size: cover !important; background-size: 200px 100% !important;
} }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
@ -123,6 +125,7 @@
.main-container { .main-container {
margin-left: 54px; margin-left: 54px;
} }
.sub-menu-title-noDropdown { .sub-menu-title-noDropdown {

@ -9,7 +9,7 @@ $yellow: #FEC171;
$panGreen: #30B08F; $panGreen: #30B08F;
// //
$base-menu-color: #bfcbd9; $base-menu-color: #ffffff;
$base-menu-color-active: #f4f4f5; $base-menu-color-active: #f4f4f5;
$base-menu-background: #304156; $base-menu-background: #304156;
$base-logo-title-color: #ffffff; $base-logo-title-color: #ffffff;

@ -25,6 +25,7 @@ const tagsViewStore = useTagsViewStore()
width: 100%; width: 100%;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
.fixed-header + .app-main { .fixed-header + .app-main {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save