From 4e3e18cdb0d75c098b68353ef8c86cdd7c0f79b2 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 21 八月 2025 15:27:34 +0800
Subject: [PATCH] 111

---
 small-program/components/sunui-mverify/sunui-mverify.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/small-program/components/sunui-mverify/sunui-mverify.vue b/small-program/components/sunui-mverify/sunui-mverify.vue
index 3ddbbcd..d27f0a2 100644
--- a/small-program/components/sunui-mverify/sunui-mverify.vue
+++ b/small-program/components/sunui-mverify/sunui-mverify.vue
@@ -1,7 +1,7 @@
 <template name='sunui-mverify'>
 	<view class="sunui-slider">
 		<text style="color: #FFFFFF;">{{ hint }}</text>
-		<view class='sunui-slider-bg' :style="{left:-(w + 2)+'px',transform:cssAnimation}">
+		<view class='sunui-slider-bg' :style="{left:-(w + 5)+'px',transform:cssAnimation}">
 			<text>{{ succeedMsg }}</text>
 			<view class='sunui-slider-box' @touchmove='moveStart' @touchend='moveEnd'>
 				<image src="/static/icon/ic_huakuai@2x.png" mode="widthFix"></image>

--
Gitblit v1.9.3