准备调热力图
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user