wupengfei
2 天以前 34b86673ec8fd29680a7679d3d8a597351a63f60
apps/housekeepingMiniApp/src/components/Card/StandardServiceCard.vue
文件名从 apps/housekeepingMiniApp/src/pages/home/StandardServiceCard.vue 修改
@@ -1,6 +1,8 @@
<template>
  <div class="standard-service-card-wrapper">
    <SquareView>
    <img :src="setOSSLink(file)" class="standard-service-card-cover" />
    </SquareView>
    <div class="standard-service-card-content">
      <div class="standard-service-card-content-title">{{ name }}</div>
      <div class="standard-service-card-content-price-wrapper">
@@ -13,6 +15,7 @@
<script setup lang="ts">
import { setOSSLink } from '@12333/utils';
import { SquareView } from '@12333/components';
defineOptions({
  name: 'StandardServiceCard',
@@ -37,7 +40,7 @@
  border-radius: 12px;
  .standard-service-card-cover {
    height: 240px;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    width: 100%;