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