From 0647fd26414fc8a3ab077d355f50da6e3e36ad63 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 15 一月 2025 17:40:57 +0800 Subject: [PATCH] 实现原本功能 --- src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts b/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts index 6a96e0c..7af0c75 100644 --- a/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts +++ b/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts @@ -1,5 +1,5 @@ -export const CONTENT_CELL_CLASS = 'bg-white flex-center flex-0 text-[#7331a5] cursor-default'; +export const CONTENT_CELL_CLASS = 'bg-white flex-center flex-0 !text-[#7331a5] cursor-default'; export const ROW_HEADER_CELL_CLASS = 'bg-white flex-center flex-0 cursor-default'; export const ROW_HEADER_CELL_MAX_WIDTH = 198; export const COL_HEADER_CELL_CLASS = 'font-bold flex-center flex-0 cursor-default'; -- Gitblit v1.9.3