From f432870d17a8305c4688940acfa8ced4388b63c6 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Fri, 27 Feb 2026 14:15:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E5=86=99=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=9C=86=E5=BD=A2=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ccdiProject/components/QuickEntry.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/components/QuickEntry.vue b/ruoyi-ui/src/views/ccdiProject/components/QuickEntry.vue index 87062ab..82c2b82 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/QuickEntry.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/QuickEntry.vue @@ -2,7 +2,7 @@
- 快捷入口 + 快捷方式
@@ -12,7 +12,7 @@
导入历史项目
-
从历史项目中快速创建新项目
+
从历史项目中导入配置
@@ -23,7 +23,7 @@
创建季度初核
-
按季度创建初核排查项目
+
创建季度初核
@@ -34,7 +34,7 @@
创建新员工排查
-
针对新入职员工的初核排查
+
创建新员工排查
@@ -45,7 +45,7 @@
创建高风险专项
-
针对高风险人员的专项排查
+
创建高风险专项
@@ -123,7 +123,7 @@ export default { .card-icon { width: 48px; height: 48px; - border-radius: 4px; + border-radius: 50%; display: flex; align-items: center; justify-content: center; @@ -134,19 +134,19 @@ export default { color: white; &.import-icon { - background-color: #667eea; + background-color: #6B7280; } &.quarterly-icon { - background-color: #f5576c; + background-color: #3B82F6; } &.employee-icon { - background-color: #4facfe; + background-color: #10B981; } &.highrisk-icon { - background-color: #F56C6C; + background-color: #F59E0B; } }