diff --git a/src/components/ChartItemSetting/GlobalSetting.vue b/src/components/ChartItemSetting/GlobalSetting.vue
index 354ddab1..dfca0cd0 100644
--- a/src/components/ChartItemSetting/GlobalSetting.vue
+++ b/src/components/ChartItemSetting/GlobalSetting.vue
@@ -134,14 +134,14 @@
@@ -247,14 +247,14 @@
@@ -282,7 +282,7 @@
diff --git a/src/packages/components/Decorates/Borders/borderCommon/index.vue b/src/packages/components/Decorates/Borders/borderCommon/index.vue
index 52439925..eb506393 100644
--- a/src/packages/components/Decorates/Borders/borderCommon/index.vue
+++ b/src/packages/components/Decorates/Borders/borderCommon/index.vue
@@ -1,70 +1,60 @@
-
-
+
diff --git a/src/packages/index.d.ts b/src/packages/index.d.ts
index 543fde95..d9c1c775 100644
--- a/src/packages/index.d.ts
+++ b/src/packages/index.d.ts
@@ -36,7 +36,8 @@ export interface PublicConfigType extends requestConfig {
export interface CreateComponentType extends PublicConfigType {
key: string
chartConfig: ConfigType
- option: GlobalThemeJsonType
+ option?: GlobalThemeJsonType
+ [T: string]: any
}
// 获取组件实例类中某个key对应value类型的方法
diff --git a/src/views/chart/ContentConfigurations/components/ChartSetting/index.vue b/src/views/chart/ContentConfigurations/components/ChartSetting/index.vue
index 91b65e82..a660bb5a 100644
--- a/src/views/chart/ContentConfigurations/components/ChartSetting/index.vue
+++ b/src/views/chart/ContentConfigurations/components/ChartSetting/index.vue
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/src/views/chart/ContentConfigurations/index.vue b/src/views/chart/ContentConfigurations/index.vue
index ea84e234..c1de4772 100644
--- a/src/views/chart/ContentConfigurations/index.vue
+++ b/src/views/chart/ContentConfigurations/index.vue
@@ -53,7 +53,7 @@
type="segment"
>