{{ item.name }} @@ -255,7 +255,8 @@ export default { flex-grow: 1; display: flex; flex-direction: column; - height: 360px; + // height: 360px; + max-height: 220px; overflow-y: auto; } }
diff --git a/src/components/ebiz/occipation/Occupation.vue b/src/components/ebiz/occipation/Occupation.vue index 3eb063d1e..b9659430b 100644 --- a/src/components/ebiz/occipation/Occupation.vue +++ b/src/components/ebiz/occipation/Occupation.vue @@ -18,7 +18,7 @@
全部职业
-{{ item.name }} @@ -255,7 +255,8 @@ export default { flex-grow: 1; display: flex; flex-direction: column; - height: 360px; + // height: 360px; + max-height: 220px; overflow-y: auto; } }