类型:开发
描述:
This commit is contained in:
@@ -54,19 +54,19 @@
|
||||
{
|
||||
text: props.title,
|
||||
x: 'center',
|
||||
top: '34%',
|
||||
top: '20%',
|
||||
textStyle: {
|
||||
color: '#00D0FF',
|
||||
fontSize: fitChartSize(20)
|
||||
fontSize: fitChartSize(18)
|
||||
}
|
||||
},
|
||||
{
|
||||
text: props.subTitle,
|
||||
x: 'center',
|
||||
top: '56%',
|
||||
top: '50%',
|
||||
textStyle: {
|
||||
color: '#fff',
|
||||
fontSize: fitChartSize(14)
|
||||
fontSize: fitChartSize(16)
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -75,7 +75,7 @@
|
||||
{
|
||||
type: 'gauge',
|
||||
radius: '100%',
|
||||
center: ['50%', '60%'],
|
||||
center: ['50%', '50%'],
|
||||
min: 0,
|
||||
max: 100,
|
||||
startAngle: 180,
|
||||
@@ -128,7 +128,7 @@
|
||||
{
|
||||
type: 'gauge',
|
||||
radius: '90%',
|
||||
center: ['50%', '60%'],
|
||||
center: ['50%', '50%'],
|
||||
min: 0,
|
||||
max: 100,
|
||||
startAngle: 180,
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-1 mr-8">
|
||||
<div class="box-1 mr-8" style="padding: 0;">
|
||||
<Title1 title="停车信息" />
|
||||
<div class="flex">
|
||||
<div class="height70 flex flex-1">
|
||||
|
||||
Reference in New Issue
Block a user