perf: 优化 iframe 组件默认宽度

This commit is contained in:
奔跑的面条 2023-02-14 21:12:30 +08:00
parent dea849cfdb
commit c87a8a1da9

View File

@ -14,7 +14,7 @@ export const option = {
export default class Config extends PublicConfigClass implements CreateComponentType
{
public key = IframeConfig.key
public attr = { ...chartInitConfig, w: 800, h: 800, zIndex: -1 }
public attr = { ...chartInitConfig, w: 1200, h: 800, zIndex: -1 }
public chartConfig = cloneDeep(IframeConfig)
public option = cloneDeep(option)
}