Skip to content

Commit 0974250

Browse files
committed
Merge branch 'dev'
2 parents 31d4ba1 + 9ee113e commit 0974250

3 files changed

Lines changed: 180 additions & 84 deletions

File tree

src/layouts/LeftMenu/component/SystemLogo.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ import logo from '@/assets/images/icon-192.png';
55
import { usePreferencesStore } from '@/stores/store';
66

77
/**
8-
* 系统logo - 圆角立体卡片风格
8+
* 系统logo - 协调系统主题的卡片风格
99
* @returns
1010
*/
1111
const SystemLogo = () => {
1212
const colorPrimary = usePreferencesStore((state) => state.preferences.theme.colorPrimary);
13-
1413
return (
1514
<div className="flex justify-between items-center toolbox">
1615
<Link to="/" style={{ width: '100%' }}>

src/layouts/LeftMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const LeftMenu: React.FC = () => {
3838
return (
3939
<Layout.Sider
4040
trigger={null}
41-
collapsedWidth={48}
41+
collapsedWidth={64}
4242
style={{
4343
overflow: 'hidden',
4444
position: 'relative',

0 commit comments

Comments
 (0)