Browse Source

fix:首页样式高度修改为整数

张明明 1 năm trước cách đây
mục cha
commit
629bb83ca2
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/pages/home/index.vue

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

@@ -57,13 +57,13 @@ const videoSrc = ref(
               下拉了解详情
             </view>
             <view class="content_img mt-[15px]">
-              <image :src="Rectangle" class="w-[15px] h-[8.485px] shrink-0 stroke-[2px] fill-white stroke-white" />
-              <image :src="Rectangle" class="w-[15px] h-[8.485px] shrink-0 stroke-[2px] fill-white stroke-white" />
+              <image :src="Rectangle" class="w-[15px] h-2 shrink-0 stroke-[2px] fill-white stroke-white" />
+              <image :src="Rectangle" class="w-[15px] h-2 shrink-0 stroke-[2px] fill-white stroke-white" />
             </view>
-          </view>
         </view>
       </view>
     </view>
+          </view>
   </view>
 </template>