From b564b295c05f73af4c7048804701cd23418e6467 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期五, 29 五月 2020 15:38:37 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/console.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 994ff74..9b2152f 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -3,6 +3,9 @@
 }
 body {
     height: 100%;
+    background-color: #fff;
+    border-radius: 5px;
+    box-shadow: 0 0 3px rgba(0,0,0,.3);
 }
 /* 澶撮儴 */
 header {

--
Gitblit v1.9.1