From 94defeef43a6eb0187f1df071c669e75ddcbd144 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 05 十月 2023 14:16:59 +0800
Subject: [PATCH] #登陆界面去掉左边界面两个logo
---
src/main/webapp/views/tpl/tpl-theme.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/tpl/tpl-theme.html b/src/main/webapp/views/tpl/tpl-theme.html
index 43386ae..5113a11 100644
--- a/src/main/webapp/views/tpl/tpl-theme.html
+++ b/src/main/webapp/views/tpl/tpl-theme.html
@@ -6,7 +6,7 @@
<div class="more-theme-item" data-theme="theme-white">
<img src="tpl/theme/img/theme-white.png"/>
</div>
- <div class="more-theme-item active">
+ <div class="more-theme-item" data-theme="theme-black">
<img src="tpl/theme/img/theme-admin.png"/>
</div>
<div class="more-theme-item" data-theme="theme-pink">
--
Gitblit v1.9.1