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
+9 -5
View File
@@ -2,6 +2,11 @@
@import "./themeType";
@import "./public-title";
html, body, #app {
min-width: 1300px;
overflow-x: auto;
}
.type-time {
padding-top: 3%;
font-size: 16px;
@@ -132,8 +137,7 @@
}
// 选中字体颜色
.ant-select-selection-item {
//color: #1b7ef2 !important;
:deep(.ant-select-selection-item) {
color: var(--antSelectFontColor);
}
@@ -198,14 +202,14 @@
background-color: #f3f5ff;
.police-con {
color: #000;
color: var(--tableFontColor);
background-color: #f3f5ff;
}
.ant-modal-title {
color: #576BAD !important;
background: url('/@/assets/images/dialog-light.png') no-repeat;
background-size: 100%;
background-size: 100% 100%;
}
}
@@ -221,7 +225,7 @@
.ant-modal-title {
color: #ffffff !important;
background: url('/@/assets/images/dialog.png') no-repeat;
background-size: 100%;
background-size: 100% 100%;
}
}