master
yutent 2023-09-01 18:32:18 +08:00
parent 8f6d891c0d
commit 91ad0179f9
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ class Input extends Component {
width: 0; width: 0;
height: 100%; height: 100%;
padding: 0 8px; padding: 0 8px;
line-height: 1;
border: 0; border: 0;
border-radius: inherit; border-radius: inherit;
font: inherit; font: inherit;

View File

@ -32,7 +32,7 @@ class Switch extends Component {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
min-width: 32px; min-width: 32px;
padding-right: 16px; padding: 0 8px 0 2px;
line-height: 1; line-height: 1;
-moz-user-select: none; -moz-user-select: none;
user-select: none; user-select: none;