From d4f4c52402b91cb8e17c1845da71c5e39662fde0 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 03 一月 2024 15:28:06 +0800
Subject: [PATCH] 销售报价单列表页增加统计内容及接口联调、添加报价单天天客户名称及对应限制功能
---
src/assets/style/index.scss | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index 7ca885b..97be538 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -1 +1,34 @@
@import "element-ui/lib/theme-chalk/index.css";
+@import "./variable.scss";
+@import "./reset-element.scss";
+
+ul,
+ol,
+li {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ border: 0;
+ outline: 0;
+}
+.Badge {
+ width: 6px;
+ height: 6px;
+ background: red;
+ border-radius: 100%;
+ display: inline-block;
+ margin-bottom: 1px;
+ margin-right: 5px;
+}
+.success {
+ background: #06c062;
+}
+.error {
+ background: #f62f2f;
+}
+.warning-radio {
+ background: #e6a23c;
+}
+.warning {
+ background: rgba(0, 0, 0, 0.4);
+}
--
Gitblit v1.8.0