@@ -109,7 +109,7 @@ onMounted(() => {
}
}
.ed-form-item {
- margin-bottom: 16px;
+ margin-bottom: 8px;
:deep(.ed-form-item__label) {
color: #646a73;
diff --git a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
index 34cf381d04..1cd96b50c9 100644
--- a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
+++ b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
@@ -777,4 +777,13 @@ watch(
background-color: rgba(31, 35, 41, 0.1);
}
}
+
+.form-item-dark {
+ :deep(.ed-color-picker__trigger) {
+ border-color: #5f5f5f;
+ }
+ :deep(.ed-color-picker__custom-icon::after) {
+ background-color: #5f5f5f;
+ }
+}
diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue
index 5fc2a24bd2..5a778335d2 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue
@@ -671,6 +671,6 @@ span {
}
:deep(.ed-collapse-item__content) {
- padding: 16px 8px 0 8px !important;
+ padding: 16px 8px 8px 8px !important;
}