mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 20:36:43 +08:00
【fix】 修改职业控件选择部分的高度
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div :class="[isSearch ? 'hidden' : '']">
|
<div :class="[isSearch ? 'hidden' : '']">
|
||||||
<p class="fs14 pl20 fwb pv5">全部职业</p>
|
<p class="fs14 pl20 fwb pv5">全部职业</p>
|
||||||
<div class="main-area fs12 ph10 pb20">
|
<div class="main-area fs12 ph10">
|
||||||
<div class="item ph10">
|
<div class="item ph10">
|
||||||
<p class="p5" v-for="(item, index) in occupationList" :key="index" @click="handleFirst(item)" :class="{ active: first.code == item.code }">
|
<p class="p5" v-for="(item, index) in occupationList" :key="index" @click="handleFirst(item)" :class="{ active: first.code == item.code }">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@@ -255,7 +255,8 @@ export default {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 360px;
|
// height: 360px;
|
||||||
|
max-height: 220px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user