mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-07 15:47:57 +08:00
fix(table): fix the style bug when the parent container is display: flex (#969)
Fix the bug of abnormal height and width of table when the parent container is display: flex fix #922 Co-authored-by: winerlu <winerlu@tencent.com>
This commit is contained in:
parent
3133552bde
commit
0cb4f7037f
@ -8,7 +8,7 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
flex: 1;
|
||||
height: fit-content;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
background-color: $--color-white;
|
||||
|
Loading…
Reference in New Issue
Block a user