From 06d6b563f01636476c48aae5cbb01f06b24c0e36 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 21 七月 2023 11:03:28 +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