mirror of https://github.com/ElemeFE/element
Table: Add `flex: 1` for `el-table`
parent
7c77cc3380
commit
302eb3116f
|
@ -7,6 +7,7 @@
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
background-color: $--color-white;
|
||||
|
|
Loading…
Reference in New Issue