From b633f8d38dfd77f5bf36c34dd1e255f3f309a4ee Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 31 七月 2020 14:45:01 +0800
Subject: [PATCH] #商品变物料

---
 src/main/webapp/views/index.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index de347e8..4290938 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -31,10 +31,14 @@
       height: 110px;
       padding: 20px 10px;
       font-weight: bolder;
-      color: #2c7dc2;
+      /*color: #2c7dc2;*/
+      color: #f3f3f3;
       text-align: center;
       line-height: 40px;
     }
+    .layadmin-side-shrink .layui-layout-admin .layui-logo {
+      background-image: none;
+    }
     .layui-side-menu .layui-nav {
       margin-top: 110px;
     }

--
Gitblit v1.9.1