From fd02f0bfcef3df755f8e4adb879e2392ea188720 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 14 Apr 2020 14:37:53 +0800 Subject: [PATCH] =?UTF-8?q?[IMP]=E3=80=90=E7=94=B5=E6=8A=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=91=E8=81=8C=E4=B8=9A=E7=B1=BB=E5=88=AB=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= 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 1b159439c..a9b2c01f8 100644 --- a/src/components/ebiz/occipation/Occupation.vue +++ b/src/components/ebiz/occipation/Occupation.vue @@ -348,11 +348,12 @@ export default { width: 100%; box-sizing: border-box; display: flex; - flex-wrap: wrap; + // flex-wrap: wrap; align-items: center; div { - width: 30%; + // width: 30%; // height: 20px; + padding: 4px; line-height: 20px; text-align: center; border: 1px solid #f2f2f2;