From 223c7def15cd382ad67a7a16db9940a14519954d Mon Sep 17 00:00:00 2001 From: buffeyu Date: Fri, 7 Jan 2022 17:31:00 +0800 Subject: [PATCH] up --- pages/trade/quotationList.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue index 7a04da6..2a91293 100644 --- a/pages/trade/quotationList.vue +++ b/pages/trade/quotationList.vue @@ -251,6 +251,7 @@ export default { text-align: center; font-weight: 500; white-space: nowrap; + padding: 6rpx; } .offer-class{ display: flex; @@ -275,10 +276,14 @@ export default { border-radius: 50%; padding: 10rpx; text-align: center; - width: 100rpx; - height: 100rpx; + width: 110rpx; + height: 110rpx; border: 2rpx solid #F9F9F9; box-shadow: 0rpx 4rpx 34rpx 0rpx rgba(0,0,0,0.2); + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } }