feat: SBOM列表

This commit is contained in:
汪少伟
2025-03-15 12:37:16 +08:00
parent 1efb34722f
commit e864fa32f1
5 changed files with 138 additions and 25 deletions

View File

@@ -34,11 +34,11 @@
<d-row class="mt-3">
<d-col :span="12">
<d-chart :option="optionConChart" style="width: 100%; height: 400px"></d-chart>
<p class="text-center mb-3">国家/地球分布</p>
<p class="text-center mt-translate-y">国家/地球分布</p>
</d-col>
<d-col :span="12">
<d-chart :option="optionOrgChart" style="width: 100%; height: 400px"></d-chart>
<p class="text-center mb-3">组织/公司分布</p>
<p class="text-center mt-translate-y">组织/公司分布</p>
</d-col>
</d-row>
</Card>
@@ -127,4 +127,7 @@ const optionOrgChart = reactive({
font-size: 12px;
color: #808080;
}
.mt-translate-y {
transform: translateY(-30px);
}
</style>