el-row代表行,里面嵌套el-col,
el-row里面有gutter属性,属性为数字,则gutter前面加冒号,gutter属性代表el-col的间隔
el-col里面有span属性,span为x,则分成24/x列
el-col里必须有div,不然span分割无效
el-row代表行,里面嵌套el-col,
el-row里面有gutter属性,属性为数字,则gutter前面加冒号,gutter属性代表el-col的间隔
el-col里面有span属性,span为x,则分成24/x列
el-col里必须有div,不然span分割无效