Skip to content

Commit ed52dc1

Browse files
committed
fix(Rate): 修复星星图片尺寸过小时错位的问题
close #1165
1 parent 724d092 commit ed52dc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rate/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
.icon-checked {
1313
position: absolute;
1414
overflow: hidden;
15+
display: flex;
1516
}
1617

1718
.image-item {
1819
width: 80rpx;
1920
height: 80rpx;
20-
}
21+
}

0 commit comments

Comments
 (0)