Commit 01461a10 authored by 王玉鑫's avatar 王玉鑫

feat: 载体、土地列表图片组件修改

parent b29e9bc0
<template>
<div class="flex">
<div class="media-left mr-[16px]">
<img class="h-[156px] w-[208px]" :src="detail.imgUrl" alt="" />
<CommonImage class="h-[156px] w-[208px]" :src="detail.imgUrl" alt="" />
</div>
<div
class="media-right relative flex w-[408px] flex-col justify-between pt-[8px] text-[12px] leading-[20px] text-[#4d4d4d]"
......@@ -31,6 +31,7 @@
</template>
<script lang="ts" setup>
import type { CarrierListItem } from '@/types/api/carrierList';
import CommonImage from '@/components/common/CommonImage.vue';
withDefaults(
defineProps<{
......
<template>
<div class="flex">
<div class="media-left mr-[16px]">
<img class="h-[156px] w-[208px]" :src="detail.imgUrl" alt="" />
<CommonImage class="h-[156px] w-[208px]" :src="detail.imgUrl" alt="" />
</div>
<div
class="media-right relative flex w-[408px] flex-col justify-between pt-[8px] text-[12px] leading-[20px] text-[#4d4d4d]"
......@@ -34,6 +34,7 @@
</template>
<script lang="ts" setup>
import type { LandListItem } from '@/types/api/landList';
import CommonImage from '@/components/common/CommonImage.vue';
withDefaults(
defineProps<{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment