From 5768a8a9fbe85a43f25c667eed04fd1f8a1e79ff Mon Sep 17 00:00:00 2001 From: Viet An Date: Tue, 19 May 2026 10:00:15 +0700 Subject: [PATCH] changes --- app/components/SearchBox.vue | 106 ++++++-------- app/components/datatable/ContextMenu.vue | 2 +- app/components/datatable/DataTable.vue | 3 - app/components/datatable/ScrollBox.vue | 179 +++++++++++++---------- app/plugins/00-datatable.js | 18 ++- app/plugins/02-connection.js | 4 + build.sh | 4 +- 7 files changed, 170 insertions(+), 146 deletions(-) diff --git a/app/components/SearchBox.vue b/app/components/SearchBox.vue index 733482e..0a54a43 100644 --- a/app/components/SearchBox.vue +++ b/app/components/SearchBox.vue @@ -4,7 +4,7 @@ class="field has-addons" :id="$id()" > -
+
@@ -47,20 +47,18 @@ class="dropdown-menu" style="min-width: 100%" role="menu" - @click="doClick()" >
@@ -116,12 +109,12 @@