Explorar el Código

fix: 修复地图组件搜索框位置在非首页时位置偏下的问题

sequoia tungfang hace 3 días
padre
commit
02c8914647
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/TongzhouTrafficMap.vue

+ 1 - 1
src/components/TongzhouTrafficMap.vue

@@ -239,7 +239,7 @@ export default {
 /* 头部样式:增加了搜索表单布局 */
 .map-header {
   position: absolute;
-  top: 80px;
+  top: 55px;
   left: 50px;
   right: 50px;
   display: flex;