We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31d4ba1 + 9ee113e commit 0974250Copy full SHA for 0974250
3 files changed
src/layouts/LeftMenu/component/SystemLogo.tsx
@@ -5,12 +5,11 @@ import logo from '@/assets/images/icon-192.png';
5
import { usePreferencesStore } from '@/stores/store';
6
7
/**
8
- * 系统logo - 圆角立体卡片风格
+ * 系统logo - 协调系统主题的卡片风格
9
* @returns
10
*/
11
const SystemLogo = () => {
12
const colorPrimary = usePreferencesStore((state) => state.preferences.theme.colorPrimary);
13
-
14
return (
15
<div className="flex justify-between items-center toolbox">
16
<Link to="/" style={{ width: '100%' }}>
src/layouts/LeftMenu/index.tsx
@@ -38,7 +38,7 @@ const LeftMenu: React.FC = () => {
38
39
<Layout.Sider
40
trigger={null}
41
- collapsedWidth={48}
+ collapsedWidth={64}
42
style={{
43
overflow: 'hidden',
44
position: 'relative',
0 commit comments