This commit is contained in:
2022-10-15 10:46:08 +08:00
parent be7be98fcd
commit 06456b85c6

View File

@@ -320,7 +320,7 @@ export default {
defaultOption5 () { defaultOption5 () {
return { return {
step: 0.4, // 数值越大速度滚动越快 step: 0.4, // 数值越大速度滚动越快
limitMoveNum: 5, // 开始无缝滚动的数据量 this.dataList.length limitMoveNum: 2, // 开始无缝滚动的数据量 this.dataList.length
hoverStop: true, // 是否开启鼠标悬停stop hoverStop: true, // 是否开启鼠标悬停stop
direction: 1, // 0向下 1向上 2向左 3向右 direction: 1, // 0向下 1向上 2向左 3向右
openWatch: true, // 开启数据实时监控刷新dom openWatch: true, // 开启数据实时监控刷新dom
@@ -1017,6 +1017,18 @@ export default {
width 8% !important width 8% !important
&:nth-child(3), &:nth-child(7) &:nth-child(3), &:nth-child(7)
width 10% !important width 10% !important
.content-block-scroll-ul_5 li
padding-top .04rem
padding-bottom .04rem
height auto
min-height .36rem
overflow hidden
.content-block-scroll-ul_5 li .scroll-ul_1_div
height auto
min-height .36rem
line-height .18rem
.content-block-scroll-ul_5 li .scroll-ul_1_div:nth-child(4)
white-space normal
.num_items .num_items
_wh(100%, 100%) _wh(100%, 100%)
_fj(space-evenly) _fj(space-evenly)