页面样式小调整

pull/406/head
王良 2024-11-27 03:05:06 +08:00
parent 2cf9c3efe3
commit de70b083dd
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ export default {
<a-row :gutter="20">
<a-col v-for="(item, key) of speedTestList" :key="key" span="12">
<a-card size="small" class="md-mt-10" :title="key">
<a slot="extra" href="#">
<a slot="extra" href="javascript:void(0)" :title="key" style="cursor:default">
<a-icon v-if="item.alive.length > 0" type="check" />
<a-icon v-else type="info-circle" />
</a>