From 294e683a4718e789d95538b0463994d1714816d2 Mon Sep 17 00:00:00 2001 From: wsm <8454518+new-twice@user.noreply.gitee.com> Date: Wed, 19 Aug 2026 07:34:37 +0000 Subject: [PATCH] =?UTF-8?q?!162=20style(supervision):=20=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=88=97=E5=90=8D=E7=A7=B0=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style(supervision): 反馈表格列名称居中 * style(supervision): 详情弹窗去除标题并固定tab切换位置 * feat(xispeak): 反馈办理情况统计与脉搏一致 --- src/design/index.less | 6 ++++++ .../components/BgPartymatterBPMForm.vue | 1 + .../components/BgPartymatterDetailModal.vue | 8 +++----- .../components/BgTakepulseBPMForm.vue | 1 + .../components/BgTakepulseDetailModal.vue | 8 +++----- .../bg/xispeak/components/BgXiSpeakBPMForm.vue | 1 + .../components/BgXiSpeakDetailModal.vue | 18 +++++++++--------- .../components/BgXiSpeakFeedbackViewModal.vue | 1 + .../DqInspectProgressFeedbackViewModal.vue | 1 + .../components/DqInspectTaskBPMForm.vue | 1 + .../components/DqInspectTaskDetailModal.vue | 8 +++----- 11 files changed, 30 insertions(+), 24 deletions(-) diff --git a/src/design/index.less b/src/design/index.less index 1c14f4c..8976129 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -304,3 +304,9 @@ html[data-theme='dark'] { .feedback-status-row-success td { background: #f6ffed !important; } + +/* 反馈表格列名称(表头)居中 */ +.feedback-table .ant-table-thead > tr > th, +.feedback-inner-table .ant-table-thead > tr > th { + text-align: center !important; +} diff --git a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue index 0051ffb..d10f977 100644 --- a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue +++ b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue @@ -198,6 +198,7 @@ @@ -100,6 +99,7 @@