style: 下拉样式统一

This commit is contained in:
@changcode
2022-08-24 10:29:52 +08:00
parent fe7e9885f8
commit 45c8b97a2e
6 changed files with 27 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
.tabs {
$blue:#046ECA;
$grey:#353636;
$blue: #2C72C6;
$grey: #353636;
height:100%;
font-size:12px;
.tab-hide{
@@ -116,7 +116,7 @@
width: 100px;
height:24px;
padding-left: 4px;
color:$blue;
color: $blue;
font-weight:400;
}
.el-input__suffix {