Skip to content

Commit d7546f0

Browse files
hujiahao-hjherda-bot
authored andcommitted
fix(common): projects list style bug (erda-project#2154)
1 parent 6bc79a7 commit d7546f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/app/common/components/table/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
padding: 4px 0;
5252

5353
&.double-row {
54-
padding: 9px 0;
54+
padding: 8px 0;
5555
}
5656

5757
& > div {

shell/app/common/components/table/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function WrappedTable<T extends object = any>({
226226
<div className="flex flex-col">
227227
<Ellipsis
228228
title={<span className={onRow && subTitle ? 'erda-table-td-title' : ''}>{displayedText}</span>}
229-
className="leading-none"
229+
className="leading-4"
230230
/>
231231
{Object.keys(args).includes('subTitle') && (
232232
<span className="erda-table-td-subTitle truncate">{subTitleText || '-'}</span>

0 commit comments

Comments
 (0)