Table: Add `flex: 1` for `el-table`

pull/7605/head
lirilsu 2017-10-19 15:54:17 +08:00 committed by 杨奕
parent 7c77cc3380
commit 302eb3116f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
position: relative;
overflow: hidden;
box-sizing: border-box;
flex: 1;
width: 100%;
max-width: 100%;
background-color: $--color-white;