WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-18 6bd759edac66eea78c78176df2e0769a361f6f51
common/custom.scss
@@ -37,6 +37,7 @@
            font-size: 36px;
        }
        .at-input__input {
            font-size: 36px;
            .weui-input {
                font-size: 36px;
            }
@@ -85,15 +86,18 @@
    .at-tabs.at-tabs--horizontal {
        height: 100%;
        .at-tabs__header {
            height: 90px;
            height: 96px;
            line-height: 52px;
            .at-tabs__item {
                font-size: 36px;
            }
        }
        .at-tabs__body {
            height: calc(100% - 90px);
            font-size: 0;
            .at-tabs-pane {
                height: 100%;
                font-size: 30px;
                font-size: 36px;
            }
        }
    }