wenhongquan 3 rokov pred
rodič
commit
52547ebea7

+ 2 - 1
src/components/MarkerMap/index.scss

@@ -201,7 +201,7 @@
                     height: px2rem(369px * 2);
                     overflow-y: auto;
                     width: px2rem(614px * 2);
-                    background: #000B70;
+                    background: #051B52;
                     margin-left: px2rem(22px * 2);
                     table {
                         width: 100%;
@@ -213,6 +213,7 @@
                         }
                         tr {
                             height: px2rem(42px * 2);
+                            border-bottom: 1px solid #030F2C;
                         }
                         td {
                             color: white;

+ 1 - 1
src/views/IncidentDetail/index.scss

@@ -614,7 +614,7 @@
                             height: px2rem(48px * 2);
                             line-height: px2rem(48px * 2);
                             background-color: #3db3ea;
-                            font-size: px2rem(24px * 2);
+                            font-size: px2rem(20px * 2);
                             font-family: DIN Alternate, DIN Alternate-Bold;
                             font-weight: 700;
                             position: absolute;