tangjinzhou
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
components/table/style/index.less
|
|
@ -722,7 +722,7 @@ |
|
|
|
table { |
|
|
|
border-radius: @table-border-radius-base 0 0 0; |
|
|
|
} |
|
|
|
.ant-table-thead > tr > th:last-child { |
|
|
|
.@{table-prefix-cls}-thead > tr > th:last-child { |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -740,7 +740,7 @@ |
|
|
|
color: transparent; |
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
.ant-table-thead > tr > th:first-child { |
|
|
|
.@{table-prefix-cls}-thead > tr > th:first-child { |
|
|
|
border-top-left-radius: 0; |
|
|
|
} |
|
|
|
} |
|
|
|