From a1c3c53c1f298996584c773999e95d8f4064f923 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期三, 06 一月 2021 23:22:18 +0800
Subject: [PATCH] chore: update style

---
 build/config/lessModifyVars.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/config/lessModifyVars.ts b/build/config/lessModifyVars.ts
index b51223b..f2ebcf2 100644
--- a/build/config/lessModifyVars.ts
+++ b/build/config/lessModifyVars.ts
@@ -17,12 +17,12 @@
   // 'heading-color': '#2C3A61', //  Title color
   // 'text-color': '#2C3A61', //  Main text color
   'text-color-secondary ': '#606266', // Subtext color
-  'background-color-base': '#F0F2F5', // background color
+  'background-color-base': '#f4f7f9', // background color
   'font-size-base': '14px', //  Main font size
   'box-shadow-base': '0 2px 8px rgba(0, 0, 0, 0.15)', //  Floating shadow
   'border-color-base': '#F0F0F0', //  Border color,
   'border-color-split': '#F0F0F0', //  Border color,
-  'border-radius-base': '2px', //  Component/float fillet
+  'border-radius-base': '4px', //  Component/float fillet
 };
 //}
 

--
Gitblit v1.8.0