WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-11 d0ba3b58991e1be054a45ac914119916eb76c5fe
common/custom.scss
@@ -18,6 +18,15 @@
        &.at-button--full {
            display: flex;
        }
        &.at-button--primary {
            color: #FFF;
            border: 1PX solid #2093df;
            background: #2093df;
            &.btn-danger {
                border: 1PX solid #FF5722;
                background: #FF5722;
            }
        }
    }
    .at-input-number {
        .weui-input {
@@ -114,4 +123,9 @@
            }
        }
    }
}
.taro__toast,
.taro__modal {
    word-break: break-word;
}