From 4e4920383d200cbc17cb3baf77d50958052f615b Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Wed, 29 Apr 2020 13:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=81=8C=E4=B8=9A=E6=8E=A7=E4=BB=B6=E9=80=89=E6=8B=A9=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=9A=84=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ebiz/occipation/Occupation.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } }