miacheng913 3 лет назад
Родитель
Сommit
6876e4520e
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      static/index.css

+ 9 - 1
static/index.css

@@ -209,4 +209,12 @@ font-weight: 900;
 }
 .data-title{
 color:#495057;
-}
+}
+
+#map{
+    position: absolute;
+    left: 300px;
+    top: 500px;
+    width: 450px;
+    height: 450px;
+}