style: sketch视图添加白色背景

This commit is contained in:
2026-04-17 17:00:00 +08:00
parent 477c3bfa79
commit 8cc83ae12b

View File

@@ -329,9 +329,9 @@
.sketch-item {
position: relative;
width: calc((100% - 1.2rem * 3) / 4);
//设置比例
aspect-ratio: 1 / 1;
border-radius: 1.6rem;
background-color: #fff;
img {
width: 100%;
height: 100%;