fix: 修复更多按钮样式

This commit is contained in:
“huailei000”
2022-04-13 14:27:08 +08:00
committed by 老广
parent a8a7538655
commit f08b3708d4
2 changed files with 5 additions and 9 deletions

View File

@@ -178,10 +178,6 @@ export default {
margin-left: 4px; margin-left: 4px;
} }
.el-dropdown .el-dropdown-selfdefine {
padding: 2px 5px;
}
.el-button-ungroup .action-item:first-child { .el-button-ungroup .action-item:first-child {
margin-left: 0; margin-left: 0;
} }

View File

@@ -146,25 +146,25 @@ export default {
background-color: rgba(144, 147, 152, .5); background-color: rgba(144, 147, 152, .5);
} }
& > > > .el-input__prefix { &>>> .el-input__prefix {
left: 8px left: 8px
} }
& > > > .el-input--prefix .el-input__inner { &>>> .el-input--prefix .el-input__inner {
line-height: 35px !important; line-height: 35px !important;
height: 35px !important; height: 35px !important;
} }
& > > > .fa-sitemap { &>>> .fa-sitemap {
padding-left: 4px; padding-left: 4px;
} }
& > > > .el-input__icon { &>>> .el-input__icon {
color: #606266; color: #606266;
} }
} }
.option-group > > > .el-select-group__title { .option-group >>> .el-select-group__title {
color: #909399 !important; color: #909399 !important;
padding-left: 15px; padding-left: 15px;
font-size: 12px; font-size: 12px;