From bb71b47a43244e6db57cbc3cd0223bc5a64023d7 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 10 十一月 2023 10:40:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zycrm' into zycrm
---
src/main/webapp/views/index.html | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index bcaad85..53f1b97 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -24,7 +24,7 @@
<div class="layui-layout layui-layout-admin">
<!-- 澶撮儴 -->
<div class="layui-header">
- <div class="layui-logo">
+ <div class="layui-logo" style="top: 7px;">
<img src="../static/image/logo.png" style="display: inline-block; width: 60%;height: auto">
</div>
<!-- 宸� -->
@@ -112,7 +112,7 @@
if (!isEmpty(easywebIframeMsg)) {
var easywebIframeObj = JSON.parse(easywebIframeMsg);
if (easywebIframeObj.defaultTheme === undefined) {
- admin.changeTheme("theme-colorful");
+ admin.changeTheme("theme-white");
}
}
@@ -159,7 +159,6 @@
// 榛樿鍔犺浇涓婚〉
index.loadHome({
- // menuPath: baseUrl+'/views/home/console.html',
menuPath: baseUrl+'/views/home/dashboard.html',
menuName: '<i class="layui-icon layui-icon-home"></i>'
});
--
Gitblit v1.9.1