From 5b0c9891328c9532865a40061275582d5d243625 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期二, 16 八月 2022 10:18:41 +0800
Subject: [PATCH] 修改

---
 src/assets/index.css |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/assets/index.css b/src/assets/index.css
index 08d6baa..5c27404 100644
--- a/src/assets/index.css
+++ b/src/assets/index.css
@@ -1,10 +1,12 @@
 .pot {
-	position: absolute;
-	top: 19px;
-	right: 40px;
-    border: none !important;
-    padding: 0;
+  position: absolute !important;
+  top: 19px;
+  right: 40px;
+  border: none !important;
+  padding: 0;
 }
-.pot:focus,.pot:hover{
+
+.pot:focus,
+.pot:hover {
   background-color: #fff !important;
 }
\ No newline at end of file

--
Gitblit v1.9.2