Commit 9dfb83cc authored by youjie's avatar youjie

no message

parent 4761bcb7
<template> <template>
<div class="block-item"> <div class="block-item">
<!-- transition-prev="scale" <q-carousel
transition-next="scale" --> swipeable
<!-- transition-prev="slide-right" animated
transition-next="slide-left" --> v-model="slide"
<q-carousel v-model="slide" infinite
transition-prev="slide-right" :autoplay="autoplay"
transition-next="slide-left" transition-prev="slide-right"
swipeable animated transition-next="slide-left"
control-color="white" infinite arrows height="100%" ref="carousel">
class="my-bg-grey text-black shadow-1 no-shadow"
control-type="regular"
:arrows="day.details.length>0?false:false"
control-text-color="primary"
ref="carousel"
>
<template v-for="(x, i) in day.details"> <template v-for="(x, i) in day.details">
<q-carousel-slide :name="i" class="column no-wrap"> <q-carousel-slide :name="i" class="column no-wrap">
<div class="bg-white row"> <div class="bg-white row">
...@@ -178,6 +172,9 @@ ...@@ -178,6 +172,9 @@
}; };
</script> </script>
<style scoped> <style scoped>
.q-carousel{
height: auto !important;
}
.q-carousel__slide{ .q-carousel__slide{
padding: 0 !important; padding: 0 !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment