From 7045ca2f6b6bcbc3987e388bf0b25281c250ccf5 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 19 四月 2024 18:09:00 +0800
Subject: [PATCH] srm 新增编辑供应商,启用停用创建账号获取和保存企业/信用等级/供货范围 ,等大概7个接口的联调

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

diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index d4cf06e..2d86218 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -11,6 +11,27 @@
   border: 0;
   outline: 0;
 }
+.Badge {
+  width: 6px;
+  height: 6px;
+  background: red;
+  border-radius: 100%;
+  display: inline-block;
+  margin-bottom: 1px;
+  margin-right: 5px;
+}
+.success {
+  color: #06c062;
+}
+.error {
+  color: #f62f2f;
+}
+.warning-radio {
+  color: #e6a23c;
+}
+.warning {
+  color: rgba(0, 0, 0, 0.4);
+}
 // 闂磋窛
 .margin_left_3px {
   margin-left: 3px;
@@ -135,3 +156,46 @@
     margin-left: auto;
   }
 }
+
+.border_radius_12 {
+  border-radius: 12px;
+}
+
+::-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;
+}
+
+.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