From a2a1341fbf8ca67b77458e57c0a4b01f2ab9463c Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 21 Oct 2025 18:21:52 +0700 Subject: [PATCH] fix:bug --- src/modules/03_logs/components/LogTable.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/modules/03_logs/components/LogTable.vue b/src/modules/03_logs/components/LogTable.vue index f4d9be6e..f51c62f6 100644 --- a/src/modules/03_logs/components/LogTable.vue +++ b/src/modules/03_logs/components/LogTable.vue @@ -626,12 +626,10 @@ onMounted(async () => { :options="statusOpt" option-value="id" option-label="name" - lazy-rules hide-bottom-space borderless outlined style="width: 150px" - :hide-dropdown-icon="false" @update:modelValue="selectedDate()" clearable > @@ -1093,9 +1091,9 @@ onMounted(async () => { background-color: #eeeeee; } -.dp__action_row { +/*.dp__action_row { padding: 2px !important; -} +}*/ .tree-container { overflow: auto;