mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增多选的选中框
This commit is contained in:
@@ -92,7 +92,7 @@ export class PublicGroupConfigClass implements CreateComponentGroupType {
|
||||
// 标识
|
||||
public id = getUUID()
|
||||
// 基本信息
|
||||
public attr = { ...chartInitConfig, zIndex: -1 }
|
||||
public attr = { w: 0, h: 0, x: 0, y: 0, zIndex: -1 }
|
||||
// 基本样式
|
||||
public styles = {
|
||||
// 色相
|
||||
|
||||
Reference in New Issue
Block a user