perf: 修改统一 css

This commit is contained in:
ibuler
2022-06-30 18:20:26 +08:00
committed by huailei
parent 8e57d76713
commit 7c6530d9e8
2 changed files with 9 additions and 0 deletions

View File

@@ -482,3 +482,10 @@ a {
background-color: rgba(0,0,0,.05)
}
.el-cascader {
line-height: 34px;
}
.el-input__icon {
line-height: 34px;
}

View File

@@ -4,6 +4,8 @@ $--color-success: #1c84c6;
$--color-info: #23c6c8;
$--color-warning: #f8ac59;
$--color-danger: #ed5565;
$--font-size-base: 13px;
$--size-base: 13px;
$--color-link: #1c84c6;
$--color-link-highlight: #23527c;