pull/1/head
方佳 博 2 years ago
commit 15ae97ed29

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

@ -13,6 +13,9 @@ body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
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 {

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

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

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

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