From be5db900a0e34c216d77cf180a4f9265bdcc3dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E8=B6=8A?= <552369664@qq.com> Date: Mon, 12 Aug 2024 13:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=E6=A0=87=E9=A2=98=E6=A0=8F=E8=A3=85?= =?UTF-8?q?=E4=BF=AE=E8=83=8C=E6=99=AF=E5=9B=BE=E7=89=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../s-title-block/s-title-block.vue | 177 +++++++++--------- 1 file changed, 93 insertions(+), 84 deletions(-) diff --git a/sheep/components/s-title-block/s-title-block.vue b/sheep/components/s-title-block/s-title-block.vue index 513a3cc..3d639b7 100644 --- a/sheep/components/s-title-block/s-title-block.vue +++ b/sheep/components/s-title-block/s-title-block.vue @@ -1,100 +1,109 @@ + .more-box { + white-space: nowrap; + font-size: 22rpx; + color: #999; + position: absolute; + top: 50%; + transform: translateY(-50%); + right: 20rpx; + } + } + \ No newline at end of file