mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增侧边栏和首页
This commit is contained in:
@@ -8,4 +8,6 @@ $dark: (
|
||||
linear-gradient(120deg, $--color-dark-bg-1 0%, $--color-dark-bg-1 100%),
|
||||
//毛玻璃
|
||||
filter-color: $--filter-color-login-dark,
|
||||
// 物料市场背景
|
||||
items-top-bg: linear-gradient(180deg, $--color-dark-bg-1, rgba(23, 23, 26, 0))
|
||||
);
|
||||
|
||||
@@ -8,7 +8,4 @@ $light: (
|
||||
linear-gradient(120deg, $--color-text-1 0%, $--color-text-1 100%),
|
||||
//毛玻璃
|
||||
filter-color: $--filter-color-login-light,
|
||||
// 侧边栏
|
||||
aside-bg: #fff,
|
||||
aside-color: rgb(239, 239, 245)
|
||||
);
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
}
|
||||
.list-complete-leave-active {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user