mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增搜索选择
This commit is contained in:
@@ -16,6 +16,14 @@ export const theme = {
|
||||
appThemeDetail: null,
|
||||
}
|
||||
|
||||
// 图表初始配置(px)
|
||||
export const chartInitConfig = {
|
||||
x: 50,
|
||||
y: 50,
|
||||
w: 500,
|
||||
h: 300
|
||||
}
|
||||
|
||||
// dialog 图标的大小
|
||||
export const dialogIconSize = '20'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user