Parcourir la source

style: 修改地图左上角按钮样式

zhouyuhao il y a 11 mois
Parent
commit
242866e776

+ 2 - 1
src/views/Tracking/src/components/TrackingDetail/src/components/MapView.vue

@@ -600,6 +600,7 @@ onUnmounted(() => {
         span {
           display: inline-block;
           width: 24px;
+          height: 28px;
           border-bottom: 2px solid #575c64;
         }
       }
@@ -625,7 +626,7 @@ onUnmounted(() => {
 
 /* 示例:将所有地图图片的颜色反转 */
 .dark-mode img:not(.leaflet-marker-icon) {
-  filter: invert(1) hue-rotate(200deg);
+  filter: invert(1) hue-rotate(170deg);
 }
 // 防止暗黑模式下地图超出容器
 .tracking-map {