modify
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m13s

This commit is contained in:
sexygoat
2026-04-02 13:42:57 +08:00
parent 411206e039
commit 8df7024a45
83 changed files with 1830 additions and 1865 deletions

View File

@@ -99,7 +99,7 @@
>
<div style="display: flex; justify-content: space-between">
<span>{{ card.iccid }}</span>
<span style="color: var(--el-text-color-secondary); font-size: 12px">
<span style=" font-size: 12px;color: var(--el-text-color-secondary)">
{{ card.msisdn || '无接入号' }}
</span>
</div>
@@ -130,7 +130,7 @@
>
<div style="display: flex; justify-content: space-between">
<span>{{ device.virtual_no }}</span>
<span style="color: var(--el-text-color-secondary); font-size: 12px">
<span style=" font-size: 12px;color: var(--el-text-color-secondary)">
{{ device.device_name }}
</span>
</div>
@@ -163,7 +163,7 @@
>
<div style="display: flex; justify-content: space-between">
<span>{{ pkg.package_name }}</span>
<span style="color: var(--el-text-color-secondary); font-size: 12px">
<span style=" font-size: 12px;color: var(--el-text-color-secondary)">
¥{{ (pkg.cost_price / 100).toFixed(2) }}
</span>
</div>