Fix Ant Table Border Radius (#22413)

This commit is contained in:
Akshat Mittal 2020-03-20 08:27:23 +05:30 committed by GitHub
parent 53e9ca20b6
commit fff1f5b7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
z-index: 0;
clear: both;
background: @table-bg;
border-radius: @border-radius-base;
// https://github.com/ant-design/ant-design/issues/17611
table {