diff --git a/src/components/DataActions/index.vue b/src/components/DataActions/index.vue index 700162fc5..5d406fdc2 100644 --- a/src/components/DataActions/index.vue +++ b/src/components/DataActions/index.vue @@ -178,10 +178,6 @@ export default { margin-left: 4px; } -.el-dropdown .el-dropdown-selfdefine { - padding: 2px 5px; -} - .el-button-ungroup .action-item:first-child { margin-left: 0; } diff --git a/src/layout/components/NavHeader/Organization.vue b/src/layout/components/NavHeader/Organization.vue index d3b4bef1f..062621c83 100644 --- a/src/layout/components/NavHeader/Organization.vue +++ b/src/layout/components/NavHeader/Organization.vue @@ -146,25 +146,25 @@ export default { background-color: rgba(144, 147, 152, .5); } - & > > > .el-input__prefix { + &>>> .el-input__prefix { left: 8px } - & > > > .el-input--prefix .el-input__inner { + &>>> .el-input--prefix .el-input__inner { line-height: 35px !important; height: 35px !important; } - & > > > .fa-sitemap { + &>>> .fa-sitemap { padding-left: 4px; } - & > > > .el-input__icon { + &>>> .el-input__icon { color: #606266; } } -.option-group > > > .el-select-group__title { +.option-group >>> .el-select-group__title { color: #909399 !important; padding-left: 15px; font-size: 12px;