更改边框显示顺序

This commit is contained in:
Free-sss 2025-08-21 21:33:14 +08:00
parent a899fec745
commit c20bec67b8
2 changed files with 201 additions and 197 deletions

View File

@ -2,7 +2,6 @@ import { PublicConfigClass } from '@/packages/public'
import { CreateComponentType } from '@/packages/index.d'
import { SmallBorderConfig } from './index'
import cloneDeep from 'lodash/cloneDeep'
import { chartInitConfig } from '@/settings/designSetting'
export const option = {
colors: ['#1089ff', '#0000ff'],
@ -13,6 +12,6 @@ export default class Config extends PublicConfigClass implements CreateComponent
public key = SmallBorderConfig.key
public chartConfig = cloneDeep(SmallBorderConfig)
public option = cloneDeep(option)
public attr = { ...chartInitConfig, x: 0, y: 0, w: 450, h: 300, zIndex: 1 }
}

File diff suppressed because one or more lines are too long