Element-UI el-row el-col 布局

Element-UI el-row el-col小小知识点

el-row :gutter=“30”>
el-col
:span=“24”
v-for="(item,index) in list"
:key=“index”
**

@click.native="handleClick()

    el-card :body-style="{ padding: '5px' }" >
        hello
    /el-card>
/el-col>

字体加粗:
b>    </b
strong>    </strong
或者用style
font-weight:bold

猜你喜欢

转载自blog.csdn.net/qq_37304462/article/details/109882926