This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

优化单选/复选框的边距

old
宇天 2021-05-20 10:12:37 +08:00
parent 7c765768d0
commit e297d65678
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
align-items: center;
min-width: 32px;
height: 32px;
padding: 0 5px;
padding-right: 16px;
line-height: 1;
-moz-user-select: none;
user-select: none;

View File

@ -17,7 +17,7 @@
justify-content: center;
align-items: center;
min-width: 32px;
padding: 0 6px;
padding-right: 16px;
line-height: 1;
-moz-user-select: none;
user-select: none;