diff --git a/src/components/common/common-styles/index.vue b/src/components/common/common-styles/index.vue index fe54f63a..d66f797a 100644 --- a/src/components/common/common-styles/index.vue +++ b/src/components/common/common-styles/index.vue @@ -5,7 +5,7 @@
通用
-
+
背景色
@@ -24,6 +24,9 @@
+
+ +
@@ -76,6 +79,10 @@ const props = defineProps({ type: Boolean, default: true, }, + isMultBackground: { + type: Boolean, + default: true, + }, }); // 初始化表单数据 const init_form = reactive({ diff --git a/src/components/common/mult-color-picker/index.vue b/src/components/common/mult-color-picker/index.vue index 57b4a94b..bd62f65e 100644 --- a/src/components/common/mult-color-picker/index.vue +++ b/src/components/common/mult-color-picker/index.vue @@ -54,7 +54,7 @@ let state = reactive({ color: item.color, color_percentage: item.color_percentage, }; - }) + }), }); const { color_list } = toRefs(state); const emit = defineEmits(['update:value']); @@ -141,7 +141,8 @@ const update_value = () => { } .mo-input-number { :deep(.el-input-number) { - .el-input-number__decrease, .el-input-number__increase { + .el-input-number__decrease, + .el-input-number__increase { right: 3.4rem; } } @@ -163,5 +164,4 @@ const update_value = () => { border-bottom-right-radius: 0.4rem; } } - diff --git a/src/components/common/theme-select/index.vue b/src/components/common/theme-select/index.vue index cd02b1ba..ed132574 100644 --- a/src/components/common/theme-select/index.vue +++ b/src/components/common/theme-select/index.vue @@ -36,7 +36,7 @@ {{ placeholder }}
-