Skip to content

Commit e321126

Browse files
authored
fix: 修复table宽度 (#939)
1 parent c14bd4d commit e321126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-table/src/style/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> table {
77
display: table !important;
88
margin: 0 !important;
9-
// width: 100% !important;
9+
width: 100% !important;
1010
border-spacing: 0;
1111
border-collapse: collapse;
1212
tr > th,

0 commit comments

Comments
 (0)