diff --git a/src/assets/img/creative-generation-workshop/icon-avatar-default-v2.png b/src/assets/img/creative-generation-workshop/icon-avatar-default-v2.png new file mode 100644 index 0000000..d3ed337 Binary files /dev/null and b/src/assets/img/creative-generation-workshop/icon-avatar-default-v2.png differ diff --git a/src/assets/img/media-account/icon-dy.png b/src/assets/img/media-account/icon-dy.png deleted file mode 100644 index 0323b26..0000000 Binary files a/src/assets/img/media-account/icon-dy.png and /dev/null differ diff --git a/src/assets/img/media-account/icon-xhs.png b/src/assets/img/media-account/icon-xhs.png deleted file mode 100644 index c66ac71..0000000 Binary files a/src/assets/img/media-account/icon-xhs.png and /dev/null differ diff --git a/src/assets/img/platform/icon-dy.png b/src/assets/img/platform/icon-dy.png new file mode 100644 index 0000000..7a18a17 Binary files /dev/null and b/src/assets/img/platform/icon-dy.png differ diff --git a/src/assets/img/platform/icon-xhs.png b/src/assets/img/platform/icon-xhs.png new file mode 100644 index 0000000..ca4061a Binary files /dev/null and b/src/assets/img/platform/icon-xhs.png differ diff --git a/src/components/hover-image-preview/index.vue b/src/components/hover-image-preview/index.vue index 2366750..be68fc0 100644 --- a/src/components/hover-image-preview/index.vue +++ b/src/components/hover-image-preview/index.vue @@ -12,7 +12,7 @@ :disabled="!props.src" > @@ -22,9 +22,9 @@ diff --git a/src/hooks/useGetAiReviewResult.ts b/src/hooks/useGetAiReviewResult.ts index 188fd8c..5c2e6cc 100644 --- a/src/hooks/useGetAiReviewResult.ts +++ b/src/hooks/useGetAiReviewResult.ts @@ -21,7 +21,7 @@ export default function useGetAiReviewResult({ const checkResult = ref({}); const writerCode = computed(() => route.params.writerCode); - + const handleStartCheck = async () => { checkLoading.value = true; const { id, platform, content } = cardInfo.value; @@ -36,10 +36,13 @@ export default function useGetAiReviewResult({ startStatusPolling(); } }; - const handleAgainCheck = async () => { + const resetAiReviewInfo = () => { checkResult.value = {}; ticket.value = ''; clearStatusPollingTimer(); + }; + const handleAgainCheck = async () => { + resetAiReviewInfo(); handleStartCheck(); }; const startStatusPolling = () => { @@ -76,5 +79,6 @@ export default function useGetAiReviewResult({ checkResult, checkLoading, ticket, + resetAiReviewInfo, }; } diff --git a/src/router/routes/modules/creativeGenerationWorkshop.ts b/src/router/routes/modules/creativeGenerationWorkshop.ts index 4b55f59..6c60759 100644 --- a/src/router/routes/modules/creativeGenerationWorkshop.ts +++ b/src/router/routes/modules/creativeGenerationWorkshop.ts @@ -118,6 +118,8 @@ const COMPONENTS: AppRouteRecordRaw[] = [ locale: '分享链接列表', requiresAuth: false, requireLogin: false, + hideFooter: true, + hideSidebar: true, roles: ['*'], }, component: () => import('@/views/creative-generation-workshop/explore/list/index.vue'), @@ -129,6 +131,8 @@ const COMPONENTS: AppRouteRecordRaw[] = [ locale: '分享链接详情', requiresAuth: false, requireLogin: false, + hideFooter: true, + hideSidebar: true, roles: ['*'], }, component: () => import('@/views/creative-generation-workshop/explore/detail/index.vue'), diff --git a/src/styles/components/pagination.scss b/src/styles/components/pagination.scss index 6015af3..6d37a2b 100644 --- a/src/styles/components/pagination.scss +++ b/src/styles/components/pagination.scss @@ -3,6 +3,7 @@ .arco-pagination-item { border-radius: 4px; border: 1px solid var(--BG-300, #e6e6e8); + font-family: $font-family-manrope-regular; &-ellipsis { border: none; } @@ -26,9 +27,9 @@ border: 1px solid var(--BG-300, #e6e6e8); } &-prepend { - color: var(--Text-2, #3c4043); + color: var(--Text-2, #55585f); text-align: right; - font-family: $font-family-medium; + font-family: $font-family-regular; font-size: 14px; font-style: normal; font-weight: 400; @@ -38,4 +39,12 @@ background-color: transparent; } } + .arco-pagination-total { + color: var(--Text-2, #55585f); + font-family: $font-family-regular; + font-size: 14px; + font-style: normal; + font-weight: 400; + line-height: 22px; + } } diff --git a/src/styles/components/table.scss b/src/styles/components/table.scss index 9c53cc5..e027362 100644 --- a/src/styles/components/table.scss +++ b/src/styles/components/table.scss @@ -1,6 +1,6 @@ .arco-table { @mixin table-cell-text { - color: var(--Text-1, #3C4043); + color: var(--Text-1, #211F24); font-family: $font-family-regular; font-size: 14px; font-style: normal; @@ -22,6 +22,18 @@ @include table-cell-text; font-family: 'PingFangSC-Medium'; } + .arco-table-sorter { + .arco-table-sorter-icon { + .arco-icon { + color: #939499; + } + &-active { + .arco-icon { + color: $color-primary; + } + } + } + } } } } @@ -40,5 +52,15 @@ } } } + .arco-scrollbar { + display: flex; + flex-direction: column; + .arco-table-element { + height: 100%; + } + .arco-scrollbar-container{ + flex: 1; + } + } } } diff --git a/src/styles/lib/reset.scss b/src/styles/lib/reset.scss index 00bdba2..6b94da8 100644 --- a/src/styles/lib/reset.scss +++ b/src/styles/lib/reset.scss @@ -9,6 +9,7 @@ html, body { + height: 100%; background: $color-background; font-family: $font-family-regular; font-size: 14px; diff --git a/src/utils/platform.ts b/src/utils/platform.ts index 9a3c0d3..03f39c8 100644 --- a/src/utils/platform.ts +++ b/src/utils/platform.ts @@ -1,8 +1,8 @@ import icon1 from '@/assets/img/media-account/icon-jl.png'; import icon2 from '@/assets/img/media-account/icon-jg.png'; import icon3 from '@/assets/img/media-account/icon-bili.png'; -import icon4 from '@/assets/img/media-account/icon-dy.png'; -import icon5 from '@/assets/img/media-account/icon-xhs.png'; +import icon4 from '@/assets/img/platform/icon-dy.png'; +import icon5 from '@/assets/img/platform/icon-xhs.png'; // 投放账户 export enum ENUM_PUT_ACCOUNT_PLATFORM { diff --git a/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue b/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue index 2f00f7a..32e1614 100644 --- a/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue +++ b/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue @@ -1,5 +1,5 @@