vue -for循环 对某一项增加class

2019-07-31  本文已影响0人  undefined汪少

div部分

<Col v-for="(item,index) initems" span="2" class="map_class" :class="{'mapkey':(index == 6)}">

  <p style="font-size: 20px">{{item.name}}

  <p style="color: #4c4c4c">{{item.age}}

</Col>

css部分

.mapkey{

text-align:center;

  width:90px;

  height:50px;

  background:#f0c9ce;

  margin:10px;

  color:#e64758;

  font-weight:bold;

}

上一篇下一篇

猜你喜欢

热点阅读