From 7a7a4c1d74e6a981b7b8f370f454232d700956b9 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 3 Nov 2021 16:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/companyList/companyList.wxss | 4 +++- pages/personList/personList.wxss | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/companyList/companyList.wxss b/pages/companyList/companyList.wxss index 7a547c9..216cc2f 100644 --- a/pages/companyList/companyList.wxss +++ b/pages/companyList/companyList.wxss @@ -34,7 +34,9 @@ page { margin: 0 !important; width: 160rpx !important; height: 60rpx; - line-height: 30rpx; + display: flex; + justify-content: center; + align-items: center; background: #069F99; color: #fff; letter-spacing: 1px; diff --git a/pages/personList/personList.wxss b/pages/personList/personList.wxss index 27481f2..7d95a25 100644 --- a/pages/personList/personList.wxss +++ b/pages/personList/personList.wxss @@ -25,7 +25,9 @@ margin: 0 !important; width: 160rpx !important; height: 60rpx; - line-height: 30rpx; + display: flex; + justify-content: center; + align-items: center; background: #069F99; color: #fff; letter-spacing: 1px;