refactor(前端样式): 优化项目

This commit is contained in:
zhang1106
2026-03-10 13:12:29 +08:00
parent a316fa4d38
commit 98f705de8b
3 changed files with 84 additions and 67 deletions
+1 -6
View File
@@ -539,12 +539,7 @@ const AppLayout = ({ children }) => {
danger
icon={<LogoutOutlined />}
onClick={handleLogout}
style={{
padding: '8px 12px',
height: 'auto',
borderRadius: designTokens.borderRadius.small,
fontSize: 13,
}}
className="logout-btn"
>
退出
</Button>