From b95cf940af8e01e4eca30b2599b029c2f645bd1e Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期一, 29 四月 2024 10:44:26 +0800 Subject: [PATCH] feat:创建新分支 --- src/views/newDashboard/components/EditInspection.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/newDashboard/components/EditInspection.vue b/src/views/newDashboard/components/EditInspection.vue index e709123..d38c7ed 100644 --- a/src/views/newDashboard/components/EditInspection.vue +++ b/src/views/newDashboard/components/EditInspection.vue @@ -86,4 +86,7 @@ text-align: center !important; } } +:deep(.el-form-item__label) { + color: white; +} </style> -- Gitblit v1.8.0