feat: 样式调整

This commit is contained in:
zoujing
2025-09-16 10:30:19 +08:00
parent fc63bbc994
commit 3e34f68406

View File

@@ -6,7 +6,7 @@
v-for="(item, index) in commodityDTO.commodityList"
:key="`${item.commodityId}-${index}`"
>
<Interceptor class="mk-card-item" @click="placeOrderHandle(item)">
<view class="mk-card-item" @click="placeOrderHandle(item)">
<!-- <view class="card-badge">超值推荐</view> -->
<image class="card-img" :src="item.commodityIcon" mode="aspectFill" />
<view class="card-content">
@@ -38,7 +38,7 @@
<text class="card-btn">下单</text>
</view>
</view>
</Interceptor>
</view>
</view>
</view>
</view>
@@ -47,7 +47,6 @@
<script setup>
import ModuleTitle from "@/components/ModuleTitle/index.vue";
import { defineProps } from "vue";
import Interceptor from "@/components/Interceptor/index.vue";
const props = defineProps({
commodityDTO: {