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/login.html                  |    2 +-
 src/main/webapp/static/image/easy_glitch/typo.png |    0 
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/image/easy_glitch/typo.png b/src/main/webapp/static/image/easy_glitch/typo.png
index 782012f..11b4dad 100644
--- a/src/main/webapp/static/image/easy_glitch/typo.png
+++ b/src/main/webapp/static/image/easy_glitch/typo.png
Binary files differ
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 30c6dc4..3fc78f5 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -53,7 +53,7 @@
                     z-index: 100;
                     top: 22px;
                     left: 20px;">
-        <img src="../static/image/logo.png" alt="" style="width: 15%">
+<!--        <img src="../static/image/logo.png" alt="" style="width: 15%">-->
       </div>
       <div class="p-preloader">
         <div class="p-preloader__box p-preloader__box--white p-preloader__box--01"></div>

--
Gitblit v1.9.1