fix: long text in slide bar not show ellipsis, fixed #980 (#1033)

This commit is contained in:
Qi
2023-02-15 22:28:01 +08:00
committed by GitHub
parent 885e99ddad
commit 4b92ad6a22

View File

@@ -120,7 +120,7 @@ export const StyledSubListItem = styled.button<{
active?: boolean;
}>(({ theme, disable, active }) => {
return {
width: '296px',
width: '100%',
height: '32px',
marginTop: '4px',
color: disable