From 564bf7ab6a639c2c4557d35b8fd9b51dca60a738 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 22 八月 2023 13:32:34 +0800
Subject: [PATCH] #规则完善
---
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