diff --git a/sheep/components/s-title-block/s-title-block.vue b/sheep/components/s-title-block/s-title-block.vue index cb610336..58f999db 100644 --- a/sheep/components/s-title-block/s-title-block.vue +++ b/sheep/components/s-title-block/s-title-block.vue @@ -1,108 +1,111 @@ \ No newline at end of file + .more-box { + white-space: nowrap; + font-size: 22rpx; + color: #999; + position: absolute; + top: 50%; + transform: translateY(-50%); + right: 20rpx; + } + } +