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;