diff --git a/frontend/src/views/panel/filter/filterDialog.vue b/frontend/src/views/panel/filter/filterDialog.vue
index 115c0185c0..6b6ddea4f3 100644
--- a/frontend/src/views/panel/filter/filterDialog.vue
+++ b/frontend/src/views/panel/filter/filterDialog.vue
@@ -39,7 +39,7 @@
:load="loadTree"
@node-click="handleNodeClick"
>
-
@@ -71,9 +73,15 @@
:key="item.id"
:class="myAttrs && myAttrs.fieldId && myAttrs.fieldId.includes(item.id) ? 'filter-db-row-checked' : 'filter-db-row'"
class="filter-db-row"
+ style="margin: 5px 0;"
>
-
- {{ item.name }}
+
+
+
+
+
+ {{ item.name }}
+
@@ -122,8 +130,15 @@
-
+
.filter-field {
border-radius: 4px;
- height: 45px;
+ height: 40px;
.field-content {
position: relative;
@@ -113,14 +113,15 @@ export default {
border-left: none;
color: #9ea6b2;
border: 1px solid var(--TableBorderColor, #E6E6E6);
- width: 0%;
+ width: auto;
max-width: 0%;
position: relative;
- display: table-cell;
+ display: inherit;
vertical-align: middle;
margin: 0px;
- padding: 0 0 0 0;
+ padding: 4px 0 0 0;
height: 100%;
+ line-height: 100%;
}
}