Ver Fonte

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

lirilsu há 7 anos atrás
pai
commit
302eb3116f
1 ficheiros alterados com 1 adições e 0 exclusões
  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;