From 2a40135ac00e18f8e3ec82561634a9147c25e868 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Mon, 11 Nov 2024 17:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E7=AE=A1=E7=90=86=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageLineUp/index.vue | 12 ++++++++++-- pageStaff/addstaff.vue | 7 +++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/pageLineUp/index.vue b/pageLineUp/index.vue index b784d08..d3d6788 100644 --- a/pageLineUp/index.vue +++ b/pageLineUp/index.vue @@ -265,11 +265,12 @@ } .pageLineUpTop { - .df; - justify-content: space-around; + display: flex; + // justify-content: space-around; flex-wrap: wrap; margin: 36rpx 0; + >view { width: 208rpx; height: 136rpx; @@ -277,11 +278,18 @@ border-radius: 8rpx 8rpx 8rpx 8rpx; border: 2rpx solid #E5E5E5; margin-top: 20rpx; + margin-left: 22rpx; + >view { text-align: center; } } + // >view:last-child { + // margin-right: auto; + // margin-left: 22rpx; + // } + .active { border: 2rpx solid #318AFE; diff --git a/pageStaff/addstaff.vue b/pageStaff/addstaff.vue index bbe2b3a..e267ac1 100644 --- a/pageStaff/addstaff.vue +++ b/pageStaff/addstaff.vue @@ -89,10 +89,13 @@