Merge pull request #13 from certd/client_sync

[client] sync upgrade [trident-sync]
pull/21/merge
Greper 2023-03-03 03:24:24 +08:00 committed by GitHub
commit 458756e895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -48,8 +48,10 @@
</template> </template>
</router-view> </router-view>
</a-layout-content> </a-layout-content>
<a-layout-footer class="fs-framework-footer" <a-layout-footer class="fs-framework-footer">
>by fast-crud <div>Powered by Greper</div>
<div>v{{ version }}</div>
<fs-source-link /> <fs-source-link />
</a-layout-footer> </a-layout-footer>
</a-layout> </a-layout>
@ -97,7 +99,9 @@ export default {
// //
return false; return false;
}); });
const version = ref(import.meta.env.VITE_APP_VERSION);
return { return {
version,
frameworkMenus, frameworkMenus,
headerMenus, headerMenus,
asideMenus, asideMenus,
@ -146,6 +150,8 @@ export default {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
font-size: 14px; font-size: 14px;
background: #f6f6f6; background: #f6f6f6;
display: flex;
justify-content: space-between;
} }
.header-buttons { .header-buttons {
display: flex; display: flex;