|
@@ -5,10 +5,10 @@
|
|
|
<TopContent></TopContent>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="promotion-portal-tab record">
|
|
|
+ <div class="promotion-portal-tab record-tab">
|
|
|
<RecordHelp></RecordHelp>
|
|
|
</div>
|
|
|
- <div class="promotion-portal-tab cando">
|
|
|
+ <div class="promotion-portal-tab cando-tab">
|
|
|
<CanDo></CanDo>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -19,9 +19,9 @@ import { onMounted, onUnmounted } from 'vue';
|
|
|
import TopContent from '@/components/TopContent.vue';
|
|
|
import RecordHelp from '@/components/RecordHelp.vue';
|
|
|
import CanDo from "@/components/CanDo.vue";
|
|
|
-import { useMainStore } from '../store';
|
|
|
+// import { useMainStore } from '../store';
|
|
|
|
|
|
-const mainStore = useMainStore();
|
|
|
+// const mainStore = useMainStore();
|
|
|
|
|
|
const AiBgImage = 'https://assets.njnaexport.com//images/lookeen/ai-bg.png';
|
|
|
|
|
@@ -55,12 +55,12 @@ onUnmounted(() => {});
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- &-tab.record {
|
|
|
+ &-tab.record-tab {
|
|
|
width: 100%;
|
|
|
height: 750px;
|
|
|
}
|
|
|
|
|
|
- &-tab.cando {
|
|
|
+ &-tab.cando-tab {
|
|
|
width: 100%;
|
|
|
height: 750px;
|
|
|
}
|