eims-ui-mobile/src/style/index.scss
@@ -24,6 +24,12 @@ .text-color-gray { color: $uni-text-color-grey; } .text-color-primary { color: $uni-color-primary; } .text-color-success { color: $uni-color-success; } // 图标颜色 .icon-color-base { @@ -36,6 +42,13 @@ color: $uni-color-success; } .icon-color-warning { color: $uni-color-warning; } .icon-color-purple { color: #824eed; } .bg-base { background: $uni-bg-color-grey; } @@ -43,6 +56,4 @@ .bg-primary { background: $uni-color-primary; }