From 7df64634d3d7b292713eebfa008c40b3f5f9f65f Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Tue, 20 Sep 2022 15:57:03 +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