diff --git a/pages/VideoPlayBackList/VideoPlayBackList.vue b/pages/VideoPlayBackList/VideoPlayBackList.vue index b006734..b2fd8c7 100644 --- a/pages/VideoPlayBackList/VideoPlayBackList.vue +++ b/pages/VideoPlayBackList/VideoPlayBackList.vue @@ -7,21 +7,23 @@ - - - - - {{ item.title }} - - - - {{ item.storeName }} + + + + + + {{ item.title }} + + + + {{ item.storeName }} + + - - - + + @@ -114,6 +116,7 @@ export default { border-radius: 20rpx; background: #fff; font-size: 26rpx; + white-space: nowrap; } .active { @@ -125,6 +128,19 @@ export default { .list { margin: 28rpx 32rpx; + .video-waterfalls-wrap { + direction: ltr; + + /deep/ .waterfalls-flow { + direction: ltr; + text-align: left; + } + + /deep/ .waterfalls-flow-column { + float: left !important; + } + } + .item { border-radius: 4rpx; background: #fff; @@ -174,4 +190,4 @@ export default { } } } - \ No newline at end of file +