瀏覽代碼

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

sequoia tungfang 3 天之前
父節點
當前提交
02c8914647
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;