From 6612c139e886551e031aed587fd8915a7e090e48 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 15 十月 2024 17:46:46 +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