From a1cdc5e71aa827651a6c3e313fd7acc95b09c097 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周三, 07 5月 2025 11:53:03 +0800
Subject: [PATCH] 首字母小写
---
PipeLineLems/web/src/components/Table/index.module.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/PipeLineLems/web/src/components/Table/index.module.scss b/PipeLineLems/web/src/components/Table/index.module.scss
index 63d4008..cf5b44b 100644
--- a/PipeLineLems/web/src/components/Table/index.module.scss
+++ b/PipeLineLems/web/src/components/Table/index.module.scss
@@ -92,7 +92,8 @@
display: flex;
justify-content: center;
align-items: center;
-
+ font-size: 14px;
+ color: #333333;
.vxe-cell--checkbox {
.vxe-checkbox--icon {
margin-top: -8px;
--
Gitblit v1.9.3