fix: problem of component style in night mode; 🐛

修复:夜晚模式下组件样式问题;
This commit is contained in:
iczer
2020-07-08 11:49:12 +08:00
parent 32577b038a
commit 719dba0bd9
24 changed files with 86 additions and 187 deletions

View File

@@ -41,7 +41,7 @@ export default {
}
.search-input{
border: 0;
border-bottom: 1px rgba(3, 5, 6, 0.23) solid;
border-bottom: 1px solid @border-color-split;
transition: width 0.3s ease-in-out;
input{
border: 0;