update 调整应急大屏样式·

This commit is contained in:
zk
2024-06-16 14:46:23 +08:00
parent 1645f16579
commit 205273fd61
16 changed files with 453 additions and 410 deletions
+6
View File
@@ -18,6 +18,9 @@ export const themeList = {
pageItemActiveBg: '#0081ff',
//form
formLabel: '#1b7ef2',
//地图弹窗
alarmContentBg: '#00152B',
alarmBorder: '#1b7ef2',
},
light: {
antSelectDropdownBg: '#fff',
@@ -37,6 +40,9 @@ export const themeList = {
pageItemActiveBg: '#7092ff',
//form
formLabel: '#7092ff',
//地图弹窗
alarmContentBg: '#ced7f6',
alarmBorder: '#1b7ef2',
},
};