diff --git a/src/utils/common.ts b/src/utils/common.ts index c3cdadd..9d425f5 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -75,7 +75,7 @@ export function tagColor(index: number) { 1: 'info', 2: 'success', 3: 'warning', - 4: 'default' + 4: 'primary' }; if (index === null || index < 0) { diff --git a/src/views/group/modules/group-detail-drawer.vue b/src/views/group/modules/group-detail-drawer.vue index 77fba68..8d2c8ff 100644 --- a/src/views/group/modules/group-detail-drawer.vue +++ b/src/views/group/modules/group-detail-drawer.vue @@ -30,36 +30,29 @@ watch( diff --git a/src/views/retry/log/modules/retry-log-detail-drawer.vue b/src/views/retry/log/modules/retry-log-detail-drawer.vue index 37cd790..51f8f3b 100644 --- a/src/views/retry/log/modules/retry-log-detail-drawer.vue +++ b/src/views/retry/log/modules/retry-log-detail-drawer.vue @@ -29,44 +29,28 @@ watch(