From e1cc7cb5e6b18839751a468b5f06cc22b9fac92f Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Mon, 18 Aug 2025 11:38:22 +0800 Subject: [PATCH] no message --- src/api/clue/index.ts | 6 +- .../sys/workbench/components/GrowCard.vue | 10 +-- src/views/sys/workbench/data.ts | 40 +++++++++++ src/views/sys/workbench/index.vue | 70 +++++++++++++++---- 4 files changed, 109 insertions(+), 17 deletions(-) diff --git a/src/api/clue/index.ts b/src/api/clue/index.ts index f1b5c38..bf5f0fc 100644 --- a/src/api/clue/index.ts +++ b/src/api/clue/index.ts @@ -141,4 +141,8 @@ export const getClueContractList = (params: any) => defHttp.get({ url: '/da export const getInvitationStatic = (params: any) => defHttp.get({ url: '/dating-clue-service/user/count/telephone-invitation-data/by-team', params}) -export const getInvitationData = (params: any) => defHttp.get({ url: '/dating-clue-service/user/count/telephone-invitation-data-item/by-team', params}) \ No newline at end of file +export const getInvitationData = (params: any) => defHttp.get({ url: '/dating-clue-service/user/count/telephone-invitation-data-item/by-team', params}) + +export const getFlowStatic = (params: any) => defHttp.get({ url: '/dating-clue-service/user/count/dating-clue-data/by-team', params}) + +export const getFlowData = (params: any) => defHttp.get({ url: '/dating-clue-service/user/count/dating-clue-data-item/by-team', params}) \ No newline at end of file diff --git a/src/views/sys/workbench/components/GrowCard.vue b/src/views/sys/workbench/components/GrowCard.vue index 5bdbed2..491fba3 100644 --- a/src/views/sys/workbench/components/GrowCard.vue +++ b/src/views/sys/workbench/components/GrowCard.vue @@ -5,8 +5,7 @@ size="small" :loading="loading" :title="item.title" - class="md:w-1/5 w-full !md:mt-0" - :class="{ '!md:mr-5': index + 1 < 5, '!mt-5': index > 0 }" + :style="{flex: 1, marginRight: index < dataList.length - 1 ? '5px' : '0px', marginLeft: index > 0 ? '5px' : '0px'}" >