refactor: longbow-check 组件更改字体
#Comment 使用此字体才能保证垂直居中兼容各种浏览器
This commit is contained in:
parent
ba6ec16b66
commit
8bde404eec
|
@ -5,6 +5,7 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-checkbox .checkbox-input {
|
.form-checkbox .checkbox-input {
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-checkbox .checkbox-input {
|
.form-checkbox .checkbox-input {
|
||||||
|
|
Loading…
Reference in New Issue