Commit 302eb311 authored by lirilsu's avatar lirilsu Committed by 杨奕

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

parent 7c77cc33
...@@ -7,6 +7,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment