diff --git a/dbm-ui/frontend/src/components/db-member-selector/index.vue b/dbm-ui/frontend/src/components/db-member-selector/index.vue index b4fe4867c1..d0188e148d 100644 --- a/dbm-ui/frontend/src/components/db-member-selector/index.vue +++ b/dbm-ui/frontend/src/components/db-member-selector/index.vue @@ -166,7 +166,7 @@ display: none; width: 20px; height: 20px; - margin-top: -15px; + margin-top: -10px; font-size: 12px; line-height: 20px; color: #979ba5; diff --git a/dbm-ui/frontend/src/views/duty-rule-manage/index/components/content/Index.vue b/dbm-ui/frontend/src/views/duty-rule-manage/index/components/content/Index.vue index 06f633e5ca..655674906d 100644 --- a/dbm-ui/frontend/src/views/duty-rule-manage/index/components/content/Index.vue +++ b/dbm-ui/frontend/src/views/duty-rule-manage/index/components/content/Index.vue @@ -156,7 +156,7 @@ { label: t('状态'), field: 'status', - minWidth: 150, + width: 120, render: ({ data }: {data: DutyRuleModel}) => { const { label, theme } = statusMap[data.status as RuleStatus]; return {label}; @@ -245,7 +245,7 @@ label: t('轮值表'), field: 'duty_arranges', showOverflowTooltip: false, - width: 250, + width: 280, render: ({ data }: {data: DutyRuleModel}) => { let title = ''; if (data.status in statusMap) { @@ -331,7 +331,7 @@ fixed: 'right', showOverflowTooltip: false, field: '', - width: 180, + width: 120, render: ({ data }: {data: DutyRuleModel}) => (