bugfix: 首页不显示+号&sketch卡片尺寸
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user