WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2025-01-22 4308e0bbe4e9e108ad4573accaad334555b459be
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;
            }
        }