【类 型】:factor 按钮过度动画样式
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
23bb38ba05
commit
bf35c16108
@ -248,7 +248,7 @@
|
||||
</div>
|
||||
<!-- tab控件组 按钮组 -->
|
||||
<div class="flex gap10 m-b-10 taButGroup">
|
||||
<div class="flex1 h-100 taBut flex column mac mc" :class="activeIndex === index ? 'taButBG' : ''"
|
||||
<div class="flex1 h-100 taBut flex column mac mc animation" :class="activeIndex === index ? 'taButBG' : ''"
|
||||
v-for="(item, index) in controlItems" :key="index" @click="toggleContent(index, item.voice)">
|
||||
<i :class="item.icon" class="iconfont f-s-35 no-select"></i>
|
||||
<div class="m-t-15 fb f-s-18 no-select">{{ item.title }}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user