<template> <div> <MantRow> <MantCol :flex="1"> <div style="background-color: blue; height: 36px" /> </MantCol> <MantCol :flex="1"> <div style="background-color: blue; height: 36px" /> </MantCol> <MantCol :flex="1"> <div style="background-color: blue; height: 36px" /> </MantCol> </MantRow> </div> </template>
<template> <div> <MantRow :gutter="[36, 36]"> <MantCol :flex="1"> <div style="background-color: blue; height: 36px" /> </MantCol> <MantCol :flex="1"> <div style="background-color: blue; height: 36px" /> </MantCol> <MantCol :flex="1"> <div style="background-color: blue; height: 36px" /> </MantCol> </MantRow> </div> </template>
← Checkbox 复选框 Dropdown 下拉菜单 →