chore: 底部栏高度 28→32px,常量同步更新
This commit is contained in:
@@ -23,7 +23,7 @@ export function StatusBar(): React.JSX.Element {
|
|||||||
component="footer"
|
component="footer"
|
||||||
sx={{
|
sx={{
|
||||||
flexShrink: 0, display: 'flex', alignItems: 'center',
|
flexShrink: 0, display: 'flex', alignItems: 'center',
|
||||||
px: 1.5, height: 28, bgcolor: 'background.paper',
|
px: 1.5, height: 32, bgcolor: 'background.paper',
|
||||||
borderTop: 1, borderColor: 'divider', userSelect: 'none',
|
borderTop: 1, borderColor: 'divider', userSelect: 'none',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
// ===== 布局尺寸 =====
|
// ===== 布局尺寸 =====
|
||||||
|
|
||||||
export const LAYOUT = {
|
export const LAYOUT = {
|
||||||
HEADER_HEIGHT: 40,
|
HEADER_HEIGHT: 0, // 已移除顶部栏
|
||||||
STATUS_BAR_HEIGHT: 24,
|
STATUS_BAR_HEIGHT: 32,
|
||||||
SIDEBAR_WIDTH: 260,
|
SIDEBAR_WIDTH: 260,
|
||||||
DETAIL_WIDTH: 320,
|
DETAIL_WIDTH: 320,
|
||||||
CHAT_MAX_WIDTH: 768,
|
CHAT_MAX_WIDTH: 768,
|
||||||
|
|||||||
Reference in New Issue
Block a user