mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
处理弹窗的放大缩小
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
$light: (
|
||||
// 文字颜色
|
||||
color: $--color-text,
|
||||
// aside 背景
|
||||
aside-background_color: $--color-light-fill-1,
|
||||
//背景
|
||||
background_color: $--color-light-fill-3,
|
||||
//渐变背景
|
||||
background-image:
|
||||
linear-gradient(120deg, $--color-text-1 0%, $--color-text-1 100%),
|
||||
linear-gradient(120deg, $--color-light-fill 0%, $--color-light-fill 100%),
|
||||
// 斑点背景
|
||||
background-point:
|
||||
(
|
||||
|
||||
@@ -12,7 +12,7 @@ $--color-text-4: #f2f3f5;
|
||||
|
||||
// 白色
|
||||
$--color-light-fill: #fff;
|
||||
$--color-light-fill-1: #f7f8fa;
|
||||
$--color-light-fill-1: #fafafc;
|
||||
$--color-light-fill-2: #f2f3f5;
|
||||
$--color-light-fill-3: #e5e6eb;
|
||||
$--color-light-fill-4: #c9cdd4;
|
||||
|
||||
Reference in New Issue
Block a user