From 6580deff14f23b8051edf26db58a3b9425ed5b77 Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期四, 24 四月 2025 18:47:10 +0800
Subject: [PATCH] U 权限

---
 src/styles/element/blue.scss |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/styles/element/blue.scss b/src/styles/element/blue.scss
index 447d050..9e2ccc1 100644
--- a/src/styles/element/blue.scss
+++ b/src/styles/element/blue.scss
@@ -181,12 +181,12 @@
   color: #fff;
 }
 
-.el-pagination.el-pagination button {
+.el-pagination.el-pagination.el-pagination button {
   background: transparent;
   color: #fff;
 }
-.el-pagination.el-pagination button.is-disabled,
-.el-pagination.el-pagination button:disabled {
+.el-pagination.el-pagination.el-pagination button.is-disabled,
+.el-pagination.el-pagination.el-pagination button:disabled {
   background-color: transparent;
   color: #fff;
   cursor: not-allowed;
@@ -197,7 +197,7 @@
   color: #0ff;
 }
 
-.el-pager.el-pager li {
+.el-pagination .el-pager.el-pager.el-pager li {
   background: transparent;
   color: #fff;
 }

--
Gitblit v1.9.1