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 |   45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index b5a740a..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;
@@ -136,7 +157,7 @@
   }
 }
 
-.border_radius_12{
+.border_radius_12 {
   border-radius: 12px;
 }
 
@@ -156,3 +177,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