This commit is contained in:
2025-12-18 15:39:43 +08:00
parent d576d8e734
commit 0190e21287
48 changed files with 41428 additions and 379 deletions

View File

@@ -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} 次'
},