Browse Source

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

lirilsu 7 years ago
parent
commit
302eb3116f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/theme-chalk/src/table.scss

+ 1 - 0
packages/theme-chalk/src/table.scss

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