1.1.6
macOS/Chrome 53
2.1.10
1.点击打开嵌套表单的 Dialog
2.输入公司/部门名称
获取焦点,输入名称
无法获得焦点
样式问题,因为 el-col 元素是浮动的,按照你这样使用的话需要在 el-form 中进行清楚浮动
So, base on @zhguokai 's code how should I modify the css style to disable the floating attribute for el-form, and make this case works?
@orionlu0916 Wrap <el-col>
inside an <el-row>
.
Most helpful comment
@orionlu0916 Wrap
<el-col>
inside an<el-row>
.