diff --git a/core/core-frontend/src/views/chart/components/editor/filter/FilterTree.vue b/core/core-frontend/src/views/chart/components/editor/filter/FilterTree.vue index 74ce033..b8ab3b9 100644 --- a/core/core-frontend/src/views/chart/components/editor/filter/FilterTree.vue +++ b/core/core-frontend/src/views/chart/components/editor/filter/FilterTree.vue @@ -95,19 +95,19 @@ defineExpose({ - diff --git a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/AuthTree.vue b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/AuthTree.vue index aef7090..d8acd24 100644 --- a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/AuthTree.vue +++ b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/AuthTree.vue @@ -87,11 +87,11 @@ const del = (index, child) => {
- + {{ logic === 'or' ? 'OR' : 'AND' }} - + {{ logic === 'or' ? 'OR' : 'AND' }} @@ -159,18 +159,21 @@ const del = (index, child) => { font-family: var(--de-custom_font, 'PingFang'); word-wrap: break-word; box-sizing: border-box; - color: rgba(0, 0, 0, 0.65); + // color: rgba(0, 0, 0, 0.65); display: inline-block; white-space: nowrap; margin: 0; padding: 0; width: 65px; - background-color: #f8f8fa; + // background-color: #f8f8fa; line-height: 28px; position: relative; z-index: 1; height: 28px; - + background-color: #212121; + border:1px solid #434343; + color: #F2F4F5; + border-radius: 2px; .mrg-title { text-align: left; box-sizing: border-box; @@ -237,11 +240,32 @@ const del = (index, child) => { padding: 0 10px; margin-right: 10px; font-size: 14px; - color: #246dff; - background: #fff; - border: 1px solid #246dff; + color: #0089FF; + background: transparent; + border: 1px solid #0089FF; border-radius: 2px; } } + +} + +.ed-dropdown__popper .ed-dropdown-menu{ + background-color: #303133; + border: 1px solid #434343; +} +:deep(.ed-dropdown-menu__item) { + color: #F2F4F5; } + \ No newline at end of file