소스 검색

fix: shoppingMall style

andy 1 년 전
부모
커밋
e158a295bc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/shoppingMall/shoppingMall.vue

+ 2 - 2
pages/shoppingMall/shoppingMall.vue

@@ -1,8 +1,8 @@
 <template>
-  <div class="" style="background-color: #171520; height: 100vh">
+  <div class="" style="background-color: #171520; height: 100vh; overflow: scroll">
     <div class="py-3 px-2 flex flex-wrap justify-between">
       <div
-        style="width: 175px"
+        style="width: 340rpx"
         v-for="goods in list"
         :key="goods.id"
         @click="handleSubmit(goods)"