From f435c3ff046c8a450a5e1edf4ea9e0d4a65e289e Mon Sep 17 00:00:00 2001
From: Austin <1344583166@qq.com>
Date: Tue, 7 Jan 2025 17:49:33 +0800
Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E8=BD=AE=E5=80=BC=E6=94=AF?=
=?UTF-8?q?=E6=8C=81=E6=8E=92=E9=99=A4=E4=B8=9A=E5=8A=A1=E3=80=81=E6=8C=87?=
=?UTF-8?q?=E5=AE=9A=E9=83=A8=E5=88=86=E4=B8=9A=E5=8A=A1=20#8922?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/db-member-selector/index.vue | 2 +-
.../index/components/content/Index.vue | 6 +-
.../components/edit-rule/CustomRotate.vue | 82 ++++++++++++-------
.../components/edit-rule/CycleRotate.vue | 15 ++--
.../index/components/edit-rule/RotateBizs.vue | 6 +-
5 files changed, 70 insertions(+), 41 deletions(-)
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