From 3f14c20b33b7cd929c1814f608752212bdc8e1d5 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 23 Aug 2025 10:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../miliu-autograph/miliu-autograph.vue | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/components/miliu-autograph/miliu-autograph.vue b/src/components/miliu-autograph/miliu-autograph.vue index 285c660..911cd81 100644 --- a/src/components/miliu-autograph/miliu-autograph.vue +++ b/src/components/miliu-autograph/miliu-autograph.vue @@ -7,7 +7,7 @@ disable-scroll="true"/>
- 请在下方空白区域横向书写签名 + 请在下方空白区域横向书写签名
清空 @@ -205,12 +205,22 @@ const clear = () => { background-color: #F67D7D; } .hint { - width: 225px; - transform: rotate(90deg); - position: absolute; - top: -160px; - right: -82px; + width: 100rpx; + min-height: 240rpx; + display: flex; + align-items: center; + justify-content: center; color: #F67D7D; + background: transparent; + margin-bottom: 150rpx; + + .rotate { + display: inline-block; + transform: rotate(90deg); + transform-origin: center; + white-space: nowrap; + font-size: 33rpx; + } } }