准备调热力图

This commit is contained in:
kron
2025-09-25 10:59:49 +08:00
parent 67be4ad7d6
commit 867d4d0090
2 changed files with 94 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ const ringText = (ring) => {
:key="index"
:style="{
background: barColor(b.rate),
height: b.rate * 100 + '%',
height: b.rate * 120 + 'rpx',
}"
>
</view>
@@ -68,7 +68,7 @@ const ringText = (ring) => {
display: flex;
align-items: flex-end;
justify-content: space-around;
height: 120rpx;
min-height: 50rpx;
}
.container > view:first-child > view {
transition: all 0.3s ease;