账单报表

This commit is contained in:
limqhz
2023-02-10 18:02:59 +08:00
parent 87a1b4ce18
commit 4bb155021c
10 changed files with 165 additions and 253 deletions

View File

@@ -2,20 +2,29 @@
width:100%;
height:500rpx;
position: absolute;
top: 100rpx;
top: 78rpx;
bottom: 0;
left: 0;
left: -20rpx;
right: 0;
}
.chart-box2 {
width:100%;
height:500rpx;
position: absolute;
top: 650rpx;
bottom: 0;
left: 0;
top: 498rpx;
left: -20rpx;
right: 0;
}
.chart_title{
margin-top: 18rpx;
margin-left: 20rpx;
color: orange;
}
.chart-title2{
margin-top: 50rpx;
margin-left: 20rpx;
color: orange;
}
ec-canvas {
width: 100%;
height: 100%;