From d7862b2890b68743ec9c4fc05800bb23ec9b412e Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期日, 27 四月 2025 16:05:02 +0800 Subject: [PATCH] 完成新增报修单 --- eims-ui-mobile/src/style/index.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/eims-ui-mobile/src/style/index.scss b/eims-ui-mobile/src/style/index.scss index 032124f..a35dd3f 100644 --- a/eims-ui-mobile/src/style/index.scss +++ b/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 { -- Gitblit v1.9.3