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 @@ 播放视频 + +