From d8d065624231a61e4dc86205bc2e34c9b99ea2cb Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 24 Aug 2022 12:58:27 +0800
Subject: [PATCH] 修复图表不能点击的问题,修复图表提示窗出界的问题

---
 forms/userSignature/cUserSignature.scss |   52 ++++++++++++++++++++++++++--------------------------
 1 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/forms/userSignature/cUserSignature.scss b/forms/userSignature/cUserSignature.scss
index 110deac..73d8c5b 100644
--- a/forms/userSignature/cUserSignature.scss
+++ b/forms/userSignature/cUserSignature.scss
@@ -16,34 +16,34 @@
     }
     .c-user-signature-drawing {
         padding: 18px 18px 18px 0;
-        .button {
+
+    }
+    .c-user-signature-button {
+        display: inline-block;
+        width: 154px;
+        height: 154px;
+        margin-left: 10px;
+        text-align: center;
+        line-height: 140px;
+        vertical-align: middle;
+        border: 1PX #d6e4ef solid;
+        border-radius: 8px;
+        .at-icon {
             display: inline-block;
-            width: 150px;
-            height: 150px;
-            margin-left: 10px;
-            text-align: center;
-            line-height: 140px;
+            width: 76px;
+            height: 76px;
+            text-transform: none;
+            text-rendering: auto;
+            line-height: 1;
+            font-size: 76px;
+            color: #cfe0ed;
+            -webkit-font-smoothing: antialiased;
             vertical-align: middle;
-            border: 1PX #d6e4ef solid;
-            border-radius: 8px;
-            .at-icon {
-                display: inline-block;
-                width: 76px;
-                height: 76px;
-                text-transform: none;
-                text-rendering: auto;
-                line-height: 1;
-                font-size: 76px;
-                color: #cfe0ed;
-                -webkit-font-smoothing: antialiased;
-                vertical-align: middle;
-                background: none;
-            }
+            background: none;
         }
-        .tips {
-            line-height: 160px;
-            vertical-align: middle;
-            color: $colorIgnore;
-        }
+    }
+    .c-user-signature-preview {
+        width: 100%;
+        height: 100%;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1