Skip to content

Commit

Permalink
refactor: update Instance.vue card button style
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-xufei committed Jan 9, 2024
1 parent 56923f5 commit 316fb83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/dfs/src/views/instance/Instance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@
>
<ElButton
v-if="(item.orderInfo || item.orderInfo.chargeProvider === 'Stripe') && !disableRenew(item)"
class="mr-2"
size="mini"
type="primary"
@click="openRenew(item)"
Expand All @@ -282,7 +281,6 @@
<template v-if="showUpgradeIcon(item)">
<ElTooltip
v-if="upgradingFlag(item)"
class="ml-1"
effect="dark"
placement="top"
:content="getTooltipContent(item, 'upgrading')"
Expand Down Expand Up @@ -310,7 +308,6 @@
</ElTooltip>
<ElTooltip
v-else-if="upgradeFailedFlag(item)"
class="ml-1"
effect="dark"
placement="top"
:content="getTooltipContent(item, 'fail')"
Expand All @@ -329,7 +326,6 @@
</ElTooltip>
<ElTooltip
v-else-if="!upgradeFlag(item)"
class="ml-1"
effect="dark"
placement="top"
:content="getTooltipContent(item)"
Expand Down

0 comments on commit 316fb83

Please sign in to comment.