修复issue#126 (#130)

修复issue#126中的搜索框样式异常
This commit is contained in:
Kerwin Bryant 2022-04-25 11:46:18 +08:00 committed by GitHub
parent f74d443bce
commit fef38d27c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,6 @@ const changeSearchFocus = (value: boolean) => {
transition: width @anim-duration-base @anim-time-fn-easing;
.t-input {
border: 0;
padding-left: 40px;
&:focus {
box-shadow: none;
}