diff --git a/frontend/src/components/dataease/DeOutWidget.vue b/frontend/src/components/dataease/DeOutWidget.vue index 049cb7878f..487b35df75 100644 --- a/frontend/src/components/dataease/DeOutWidget.vue +++ b/frontend/src/components/dataease/DeOutWidget.vue @@ -261,7 +261,6 @@ export default { .condition-content-container { position: relative; - display: table; width: 100%; height: 100%; white-space: nowrap; @@ -269,8 +268,6 @@ export default { .first-element { position: relative; - display: table-cell; - vertical-align: middle; margin: 0px; padding: 0px; height: 100%; @@ -298,6 +295,7 @@ export default { background: #fff; border: 1px solid #d7dae2; top: 5px; + height: 100%; } .condition-main-line { diff --git a/frontend/src/views/dataset/add/AddSQL.vue b/frontend/src/views/dataset/add/AddSQL.vue index d3f0f66eba..ad99840b4f 100644 --- a/frontend/src/views/dataset/add/AddSQL.vue +++ b/frontend/src/views/dataset/add/AddSQL.vue @@ -799,6 +799,7 @@ export default { }) }, changeDatasource() { + this.keywords = '' for (let i = 0; i < this.options.length; i++) { if (this.options[i].id === this.dataSource) { this.selectedDatasource = this.options[i] diff --git a/frontend/src/views/panel/template/component/TemplateList.vue b/frontend/src/views/panel/template/component/TemplateList.vue index 88f7af9ae8..01786f8645 100644 --- a/frontend/src/views/panel/template/component/TemplateList.vue +++ b/frontend/src/views/panel/template/component/TemplateList.vue @@ -253,7 +253,7 @@ export default { } li.select { - background: var(--deWhiteHover, #ecf5ff) !important; + background: var(--deWhiteHover, #e0eaff) !important; color: var(--TextActive, #3370ff) !important; } diff --git a/frontend/src/views/system/user/UserEditer.vue b/frontend/src/views/system/user/UserEditer.vue index e3cf2b0a13..fcaf287844 100644 --- a/frontend/src/views/system/user/UserEditer.vue +++ b/frontend/src/views/system/user/UserEditer.vue @@ -223,7 +223,6 @@