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 {