From 90de81ed138823dc498b201bc7873f74016d2f65 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 23 十一月 2022 15:20:23 +0800 Subject: [PATCH] 新增安全专项检查与用户层级 --- src/styles/index.scss | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 9c196f3..2b32161 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -147,7 +147,9 @@ .text-center { text-align: center } - +.m-color { + color: #034EA2; +} .sub-navbar { height: 50px; line-height: 50px; @@ -221,5 +223,5 @@ background-color:#F1F4F7; } } - -} \ No newline at end of file + +} -- Gitblit v1.9.2