From 85b6fcb4cfe691c2a0508f143b9d1b7876565e8b Mon Sep 17 00:00:00 2001 From: hajimi Date: Sun, 2 Aug 2026 16:49:44 +0800 Subject: [PATCH] style: align crypto change column right --- uniapp/src/pages/crypto/crypto.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uniapp/src/pages/crypto/crypto.vue b/uniapp/src/pages/crypto/crypto.vue index d791443..097c0ae 100644 --- a/uniapp/src/pages/crypto/crypto.vue +++ b/uniapp/src/pages/crypto/crypto.vue @@ -584,7 +584,7 @@ $down: #ef2f3d; &__change { width: auto; margin-left: 0; - text-align: center; + text-align: right; } &__favorite { @@ -691,7 +691,7 @@ $down: #ef2f3d; width: 156rpx; max-width: 100%; height: 54rpx; - justify-self: center; + justify-self: end; border-radius: 14rpx; display: flex; align-items: center;