From 3b0c94818ee03cc3d63846e47579c9e72ad57e8f Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Fri, 17 Feb 2023 18:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/mana/transactions.vue | 44 ++++++++++++++++-------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/pages/massif/mana/transactions.vue b/pages/massif/mana/transactions.vue index 6b0e27a..c2649ac 100644 --- a/pages/massif/mana/transactions.vue +++ b/pages/massif/mana/transactions.vue @@ -46,27 +46,31 @@ .u-transition{ margin-right:20rpx; } - .title{ - font-weight: bold; - margin-bottom:6rpx; - } - .spec,.total{ - font-size:24rpx; - color:#999; - margin-top:10rpx; - display:flex; - align-items: center; - text:first-child{ - min-width:180rpx; - } - } - .total{ - text:first-child{ - color:#10C176; + &>.info{ + flex-grow: 1; + width:1rpx; + .title{ font-weight: bold; - &:after{ - content:"("attr(data-unit)")"; - font-weight: normal; + margin-bottom:6rpx; + } + .spec,.total{ + font-size:24rpx; + color:#999; + margin-top:10rpx; + display:flex; + align-items: center; + text:first-child{ + min-width:180rpx; + } + } + .total{ + text:first-child{ + color:#10C176; + font-weight: bold; + &:after{ + content:"("attr(data-unit)")"; + font-weight: normal; + } } } }