fix(components): [table] fix expand icon center (#9943)

* fix(components): [table] fix expand icon center

* Update packages/theme-chalk/src/table.scss

Co-authored-by: qiang <qw13131wang@gmail.com>

* Apply suggestions from code review

Co-authored-by: qiang <qw13131wang@gmail.com>

Co-authored-by: qiang <qw13131wang@gmail.com>
This commit is contained in:
Zheng Bang-Bo 2022-11-23 11:30:23 +08:00 committed by GitHub
parent c6d8589492
commit b58de1dec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,11 @@
&.gutter {
width: 0;
}
& .cell {
display: flex;
align-items: center;
}
}
@include e((footer-wrapper)) {