From 559f6fcd685d2144e931d2c4e56cbe38c2308d70 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 10 十二月 2025 17:42:51 +0800
Subject: [PATCH] 经销商管理
---
admin/src/assets/style/style.scss | 39 ++++++++++++++++++++++++++++++++++++++-
1 files changed, 38 insertions(+), 1 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index cd08f82..658bfcf 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -51,7 +51,17 @@
.el-transfer__buttons {
padding: 0 16px !important;
}
-
+.red{
+ color: red;
+}
+.green{
+ color: green;
+}
+.blue{
+ color: blue;
+}.orange{
+ color: orange;
+ }
.table-header {
background-color: #F5F6F8!important;
th {
@@ -77,3 +87,30 @@
::v-deep .el-table__cell {
height: 100% !important;
}
+
+.global-window {
+ .tip-header{
+ font-size: 16px;
+ font-weight: bold;
+ margin-bottom: 20px;
+ }
+ .tip {
+ em {
+ font-style: normal;
+ color: $primary-color;
+ font-weight: bold;
+ }
+ }
+ .tip-warn {
+ margin: 4px 0 12px 0;
+ font-size: 12px;
+ color: #999;
+ i {
+ color: orange;
+ margin-right: 4px;
+ font-size: 14px;
+ position: relative;
+ top: 1px;
+ }
+ }
+}
--
Gitblit v1.9.3