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;