From 2753bb092a8557bab27c2a73e7c7738f3abdb883 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Sat, 18 Dec 2021 11:22:48 +0800
Subject: [PATCH] update ui
---
ZR.Vue/src/views/tool/gen/index.vue | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ZR.Vue/src/views/tool/gen/index.vue b/ZR.Vue/src/views/tool/gen/index.vue
index 58e8910..da7a248 100644
--- a/ZR.Vue/src/views/tool/gen/index.vue
+++ b/ZR.Vue/src/views/tool/gen/index.vue
@@ -28,10 +28,10 @@
{{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
-
-
-
-
+
+
+
+
@@ -97,7 +97,7 @@ import {
listTable,
delTable,
previewTable,
- synchDb
+ synchDb,
} from "@/api/tool/gen";
import importTable from "./importTable";
import { Loading } from "element-ui";