We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc79a7 commit d7546f0Copy full SHA for d7546f0
shell/app/common/components/table/index.scss
@@ -51,7 +51,7 @@
51
padding: 4px 0;
52
53
&.double-row {
54
- padding: 9px 0;
+ padding: 8px 0;
55
}
56
57
& > div {
shell/app/common/components/table/index.tsx
@@ -226,7 +226,7 @@ function WrappedTable<T extends object = any>({
226
<div className="flex flex-col">
227
<Ellipsis
228
title={<span className={onRow && subTitle ? 'erda-table-td-title' : ''}>{displayedText}</span>}
229
- className="leading-none"
+ className="leading-4"
230
/>
231
{Object.keys(args).includes('subTitle') && (
232
<span className="erda-table-td-subTitle truncate">{subTitleText || '-'}</span>
0 commit comments