添加备案信息配置项,给登录页面 Logo 增加圆角

This commit is contained in:
RockYang
2025-01-10 17:33:25 +08:00
parent 57b1b44645
commit 8dc03a7509
9 changed files with 1030 additions and 1989 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="right flex-center">
<div class="logo">
<el-image :src="logo" alt="" style="max-width: 300px; max-height: 300px" />
<el-image :src="logo" alt="" style="max-width: 300px; max-height: 300px" class="rounded-full" />
</div>
<div>welcome</div>
<footer-bar />