This commit is contained in:
2026-07-21 10:46:26 +08:00
parent 56f380aa33
commit b374a541ea
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ const AdminLayout: React.FC = () => {
overflow: 'hidden',
}}>
{siteLogo ? (
<img src={siteLogo} alt="logo" style={{ width: 28, height: 28, objectFit: 'contain' }} />
<img src={siteLogo} alt="logo" style={{ width: 36, height: 36, objectFit: 'contain' }} />
) : (
<ThunderboltOutlined style={{ fontSize: 20, color: '#ffffff' }} />
)}