mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
[IMP]【电投优化】职业类别控件样式调整
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div :class="[isSearch ? 'hidden' : '']">
|
||||
<p class="fs14 pl20 fwb pv5">常用职业</p>
|
||||
<div class="common-occupation flex flex-wrap fs12 ph25">
|
||||
<div v-for="(item, index) in commonList" @click="commonChoose(item, index)" :key="index" :class="[item.isActive ? 'active' : '']">
|
||||
<div v-for="(item, index) in commonList" @click="commonChoose(item, index)" :key="index" :class="[item.isActive ? 'active' : '', 'fwb']">
|
||||
{{ item.name }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user