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'}" >