feat: 工单图片上传与样式的调整

This commit is contained in:
2025-10-27 20:05:35 +08:00
parent 2ee8d6a72e
commit d0711c7f12
4 changed files with 52 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
height: 100vh;
}
.h-full {
height: 100%;
}
.h-80 {
height: 80px;
}

View File

@@ -9,3 +9,6 @@
.w-50 {
width: 50%;
}
.w-80 {
width: 80px;
}