Commit 4295e9aaf30d14b628dbb620915bc9c4116e5b7b
1 parent
db9ac1ac
perf(src/packages): 信息控件下树形控件替换静态图片
Showing
4 changed files
with
4 additions
and
4 deletions
8.96 KB
@@ -12,6 +12,6 @@ export const ButtonConfig: ConfigType = { | @@ -12,6 +12,6 @@ export const ButtonConfig: ConfigType = { | ||
12 | category: ChatCategoryEnum.INPUTS, | 12 | category: ChatCategoryEnum.INPUTS, |
13 | categoryName: ChatCategoryEnumName.INPUTS, | 13 | categoryName: ChatCategoryEnumName.INPUTS, |
14 | package: PackagesCategoryEnum.INFORMATIONS, | 14 | package: PackagesCategoryEnum.INFORMATIONS, |
15 | - chartFrame: ChartFrameEnum.STATIC, | 15 | + chartFrame: ChartFrameEnum.COMMON, |
16 | image: 'button.png' | 16 | image: 'button.png' |
17 | } | 17 | } |
@@ -13,6 +13,6 @@ export const OverrideInputsDateConfig: ConfigType = { | @@ -13,6 +13,6 @@ export const OverrideInputsDateConfig: ConfigType = { | ||
13 | category: ChatCategoryEnum.INPUTS, | 13 | category: ChatCategoryEnum.INPUTS, |
14 | categoryName: ChatCategoryEnumName.INPUTS, | 14 | categoryName: ChatCategoryEnumName.INPUTS, |
15 | package: PackagesCategoryEnum.INFORMATIONS, | 15 | package: PackagesCategoryEnum.INFORMATIONS, |
16 | - chartFrame: ChartFrameEnum.STATIC, | 16 | + chartFrame: ChartFrameEnum.COMMON, |
17 | image: 'inputs_date.png' | 17 | image: 'inputs_date.png' |
18 | } | 18 | } |
@@ -12,6 +12,6 @@ export const TreeConfig: ConfigType = { | @@ -12,6 +12,6 @@ export const TreeConfig: ConfigType = { | ||
12 | category: ChatCategoryEnum.INPUTS, | 12 | category: ChatCategoryEnum.INPUTS, |
13 | categoryName: ChatCategoryEnumName.INPUTS, | 13 | categoryName: ChatCategoryEnumName.INPUTS, |
14 | package: PackagesCategoryEnum.INFORMATIONS, | 14 | package: PackagesCategoryEnum.INFORMATIONS, |
15 | - chartFrame: ChartFrameEnum.STATIC, | ||
16 | - image: 'button.png' | 15 | + chartFrame: ChartFrameEnum.COMMON, |
16 | + image: 'tree.png' | ||
17 | } | 17 | } |