fix: top border of the table summary row (#31363)

* fix: top border of the table summary row (#31337)

* refactor: return to use container box-shadow for summary

* refactor: revert shadow container of table summary
This commit is contained in:
Peach 2021-07-13 11:47:30 +08:00 committed by GitHub
parent 5d8e93b6c1
commit 972e3c2edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,8 @@
// =========================== Summary ============================
&-summary {
position: relative;
z-index: @zindex-table-fixed;
background: @table-bg;
div& {