From 76dd23174ac0ccde385046314d2e4bb9e3d7acb2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 2 Mar 2023 19:24:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade=20wit?= =?UTF-8?q?h=202=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor: footer version --- .../ui/certd-client/src/layout/layout-framework.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/ui/certd-client/src/layout/layout-framework.vue b/packages/ui/certd-client/src/layout/layout-framework.vue index 87f44de4..f719a0a8 100644 --- a/packages/ui/certd-client/src/layout/layout-framework.vue +++ b/packages/ui/certd-client/src/layout/layout-framework.vue @@ -48,8 +48,10 @@ - by fast-crud + +
Powered by Greper
+
v{{ version }}
+
@@ -97,7 +99,9 @@ export default { //阻止错误向上传递 return false; }); + const version = ref(import.meta.env.VITE_APP_VERSION); return { + version, frameworkMenus, headerMenus, asideMenus, @@ -146,6 +150,8 @@ export default { color: rgba(0, 0, 0, 0.85); font-size: 14px; background: #f6f6f6; + display: flex; + justify-content: space-between; } .header-buttons { display: flex;