|
@@ -2,7 +2,7 @@
|
|
<div class="box">
|
|
<div class="box">
|
|
<div class="content">
|
|
<div class="content">
|
|
<div class="login-content">
|
|
<div class="login-content">
|
|
- <v-card v-if="props.showCarousel" height="392px" class="mr-3" style="width: 792px; border-radius: 0px;">
|
|
|
|
|
|
+ <v-card height="392px" class="mr-3" style="width: 792px; border-radius: 0px;">
|
|
<v-carousel show-arrows="hover" cycle>
|
|
<v-carousel show-arrows="hover" cycle>
|
|
<v-carousel-item v-for="(item, i) in carouselList" :key="i">
|
|
<v-carousel-item v-for="(item, i) in carouselList" :key="i">
|
|
<div style="height: 392px; overflow: hidden;">
|
|
<div style="height: 392px; overflow: hidden;">
|
|
@@ -86,13 +86,6 @@ import Confirm from '@/plugins/confirm'
|
|
import navBar from '@/layout/personal/navBar.vue'
|
|
import navBar from '@/layout/personal/navBar.vue'
|
|
import about from '@/views/about/index.vue'
|
|
import about from '@/views/about/index.vue'
|
|
|
|
|
|
-const props = defineProps({
|
|
|
|
- showCarousel: {
|
|
|
|
- type: Boolean,
|
|
|
|
- default: true
|
|
|
|
- }
|
|
|
|
-})
|
|
|
|
-
|
|
|
|
const { t } = useI18n()
|
|
const { t } = useI18n()
|
|
const router = useRouter()
|
|
const router = useRouter()
|
|
const tab = ref(1)
|
|
const tab = ref(1)
|