feat: 商品编辑

This commit is contained in:
2026-04-28 11:43:12 +08:00
parent 5cfccabcd7
commit 1e4134f8b9
5 changed files with 78 additions and 55 deletions

View File

@@ -204,23 +204,23 @@
.cropper-box-canvas {
background-color: #ffffff;
img {
height: 100%;
}
// img {
// height: 100%;
// }
}
}
&.is-cover {
:deep(.vue-cropper) {
overflow: hidden;
}
:deep(.cropper-box-canvas) {
width: 31.1rem !important;
left: 50% !important;
transform: translateX(-50%) !important;
img {
display: none;
}
}
// :deep(.cropper-box-canvas) {
// width: 31.1rem !important;
// left: 50% !important;
// transform: translateX(-50%) !important;
// img {
// display: none;
// }
// }
}
}