Skip to content

Commit

Permalink
Merge pull request #823 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
fix(design): Table border-radius should be 0 in some cases
  • Loading branch information
dengfuping authored Nov 11, 2024
2 parents 27c2c0a + b14f236 commit af190d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/design/src/table/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export const genTableStyle: GenerateStyle<TableToken> = (token: TableToken): CSS
[`${componentCls}-wrapper:not(${componentCls}-expandable):not(${componentCls}-has-footer) ${componentCls}:not(${componentCls}-bordered):not(${componentCls}-empty)`]:
{
borderBottom: `1px solid ${colorBorderSecondary}`,
borderRadius: 0,
},

// 滚动表格样式
Expand Down

0 comments on commit af190d1

Please sign in to comment.