Преглед изворни кода

🎨 按要求修改首页

快乐的梦鱼 пре 2 дана
родитељ
комит
2524fa09c0
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/pages/home/index.vue

+ 3 - 3
src/pages/home/index.vue

@@ -17,9 +17,9 @@
         @getedCurrentLonlat="getedCurrentLonlat"
         @getedCurrentLonlat="getedCurrentLonlat"
       />
       />
       <FlexRow justify="space-between" :padding="[10, 16]">
       <FlexRow justify="space-between" :padding="[10, 16]">
-        <ImageButton src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/ButtonMainAction.png" :width="215" :height="155" @click="goCommonContentList({ modelId: 18, mainBodyColumnId: 361 })" />
-        <ImageButton src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/ButtonMainLight.png" :width="215" :height="155" @click="navTo('/pages/home/light/submit-map', { latitude: currentLonlat.latitude, longitude: currentLonlat.longitude })" />
-        <ImageButton src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/ButtonMainSupport.png" :width="215" :height="155" @click="goCommonContentList({ modelId: 18, mainBodyColumnId: 362 })" />
+        <ImageButton src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/ButtonMainAction.png" :width="215" mode="widthFix" @click="goCommonContentList({ modelId: 18, mainBodyColumnId: 361 })" />
+        <ImageButton src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/ButtonMainLight.png" :width="215" mode="widthFix" @click="navTo('/pages/home/light/submit-map', { latitude: currentLonlat.latitude, longitude: currentLonlat.longitude })" />
+        <ImageButton src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/ButtonMainSupport.png" :width="215" mode="widthFix" @click="goCommonContentList({ modelId: 18, mainBodyColumnId: 362 })" />
       </FlexRow>
       </FlexRow>
     </Box>
     </Box>