WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2025-03-24 5582ece6bad3fe6002732de1731d3a56c0501374
common/custom.scss
@@ -176,6 +176,11 @@
                &:last-child {
                    color: $colorStress;
                }
                &[disabled] {
                    color: #fff;
                    background-color: #e6e6e6;
                    pointer-events: none;
                }
            }
        }
    }
@@ -249,6 +254,18 @@
            overflow-y: scroll;
        }
    }
    .at-steps {
        .at-steps__single-icon {
            width: 56px;
            height: 56px;
        }
        .at-steps__right-line {
            left: 80%;
        }
        .at-steps__left-line {
            right: 80%;
        }
    }
}
.taro__toast {