Browse Source

fix-知识-分辨率问题

shaogen1995 1 year ago
parent
commit
9fbc32ad91
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pc/src/pages/A0Map/data.ts
  2. 1 1
      pc/src/pages/A2Main/Tab1/index.module.scss

+ 1 - 1
pc/src/pages/A0Map/data.ts

@@ -202,7 +202,7 @@ export const maoData2 = [
   },
   {
     id: 10,
-    name: "海台旧址",
+    name: "海台旧址",
     x: "auto",
     y: "auto",
     b: "12%",

+ 1 - 1
pc/src/pages/A2Main/Tab1/index.module.scss

@@ -30,7 +30,7 @@
             flex-shrink: 0;
             width: calc(20% - 30px);
             margin: 20px 15px;
-            height: auto;
+            height: 40%;
             cursor: pointer;
             display: flex;
             flex-direction: column;