From 0cfab2b97c0913d2f5ccd55760f8768316f91138 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 28 九月 2021 11:34:02 +0800
Subject: [PATCH] 系统维护v0

---
 src/pages/vindicate/views/updateSettings.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/pages/vindicate/views/updateSettings.vue b/src/pages/vindicate/views/updateSettings.vue
index 263af29..9e2a0b6 100644
--- a/src/pages/vindicate/views/updateSettings.vue
+++ b/src/pages/vindicate/views/updateSettings.vue
@@ -320,6 +320,7 @@
 <style lang="scss">
 .all {
   width: 100%;
+  background-color: #FBFAFF;
 }
 .update-set-content {
   height: 100%;
@@ -328,8 +329,8 @@
   flex: 1;
   flex-basis: auto;
   box-sizing: border-box;
-  border-top: 4px solid #f8f8f8;
-  border-left: 4px solid #f8f8f8;
+  border-top:2px solid #E1E0E6 ;
+  border-left:2px solid #E1E0E6 ;
   .cluster-center {
     height: 100%;
     width: 300px;

--
Gitblit v1.8.0