From 87c2080a1cb4fddada5fef6ea659ff55742aa9b4 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Mon, 6 Jun 2022 19:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=99=BB=20refactor:=20vab=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/VabThemeBar/index.vue | 26 ++++++++++++-------- src/styles/variables.scss | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/layouts/components/VabThemeBar/index.vue b/src/layouts/components/VabThemeBar/index.vue index 3598fbd..cdb693b 100644 --- a/src/layouts/components/VabThemeBar/index.vue +++ b/src/layouts/components/VabThemeBar/index.vue @@ -21,9 +21,9 @@ :visible.sync="drawerVisible" direction="rtl" append-to-body - size="470px" + size="300px" > - +
@@ -31,8 +31,6 @@ 默认 绿荫草场 荣耀典藏 - @@ -53,15 +51,14 @@ 不开启 - - - 保存 - - 取消 -
+ + @@ -243,6 +240,15 @@ .el-drawer__body { padding: 20px; } + + .el-drawer__footer { + border-top: 1px solid #dedede; + position: fixed; + bottom: 0; + width: 100%; + padding: 10px 0 0 20px; + height: 50px; + }