From ea918038d372c5e285e0c655f17c1f81cfc1fc72 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Thu, 17 Jul 2025 14:13:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B4=A6=E5=8F=B7=E5=90=8D=E7=A7=B0hov?= =?UTF-8?q?er=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/note-table/constants.ts | 16 ++++++++-------- .../components/account-table/index.vue | 4 +++- .../components/account-table/style.scss | 1 + 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/views/property-marketing/media-account/account-detail/components/note-table/constants.ts b/src/views/property-marketing/media-account/account-detail/components/note-table/constants.ts index 0c64862..b5fd6b7 100644 --- a/src/views/property-marketing/media-account/account-detail/components/note-table/constants.ts +++ b/src/views/property-marketing/media-account/account-detail/components/note-table/constants.ts @@ -70,12 +70,12 @@ export const TABLE_COLUMNS = [ align: 'right', }, - { - title: '封面点击率', - dataIndex: 'cover_click_rate', - width: 180, - tooltip: '内容在被曝光后,用户点击进入的比例,反映封面与标题吸引力。', - align: 'right', - suffix: '%', - }, + // { + // title: '封面点击率', + // dataIndex: 'cover_click_rate', + // width: 180, + // tooltip: '内容在被曝光后,用户点击进入的比例,反映封面与标题吸引力。', + // align: 'right', + // suffix: '%', + // }, ]; diff --git a/src/views/property-marketing/media-account/account-manage/components/account-table/index.vue b/src/views/property-marketing/media-account/account-manage/components/account-table/index.vue index 3c24f85..6a333b6 100644 --- a/src/views/property-marketing/media-account/account-manage/components/account-table/index.vue +++ b/src/views/property-marketing/media-account/account-manage/components/account-table/index.vue @@ -19,7 +19,9 @@
-

{{ item.name || '-' }}

+ +

{{ item.name || '-' }}

+
状态 diff --git a/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss b/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss index f3b99bd..3e77ae9 100644 --- a/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss +++ b/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss @@ -25,6 +25,7 @@ font-style: normal; font-weight: 400; margin-bottom: 11px; + width: fit-content; // line-height: 22px; /* 157.143% */ } .label {