From d0aaaeda4b5e7aaed8067637baaea0e74e7993e6 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 26 十月 2023 17:13:14 +0800
Subject: [PATCH] 环境配置

---
 src/assets/style/reset-element.scss |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/src/assets/style/reset-element.scss b/src/assets/style/reset-element.scss
index 142ecc7..61d1fe2 100644
--- a/src/assets/style/reset-element.scss
+++ b/src/assets/style/reset-element.scss
@@ -25,3 +25,62 @@
     padding: 0;
   }
 }
+
+::-webkit-scrollbar {
+  width: 8px !important;
+  height: 8px !important;
+  -webkit-appearance: none;
+  background-color: #00000040;
+}
+::-webkit-scrollbar-thumb {
+  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
+  background: #e1e1e1;
+}
+::-webkit-scrollbar-track {
+  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
+  // border-radius: 10px;
+  background: #ffffff;
+  // background:#2c60c5;
+}
+
+.color_F56C6C{
+  color:#F56C6C;
+}
+// .el-menu-item {
+//   margin: 8px;
+//   border-radius: 6px;
+//   i {
+//     color: #fff;
+//   }
+// }
+// .el-menu-item:hover,
+// .el-menu-item:focus {
+//   background-color: #0e6ce6;
+//   background-position: center;
+//   width: 160px !important;
+// }
+.line_height_30px{
+  line-height:30px;
+}
+
+.el-button--primary {
+  color: #fff;
+  background-color: $color-primary;
+  border-color: $color-primary;
+}
+
+.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;
+  border-color: #2a78fb;
+}
\ No newline at end of file

--
Gitblit v1.8.0