mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
fix zh width
This commit is contained in:
parent
b942c0241f
commit
b923463690
1 changed files with 2 additions and 2 deletions
|
|
@ -147,10 +147,10 @@ export const ExtensionListStep = ({
|
|||
{extension.name}
|
||||
</Text>
|
||||
</Box>
|
||||
<Box width={maxVersionWidth + 3} flexShrink={0}>
|
||||
<Box width={maxVersionWidth + 8} flexShrink={0}>
|
||||
<Text color={theme.text.secondary}> v{extension.version}</Text>
|
||||
</Box>
|
||||
<Box width={maxStatusWidth + 3} flexShrink={0}>
|
||||
<Box width={maxStatusWidth + 8} flexShrink={0}>
|
||||
<Text color={activeColor}>({activeString})</Text>
|
||||
</Box>
|
||||
{stateText && <Text color={stateColor}>[{stateText}]</Text>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue