From 446704feaea6f17cfcd95235b5d0d462280fd87c Mon Sep 17 00:00:00 2001 From: weiping xu <30323049+cure1991@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:56:30 +0800 Subject: [PATCH] Update index.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 数据源配置不透明 --- src/main/resources/static/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/index.css b/src/main/resources/static/css/index.css index 49dfc63..080dfad 100644 --- a/src/main/resources/static/css/index.css +++ b/src/main/resources/static/css/index.css @@ -110,6 +110,7 @@ html { padding: 30px; width: 500px; display: none; + background-color: white; } @@ -144,4 +145,4 @@ html { .footer .box-copyright a { color: #777; text-decoration: underline; -} \ No newline at end of file +}