WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-08 be3f94f8bac188385206b42ae4cb1353daf3ea80
common/custom.scss
@@ -13,15 +13,19 @@
        font-size: inherit;
        font-family: -apple-system-font, Helvetica Neue, sans-serif;
    }
    .at-nav-bar {
        .at-nav-bar__title {
            font-size: 42px;
        }
    }
    .at-button {
        display: inline-block;
        &.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 {
@@ -99,7 +103,7 @@
            }
            .at-icon {
                color: #fff;
                border: #ccc 1px solid;
                border: #bbb 1px solid;
                border-radius: 50%;
                padding: 5px;
            }