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 +
+ + + + +
+