mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
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:
parent
c6d8589492
commit
b58de1dec5
@ -235,6 +235,11 @@
|
||||
&.gutter {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
& .cell {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
@include e((footer-wrapper)) {
|
||||
|
Loading…
Reference in New Issue
Block a user