Forráskód Böngészése

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

lirilsu 7 éve
szülő
commit
302eb3116f
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;