From 9924005cddf1864fde67081a76b30e4241a51f8c Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 15 May 2025 13:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/design/ant/btn.less | 2 ++ .../ConfigServiceDirective.data.ts | 28 +++++++++---------- .../ConfigServiceDirectiveList.vue | 6 ++++ 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/src/design/ant/btn.less b/src/design/ant/btn.less index 3b961f0..48d2124 100644 --- a/src/design/ant/btn.less +++ b/src/design/ant/btn.less @@ -17,6 +17,7 @@ // color: #fff; // position: relative; /* needed for pseudo-element */ overflow: hidden; /* clip the animated stripe */ + border: 0px; // height: 34px; } &.ant-btn-primary:not(.ant-btn-link)::before { @@ -374,6 +375,7 @@ color: white; background: linear-gradient(to right,#1ea0fa , #017de9); overflow: hidden; /* clip the animated stripe */ + border: 0px; } &.ant-btn-default:not(:disabled):hover { color: white; diff --git a/src/views/services/serviceDirective/ConfigServiceDirective.data.ts b/src/views/services/serviceDirective/ConfigServiceDirective.data.ts index 1dc20dd..bd83742 100644 --- a/src/views/services/serviceDirective/ConfigServiceDirective.data.ts +++ b/src/views/services/serviceDirective/ConfigServiceDirective.data.ts @@ -47,13 +47,13 @@ export const columns: BasicColumn[] = [ dataIndex: 'bodyTagList', width: 150, ellipsis: false, - format(text, record, index) { - if (!!text) { - return text.map((item) => item.tagName).join('、'); - } else { - return '-'; - } - }, + // format(text, record, index) { + // if (!!text) { + // return text.map((item) => item.tagName).join('、'); + // } else { + // return '-'; + // } + // }, }, { title: '情绪标签', @@ -61,13 +61,13 @@ export const columns: BasicColumn[] = [ dataIndex: 'emotionTagList', width: 150, ellipsis: false, - format(text, record, index) { - if (!!text) { - return text.map((item) => item.tagName).join('、'); - } else { - return '-'; - } - }, + // format(text, record, index) { + // if (!!text) { + // return text.map((item) => item.tagName).join('、'); + // } else { + // return '-'; + // } + // }, }, { title: '收费价格', diff --git a/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue b/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue index e6c4d8e..8e8403d 100644 --- a/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue +++ b/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue @@ -159,6 +159,12 @@ 播放视频 + +