WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-08-15 dec047c9fbceb85c668970bf6e9dae0588bfd104
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;
            }
        }
    }
}