mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
fix: 修复更多按钮样式
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user