|
@@ -65,6 +65,7 @@ $eventStateColor-wb: #c2bc43;
|
|
$eventStateColor-cf: #a23737;
|
|
$eventStateColor-cf: #a23737;
|
|
$eventStateColor-bj: #6ae08f;
|
|
$eventStateColor-bj: #6ae08f;
|
|
$eventStateColor-gd: #0369ef;
|
|
$eventStateColor-gd: #0369ef;
|
|
|
|
+$eventStateColor-qr: #20EF56;
|
|
|
|
|
|
$eventStateColor-xsb: #11b57e;
|
|
$eventStateColor-xsb: #11b57e;
|
|
$eventStateColor-cb: #e63b4a;
|
|
$eventStateColor-cb: #e63b4a;
|
|
@@ -570,7 +571,7 @@ div::-webkit-scrollbar {
|
|
}
|
|
}
|
|
|
|
|
|
.dia-event-info {
|
|
.dia-event-info {
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
.el-row {
|
|
.el-row {
|
|
height: 780px;
|
|
height: 780px;
|
|
@@ -581,7 +582,7 @@ div::-webkit-scrollbar {
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
//超图绘制截屏
|
|
//超图绘制截屏
|
|
-
|
|
|
|
|
|
+
|
|
button {
|
|
button {
|
|
padding: 0 .3rem;
|
|
padding: 0 .3rem;
|
|
height: 1.5rem;
|
|
height: 1.5rem;
|
|
@@ -589,18 +590,18 @@ div::-webkit-scrollbar {
|
|
color: $inBlue;
|
|
color: $inBlue;
|
|
border: 1px $searchBorder;
|
|
border: 1px $searchBorder;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
button:hover {
|
|
button:hover {
|
|
text-shadow: 0 0 15px rgba($color: $inBlueHover, $alpha: 1.0);
|
|
text-shadow: 0 0 15px rgba($color: $inBlueHover, $alpha: 1.0);
|
|
}
|
|
}
|
|
.fire-m{
|
|
.fire-m{
|
|
- position: absolute;
|
|
|
|
- right: 1rem;
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 1rem;
|
|
bottom: 1rem;
|
|
bottom: 1rem;
|
|
z-index:100000;
|
|
z-index:100000;
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.leaflet-pane .leaflet-overlay-pane {
|
|
.leaflet-pane .leaflet-overlay-pane {
|
|
height: 780px !important;
|
|
height: 780px !important;
|
|
width: 1340px !important;
|
|
width: 1340px !important;
|
|
@@ -2490,6 +2491,28 @@ div::-webkit-scrollbar {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ //确认
|
|
|
|
+ .event-state-qr {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+
|
|
|
|
+ i {
|
|
|
|
+ color: $eventStateColor-qr;
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ margin-left: -.5rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .event-list-state-qr {
|
|
|
|
+ width: fit-content;
|
|
|
|
+ background-color: $eventStateColor-qr;
|
|
|
|
+ color: $white;
|
|
|
|
+ padding:0.25rem 0.4rem;
|
|
|
|
+ margin-left: -.5rem;
|
|
|
|
+ margin-bottom: .2rem;
|
|
|
|
+ border-radius: .2rem;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
.bgt-info-name {
|
|
.bgt-info-name {
|
|
color: $inBlue;
|
|
color: $inBlue;
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|