增加垂直滚动
This commit is contained in:
parent
f1abd1725b
commit
0bc6c40eb8
@ -18,6 +18,14 @@
|
||||
>
|
||||
{{ text }}
|
||||
</div>
|
||||
<div class="notice-bar-warp-slot " v-else>
|
||||
<lay-carousel v-model="active4" :interval="2000" :autoplay="true" anim="updown" indicator="none" arrow="none" style="height:40px;">
|
||||
<lay-carousel-item :id="ind" v-for="(item,ind) in arrays">
|
||||
<div>{{ item }}</div>
|
||||
</lay-carousel-item>
|
||||
</lay-carousel>
|
||||
<!-- <slot /> -->
|
||||
</div>
|
||||
</div>
|
||||
<lay-icon
|
||||
:type="rightIcon"
|
||||
@ -38,8 +46,12 @@ import {
|
||||
onMounted,
|
||||
nextTick,
|
||||
} from "vue";
|
||||
import LayCarousel from '../carousel/index.vue'
|
||||
export default defineComponent({
|
||||
name: "LayNoticeBar",
|
||||
components: {
|
||||
LayCarousel
|
||||
},
|
||||
props: {
|
||||
mode: {
|
||||
type: String,
|
||||
@ -206,11 +218,7 @@ export default defineComponent({
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.notice-bar
|
||||
.notice-bar-warp
|
||||
.notice-bar-warp-text-box
|
||||
.notice-bar-warp-slot
|
||||
::v-deep(.el-carousel__item) {
|
||||
.notice-bar .notice-bar-warp .notice-bar-warp-text-box .notice-bar-warp-slot .layui-carousel >[carousel-item] * {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user