Skip to content

Commit cb669c3

Browse files
author
黄书伟
committed
修复 checkbox 点击左上角位置偏移的问题
1 parent 2c2cc7e commit cb669c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/themes-base/v-checkbox.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
top: 0;
4242
bottom: 0;
4343
right: 0;
44-
width: 100%;
45-
height: 100%;
44+
/* width: 100%;
45+
height: 100%;*/
4646
}
4747

4848
.v-checkbox-inner{

0 commit comments

Comments
 (0)