diff --git a/uniapp/src/pages/crypto/crypto.vue b/uniapp/src/pages/crypto/crypto.vue index 7d6783f..3d6e382 100644 --- a/uniapp/src/pages/crypto/crypto.vue +++ b/uniapp/src/pages/crypto/crypto.vue @@ -35,9 +35,7 @@ - 市场概览 - · - 数据更新于 {{ updatedTime }} + 市场概览 · 数据更新于 {{ updatedTime }} BTC 市值占比 @@ -517,21 +515,15 @@ $down: #ef2f3d; display: flex; align-items: center; color: #5c6675; - font-size: 24rpx; - white-space: nowrap; + font-size: 22rpx; } - &__title { - font-weight: 500; - } - - &__dot { - margin: 0 10rpx; - } - - &__time { + &__headline-text { + display: block; + max-width: 100%; overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; } &__metric {