style: 底部栏全局加粗
This commit is contained in:
@@ -30,7 +30,7 @@ export function StatusBar(): React.JSX.Element {
|
|||||||
{/* 左侧:状态信息表格 */}
|
{/* 左侧:状态信息表格 */}
|
||||||
<Table size="small" sx={{
|
<Table size="small" sx={{
|
||||||
flex: 1, width: 'auto',
|
flex: 1, width: 'auto',
|
||||||
'& .MuiTableCell-root': { border: 0, py: 0, px: 1, fontSize: 11, whiteSpace: 'nowrap' },
|
'& .MuiTableCell-root': { border: 0, py: 0, px: 1, fontSize: 11, fontWeight: 600, whiteSpace: 'nowrap' },
|
||||||
}}>
|
}}>
|
||||||
<TableBody>
|
<TableBody>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
@@ -43,7 +43,7 @@ export function StatusBar(): React.JSX.Element {
|
|||||||
animation: (agentStatus === 'thinking' || agentStatus === 'executing') ? 'pulse 2s infinite' : 'none',
|
animation: (agentStatus === 'thinking' || agentStatus === 'executing') ? 'pulse 2s infinite' : 'none',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Typography variant="caption" sx={{ color: 'text.secondary', fontSize: 11, lineHeight: 1 }}>
|
<Typography variant="caption" sx={{ color: 'text.secondary', fontSize: 11, fontWeight: 600, lineHeight: 1 }}>
|
||||||
{AGENT_STATUS_LABELS[agentStatus]}
|
{AGENT_STATUS_LABELS[agentStatus]}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user