From 664d69fbe574bfaf3862d4804390e4b77df9fc19 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 23 Sep 2021 17:32:27 +0800
Subject: [PATCH] 实现抽屉公共组件,代替TaroUI的抽屉

---
 forms/form/cForm.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 5c9f348..97e2028 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -8,6 +8,9 @@
 .c-form {
     width: 100%;
     .c-form-item {
+        .at-input__title {
+            margin-right: 20px;
+        }
         .at-input__title--required {
             position: relative;
             &::before {
@@ -70,5 +73,15 @@
                 display: none;
             }
         }
+        &.c-form-submit-fixed {
+            height: 80px;
+            .c-form-submit-inner {
+                @include position(fixed, n 0 0 n, 10);
+                width: 100%;
+                padding: 20px 20px 30px;
+                box-sizing: border-box;
+                background-color: #fff;
+            }
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1