refactor(仪表板、数据大屏): 清理未使用边框 (#11185)

* refactor(仪表板、数据大屏): 清理未使用边框

* refactor(仪表板、数据大屏): 清理未使用边框
This commit is contained in:
王嘉豪
2024-07-25 18:20:11 +08:00
committed by GitHub
parent bb1d8fe51e
commit 90017ba128
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (10, 'basic.exportFileLiveTime', '30', 'text', 2);
delete from visualization_background where id ='dark_1';

View File

@@ -1 +1,2 @@
INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (10, 'basic.exportFileLiveTime', '30', 'text', 2);
delete from visualization_background where id ='dark_1';