Commit 736453f60f77540d6dfe8cfbeb3e1f16e31b5d1a

Authored by fengwotao
1 parent e25081df

perf(external/Decorates): 调整图标大小为50x50

@@ -33,7 +33,7 @@ export const option: IconOptions = { @@ -33,7 +33,7 @@ export const option: IconOptions = {
33 33
34 export default class Config extends PublicConfigClass implements CreateComponentType { 34 export default class Config extends PublicConfigClass implements CreateComponentType {
35 public key = ClockConfig.key 35 public key = ClockConfig.key
36 - public attr = { ...chartInitConfig, zIndex: 1, w: 40, h: 40 } 36 + public attr = { ...chartInitConfig, zIndex: 1, w: 50, h: 50 }
37 public chartConfig = cloneDeep(ClockConfig) 37 public chartConfig = cloneDeep(ClockConfig)
38 public option = cloneDeep(option) 38 public option = cloneDeep(option)
39 } 39 }