From 32b09ee84d7187800a7a10f2264b8b4e30fc574a Mon Sep 17 00:00:00 2001
From: ‘chensiAb’ <‘chenchenco03@163.com’>
Date: Mon, 31 Mar 2025 16:35:18 +0800
Subject: [PATCH] feat:测试腾讯地图和百度api的转换

---
 forms/userSignature/cSignatureLayer.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/forms/userSignature/cSignatureLayer.scss b/forms/userSignature/cSignatureLayer.scss
index 3a1d751..e64b271 100644
--- a/forms/userSignature/cSignatureLayer.scss
+++ b/forms/userSignature/cSignatureLayer.scss
@@ -19,7 +19,7 @@
         }
     }
     .c-signature-layer-btns {
-        @include position(absolute, n 0 0 n);
+        @include position(absolute, n 0 0 n, 3);
         width: 100%;
         height: 92px;
         font-size: 0;
@@ -32,7 +32,7 @@
         position: relative;
         height: calc(100% - 92px);
         .size-box-top {
-            @include position(absolute, 3% 3% n n);
+            @include position(absolute, 3% 3% n n, 2);
             width: 94%;
             height: 36px;
             pointer-events: none;
@@ -56,7 +56,7 @@
             }
         }
         .size-box-bottom {
-            @include position(absolute, n 3% 3% n);
+            @include position(absolute, n 3% 3% n, 2);
             width: 94%;
             height: 36px;
             pointer-events: none;

--
Gitblit v1.9.1