style: sketch视图添加白色背景
This commit is contained in:
@@ -329,9 +329,9 @@
|
|||||||
.sketch-item {
|
.sketch-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc((100% - 1.2rem * 3) / 4);
|
width: calc((100% - 1.2rem * 3) / 4);
|
||||||
//设置比例
|
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border-radius: 1.6rem;
|
border-radius: 1.6rem;
|
||||||
|
background-color: #fff;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user