Skip to content

Commit

Permalink
页面样式小调整
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Nov 26, 2024
1 parent 2cf9c3e commit de70b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gui/src/view/pages/server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit de70b08

Please sign in to comment.