From 0ff11ec140575c550394b306b2715dec4deb90ff Mon Sep 17 00:00:00 2001 From: user <2602926751@qq.com> Date: Wed, 18 Oct 2023 11:26:57 +0800 Subject: [PATCH] =?UTF-8?q?10.17=2016=EF=BC=9A57?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/public/index.html | 2 +- fuintAdmin/src/assets/styles/element-variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fuintAdmin/public/index.html b/fuintAdmin/public/index.html index 5dfaf1428..016395fe2 100644 --- a/fuintAdmin/public/index.html +++ b/fuintAdmin/public/index.html @@ -113,7 +113,7 @@ top: 0; width: 51%; height: 100%; - background: #9df1f1; + background: #409EFF; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); diff --git a/fuintAdmin/src/assets/styles/element-variables.scss b/fuintAdmin/src/assets/styles/element-variables.scss index e0a8baea2..0a9b7b7ea 100644 --- a/fuintAdmin/src/assets/styles/element-variables.scss +++ b/fuintAdmin/src/assets/styles/element-variables.scss @@ -4,7 +4,7 @@ **/ /* theme color */ -$--color-primary: #00acac; +$--color-primary:#409EFF; $--color-success: #13ce66; $--color-warning: #ffba00; $--color-danger: #ff4949;