Skip to content

Commit 96bd89c

Browse files
author
zpfz
committed
style: fixed rv-image-mask class width and height to 152px
1 parent 87ae9a1 commit 96bd89c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/style/style.less

+4-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@
6464
img,
6565
.rv-image-mask {
6666
border-radius: 50%;
67-
max-width: 152px;
68-
max-height: 152px;
67+
width: 152px;
68+
height: 152px;
69+
// max-width: 152px;
70+
// max-height: 152px;
6971
user-select: none;
7072
}
7173
.rv-image-mask {

0 commit comments

Comments
 (0)