From 25538c1063d1e9a2d8dac1b813d43e7d8fb18e3f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 02 三月 2026 09:57:38 +0800
Subject: [PATCH] 经销商管理
---
admin/src/assets/style/style.scss | 70 +++++++++++++++++++++++-----------
1 files changed, 47 insertions(+), 23 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index 658bfcf..1b76d04 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -46,19 +46,38 @@
.windows {
z-index: 9991 !important;
}
-
+.table-search-form .el-form {
+ display: flex !important;
+ flex-wrap: wrap;
+}
+.table-search-form .el-form-item__label{
+ min-width: 10px !important;
+}
+.el-form-item {
+ display: flex ;
+}
+.el-form-item__content{
+ margin-left: 0px !important;
+ flex: 1;
+}
// 绌挎妗嗙殑鎸夐挳
.el-transfer__buttons {
padding: 0 16px !important;
}
+.el-form-item__label{
+ min-width: 100px;
+}
.red{
color: red;
+}
+.grey{
+ color: grey;
}
.green{
color: green;
}
.blue{
- color: blue;
+ color: #216EEE;
}.orange{
color: orange;
}
@@ -89,28 +108,33 @@
}
.global-window {
- .tip-header{
- font-size: 16px;
+
+}
+.tip-header{
+ font-size: 16px;
+ font-weight: bold;
+ margin-bottom: 20px;
+}
+.tip {
+ em {
+ font-style: normal;
+ color: $primary-color;
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;
}
- .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;
- }
- }
+}
+.detail-box{
+ display: block;
+ margin: 20px;
}
--
Gitblit v1.9.3