@@ -240,7 +240,7 @@ const getPreventionImage = (field: string, level: string) => {
if (suffix === '00') {
return false
} else {
- return new URL(`../../assets/jiufang/${field}-${suffix}.png`, import.meta.url).href
+ return `/jiufang/${field}-${suffix}.png`
}
@@ -418,7 +418,7 @@ defineExpose({
.bed-card {
width: 980px;
- height: 640px;
+ height: 680px;
background-color: white;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);