Skip to content

Commit c37e368

Browse files
fix(table): table select style(vueComponent#6721)
1 parent 0a738a3 commit c37e368

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/table/style/index.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = token => {
271271
borderTopColor: 'transparent',
272272

273273
'&:first-child': {
274-
borderStartStartRadius: tableRadius,
275-
borderEndStartRadius: tableRadius,
274+
borderStartStartRadius: 0,
275+
borderEndStartRadius: 0,
276276
},
277277

278278
'&:last-child': {
279-
borderStartEndRadius: tableRadius,
280-
borderEndEndRadius: tableRadius,
279+
borderStartEndRadius: 0,
280+
borderEndEndRadius: 0,
281281
},
282282
},
283283
},

0 commit comments

Comments
 (0)