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; } }