WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-03 39e1d8a853a67f3e6529814fbf1d3349e770f284
调整固定底部表单提交按钮样式
1 files modified
13 ■■■■■ changed files
forms/form/cForm.scss 13 ●●●●● patch | view | raw | blame | history
forms/form/cForm.scss
@@ -79,13 +79,16 @@
            }
        }
        &.c-form-submit-fixed {
            height: 80px;
            margin-bottom: 130px;
            padding: 0;
            .c-form-submit-inner {
                @include position(fixed, n 0 0 n, 10);
                @include position(fixed, n 0 0 n, 0);
                width: 100%;
                padding: 20px 20px 30px;
                box-sizing: border-box;
                background-color: #fff;
            }
            [type=primary] {
                height: 90px;
                line-height: 88px;
                border-radius: 0;
            }
        }
    }