From f17b5cf4523af56c67ff7d8330b6a8dde4d19458 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期五, 22 九月 2023 20:33:49 +0800
Subject: [PATCH] style: 表格样式细节调整

---
 src/assets/style/index.scss |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index b5a740a..89fe4ef 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -156,3 +156,25 @@
   background: #ffffff;
   // background:#2c60c5;
 }
+
+.el-button--primary {
+  color: #fff;
+  background-color: $color-primary !important;
+  border-color: $color-primary !important;
+}
+
+.el-pagination.is-background .el-pager li:not(.disabled).active {
+  background: $color-primary !important;
+}
+
+.el-button--text {
+  color: #2a78fb !important;
+}
+.el-button--text.is-disabled {
+  color: #7c7f85 !important;
+}
+.el-button--primary {
+  color: #fff;
+  background-color: #2a78fb !important;
+  border-color: #2a78fb !important;
+}

--
Gitblit v1.8.0