From 09035f0b64c0056be7433a9180225cf6bbc7b487 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 08 Apr 2021 15:16:29 +0800
Subject: [PATCH] 增加小程序当请求状态为没有登陆的处理

---
 forms/form/cForm.scss |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 02b16a7..5c9f348 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -54,10 +54,11 @@
     }
     .c-form-submit {
         margin-top: 37px;
-        padding: 0 20px;
+        padding: 0 20px 30px;
         [type=primary] {
+            height: 80px;
             font-size: 33px;
-            line-height: 2.2;
+            line-height: 78px;
             border: 1PX solid #2093df;
             background: #2093df;
             &:not([disabled]):active {
@@ -65,6 +66,9 @@
                 border: 1PX solid #2093df;
                 background: #2093df;
             }
+            &::after {
+                display: none;
+            }
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1