From 73b7bad859347f21e32dc621f1369cece60623ff Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 7 Jan 2026 15:27:48 +0800 Subject: [PATCH] 1 --- .../DistributionMarkTouserConfig.vue | 90 ++++++++++++------- 1 file changed, 59 insertions(+), 31 deletions(-) diff --git a/src/views/system/jdorder/components/DistributionMarkTouserConfig.vue b/src/views/system/jdorder/components/DistributionMarkTouserConfig.vue index 03afbe1..7a868d4 100644 --- a/src/views/system/jdorder/components/DistributionMarkTouserConfig.vue +++ b/src/views/system/jdorder/components/DistributionMarkTouserConfig.vue @@ -39,39 +39,45 @@ :key="`config-${item.configId || item.configKey || index}-${index}`" class="config-item" > - - - - 删除 - - - - -
- - 配置说明:当订单的分销标识为"{{ item.distributionMark || '分销标识' }}"时,将发送给这些接收人 +
+ +
+ + + 删除 +
-
- - 配置键名:logistics.push.touser.{{ item.distributionMark || '分销标识' }} +
+
+ +
+ +
+ + 配置说明:当订单的分销标识为"{{ item.distributionMark || '分销标识' }}"时,将发送给这些接收人 +
+
+ + 配置键名:logistics.push.touser.{{ item.distributionMark || '分销标识' }} +
- +
@@ -535,6 +541,28 @@ export default { padding: 12px; } +.form-field { + margin-bottom: 18px; +} + +.form-field:last-child { + margin-bottom: 0; +} + +.field-label { + display: block; + font-size: 14px; + color: #606266; + line-height: 1.5; + padding-bottom: 8px; + font-weight: normal; +} + +.field-content { + display: block; + width: 100%; +} + .item-header { display: flex; align-items: center;