fix: 新增搜索选择

This commit is contained in:
奔跑的面条
2022-04-22 10:04:55 +08:00
parent 798a7eb49a
commit 8486e08615
5 changed files with 85 additions and 19 deletions
+8
View File
@@ -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'