From c0f7df134cb34328a240be1f792c85cda7250f6c Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Sat, 02 Dec 2023 17:27:06 +0800
Subject: [PATCH] 无限加载组件,支持不加载刷新

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

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 1df4dfb..23d53af 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -5,6 +5,13 @@
 
 @import "../../common/sassMixin";
 
+.c-form-outer.auto-scroll {
+    height: 100%;
+    .c-form-scroller {
+        height: 100%;
+    }
+}
+
 .c-form {
     display: block;
     width: 100%;
@@ -87,12 +94,12 @@
             margin: -3px 0 140px;
             padding: 1px 0 0;
             .c-form-submit-inner {
-                @include position(fixed, n 0 0 n, 0);
+                @include position(fixed, n 0 0 n, 10);
                 width: 100%;
             }
             [type=primary] {
-                height: 90px;
-                line-height: 88px;
+                height: 100px;
+                line-height: 98px;
                 border-radius: 0;
             }
         }

--
Gitblit v1.9.1