From 076face0dd29abf047d56999b6a45d8f718af86b Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Sun, 14 Nov 2021 13:54:46 +0800
Subject: [PATCH] 优化跨端通讯回调容错

---
 common/custom.scss |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/common/custom.scss b/common/custom.scss
index 9fbb0f2..9043603 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -18,6 +18,15 @@
         &.at-button--full {
             display: flex;
         }
+        &.at-button--primary {
+            color: #FFF;
+            border: 1PX solid #2093df;
+            background: #2093df;
+            &.btn-danger {
+                border: 1PX solid #FF5722;
+                background: #FF5722;
+            }
+        }
     }
     .at-input-number {
         .weui-input {
@@ -114,4 +123,9 @@
             }
         }
     }
+}
+
+.taro__toast,
+.taro__modal {
+    word-break: break-word;
 }
\ No newline at end of file

--
Gitblit v1.9.1