chore: 改用 logo.png 并放大 Logo 显示尺寸
三端引用切换为 packages/shared/public/logo.png,显示高度加倍,移除占位 logo.svg 与根目录误放的 logo.png。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -12,7 +12,7 @@ function logout() {
|
||||
<el-container style="min-height: 100vh">
|
||||
<el-aside width="180px" style="background: #1a2332">
|
||||
<div style="padding: 16px">
|
||||
<img src="/logo.svg" alt="TheBet365" style="height: 24px; width: auto; display: block" />
|
||||
<img src="/logo.png" alt="TheBet365" style="height: 48px; width: auto; display: block" />
|
||||
<div style="margin-top: 8px; font-size: 12px; color: #888">代理后台</div>
|
||||
</div>
|
||||
<el-menu background-color="#1a2332" text-color="#ccc" active-text-color="#00a826">
|
||||
|
||||
@@ -22,7 +22,7 @@ async function login() {
|
||||
<div style="min-height: 100vh; display: flex; align-items: center; justify-content: center">
|
||||
<el-card style="width: 360px">
|
||||
<div style="text-align: center; margin-bottom: 20px">
|
||||
<img src="/logo.svg" alt="TheBet365" style="height: 32px; width: auto" />
|
||||
<img src="/logo.png" alt="TheBet365" style="height: 64px; width: auto" />
|
||||
<h2 style="margin-top: 12px; font-size: 16px; font-weight: 500">代理后台登录</h2>
|
||||
</div>
|
||||
<el-form @submit.prevent="login" style="margin-top: 0">
|
||||
|
||||
Reference in New Issue
Block a user