style: column setting sub title

This commit is contained in:
jialin
2026-02-02 14:10:46 +08:00
parent 9796233897
commit fc599a0637
2 changed files with 17 additions and 4 deletions
@@ -11,7 +11,9 @@ import styled from 'styled-components';
import { BenchmarkStatus, BenchmarkStatusLabelMap } from '../config';
import { BenchmarkListItem as ListItem } from '../config/types';
const SubTitleWrapper = styled.span`
const SubTitleWrapper = styled.span.attrs({
className: 'sub-title'
})`
display: list-item;
overflow: hidden;
text-overflow: ellipsis;