UNPKG
meck-rc-table
Version:
latest (5.7.3)
5.7.3
table ui component for react
github.com/react-component/table
react-component/table
meck-rc-table
/
assets
/
bordered.css
8 lines
(7 loc)
•
136 B
CSS
View Raw
1
2
3
4
5
6
7
8
.rc-table
.bordered
table
{
border-collapse
: collapse; }
.rc-table
.bordered
th
,
.rc-table
.bordered
td
{
border
:
1px
solid
#e9e9e9
; }