1
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
</van-tab>
|
||||
</van-tabs>
|
||||
</div>
|
||||
<div class="text-xs text-gray-500 px-4">注:白天8-23点,夜晚0点-7点</div>
|
||||
<div class="text-sm text-gray-500 px-4">注:白天8-23点,夜晚0点-7点</div>
|
||||
</div>
|
||||
|
||||
<!-- 白天/凌晨申请平台数统计 -->
|
||||
@@ -257,7 +257,7 @@
|
||||
</van-tab>
|
||||
</van-tabs>
|
||||
</div>
|
||||
<div class="text-xs text-gray-500 px-4 mt-2">注:格式为 银行平台/总平台</div>
|
||||
<div class="text-sm text-gray-500 px-4 mt-2">注:格式为 银行平台/总平台</div>
|
||||
</div>
|
||||
|
||||
<!-- 查询天数差 -->
|
||||
@@ -394,7 +394,7 @@ const applicationCountChartOption = computed(() => {
|
||||
type: 'category',
|
||||
data: periods,
|
||||
axisLabel: {
|
||||
fontSize: 10,
|
||||
fontSize: 12,
|
||||
color: '#6b7280',
|
||||
rotate: 45
|
||||
},
|
||||
@@ -407,7 +407,7 @@ const applicationCountChartOption = computed(() => {
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
axisLabel: {
|
||||
fontSize: 11,
|
||||
fontSize: 12,
|
||||
color: '#6b7280',
|
||||
formatter: '{value} 次'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user