From 375b6acbd3a8f9cf51f967b09ecd09eccd1a12f3 Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: 星期四, 18 八月 2022 17:53:29 +0800
Subject: [PATCH] 统计 事故统计

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

diff --git a/src/assets/index.css b/src/assets/index.css
index 9c43f1a..5c27404 100644
--- a/src/assets/index.css
+++ b/src/assets/index.css
@@ -1,10 +1,12 @@
 .pot {
-	position: absolute;
-	top: 19px;
-	right: 40px;
+  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