From 3f6262aaa5578dd739b614889a4dd9110c4ab119 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 02 九月 2025 13:42:35 +0800
Subject: [PATCH] 弹框样式去除多余效果

---
 src/main/webapp/views/index.html |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 7710d75..e723d8b 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -42,10 +42,6 @@
       box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
       text-align: center;
     }
-
-    button:hover {
-      background-color: #0069d9;
-    }
   </style>
 </head>
 <body class="layui-layout-body">

--
Gitblit v1.9.1