|
@@ -252,11 +252,13 @@ onShow(async () => {
|
|
</script>
|
|
</script>
|
|
<template>
|
|
<template>
|
|
<div class="flex-grow flex flex-col">
|
|
<div class="flex-grow flex flex-col">
|
|
- <wd-tabs v-model="tab" :swipeable="true" :slidable-num="4">
|
|
|
|
- <template v-for="(it, index) in tabs" :key="index">
|
|
|
|
- <wd-tab :title="it.label" :name="it.value"></wd-tab>
|
|
|
|
- </template>
|
|
|
|
- </wd-tabs>
|
|
|
|
|
|
+ <div class="mx--3.5 fixed left-4 w-full bg-white z-10">
|
|
|
|
+ <wd-tabs v-model="tab" :swipeable="true" :slidable-num="4" >
|
|
|
|
+ <template v-for="(it, index) in tabs" :key="index">
|
|
|
|
+ <wd-tab :title="it.label" :name="it.value" ></wd-tab>
|
|
|
|
+ </template>
|
|
|
|
+ </wd-tabs>
|
|
|
|
+ </div>
|
|
<div class="flex flex-col flex-grow gap-5">
|
|
<div class="flex flex-col flex-grow gap-5">
|
|
<template v-if="tab === 'basic'">
|
|
<template v-if="tab === 'basic'">
|
|
<div class="bg-white mt-4 flex flex-col gap-5 p-4">
|
|
<div class="bg-white mt-4 flex flex-col gap-5 p-4">
|
|
@@ -520,7 +522,7 @@ onShow(async () => {
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<template v-if="tab === 'activity'">
|
|
<template v-if="tab === 'activity'">
|
|
- <div class="bg-white p-4 mt-4 flex-grow flex flex-col">
|
|
|
|
|
|
+ <div class="bg-white p-4 mt-4 flex-grow flex flex-col " >
|
|
<SectionHeading title="游学/活动信息"></SectionHeading>
|
|
<SectionHeading title="游学/活动信息"></SectionHeading>
|
|
<ListHelperEvo
|
|
<ListHelperEvo
|
|
ref="activityListRef"
|
|
ref="activityListRef"
|