bugfix: 首页不显示+号&sketch卡片尺寸

This commit is contained in:
2026-03-24 14:25:37 +08:00
parent d97892815c
commit b064bca80e
4 changed files with 22 additions and 17 deletions

View File

@@ -1,10 +1,15 @@
<template>
<ReportCard is-sketch title="Sketches Results" content="JPG file"/>
<ReportCard is-sketch title="Sketches Results" content="JPG file" />
</template>
<script setup lang="ts">
import ReportCard from './ReportCard.vue'
import ReportCard from './ReportCard.vue'
</script>
<style lang="less" scoped>
</style>
:deep(.report-card) {
width: 52.5rem;
height: 8rem;
box-sizing: border-box;
}
</style>