feat: SBOM列表
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user