Przeglądaj źródła

[Style 0000] 优化地图相关的样式

houzekong 1 dzień temu
rodzic
commit
06c67141d8

+ 5 - 0
src/layouts/default/feature/SimpleMap.vue

@@ -283,6 +283,10 @@
     //   background-color: @map-popup-bg;
     // }
 
+    &-close-button {
+      font-size: 30px;
+    }
+
     &-anchor-bottom &-tip {
       border-top-color: @map-popup-bg;
     }
@@ -291,6 +295,7 @@
       // margin: 13px 20px;
       // min-width: 300px;
       background-color: @map-popup-bg;
+      backdrop-filter: blur(4px);
       box-shadow: 0 0 10px #00000088;
       // &__popup {
       // }

+ 4 - 3
src/layouts/default/feature/components/LeafPopup.vue

@@ -120,7 +120,7 @@
     }
 
     &__board {
-      font-size: 14px;
+      font-size: 16px;
       padding: 10px;
       border-radius: 5px;
       background-color: @map-popup-board-bg;
@@ -137,7 +137,7 @@
     &__table {
       color: @white;
       text-align: center;
-      font-size: 14px;
+      font-size: 16px;
 
       thead {
         height: 20px;
@@ -156,10 +156,11 @@
     }
 
     &__table_empty {
-      font-size: 14px;
+      font-size: 16px;
       width: 100%;
       text-align: center;
       background-color: @map-popup-table-theven-bg;
+      padding: 10px;
     }
   }
 </style>