From 49b674495c4cc387aa1d25b5c6aa08b76319fd53 Mon Sep 17 00:00:00 2001 From: rick Date: Fri, 25 Jul 2025 18:33:54 +0800 Subject: [PATCH] chore: using el-splitter on the data manager page --- console/atest-ui/package.json | 2 +- console/atest-ui/src/views/DataManager.vue | 134 +++++++++++---------- 2 files changed, 69 insertions(+), 67 deletions(-) diff --git a/console/atest-ui/package.json b/console/atest-ui/package.json index 7ea96f91..bf170458 100644 --- a/console/atest-ui/package.json +++ b/console/atest-ui/package.json @@ -21,7 +21,7 @@ "@vueuse/core": "^10.11.0", "codemirror": "^5.65.17", "diff-match-patch": "^1.0.5", - "element-plus": "^2.10.2", + "element-plus": "^2.10.4", "intro.js": "^7.2.0", "jsonlint-mod": "^1.7.6", "jsonpath-plus": "^10.3.0", diff --git a/console/atest-ui/src/views/DataManager.vue b/console/atest-ui/src/views/DataManager.vue index 3d9d7b50..bea49d56 100644 --- a/console/atest-ui/src/views/DataManager.vue +++ b/console/atest-ui/src/views/DataManager.vue @@ -367,72 +367,74 @@ Magic.LoadMagicKeys(import.meta.url, new Map([ - - - - - - - - - - - - - - - - - - Execute - - - - - - - - - - - - - - - - - - - - - {{ t("button.next-page") }} - - - - - - -
- {{ queryResult.length }} rows - {{ queryDataMeta.duration }} - {{ label.value }} - overflow -
- - - - -
+ + + + + + + + + + + + + + + + + + + Execute + + + + + + + + + + + + + + + + + + + + + {{ t("button.next-page") }} + + + + + + +
+ {{ queryResult.length }} rows + {{ queryDataMeta.duration }} + {{ label.value }} + overflow +
+ + + + +
+