feat: 图片引用

This commit is contained in:
2026-03-24 16:57:40 +08:00
parent b1bf290c06
commit 0428783f5c
9 changed files with 79 additions and 28 deletions

View File

@@ -48,8 +48,12 @@
}
&.is-sketch {
background: url('@/assets/images/sketch-card.png') no-repeat;
background-size: contain;
padding: 2rem 3rem;
max-width: 52.5rem;
height: 8rem;
box-sizing: border-box;
background-size: 100% 100%;
min-height: initial;
.report-card-header {
margin-bottom: 0;
}