From 022e0a3889e6510cd1bcc1ca6f18f00b3a62b638 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 25 七月 2024 14:30:01 +0800
Subject: [PATCH] 监测列表

---
 src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts b/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts
index a312f58..6a96e0c 100644
--- a/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts
+++ b/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts
@@ -1,8 +1,8 @@
 
-export const CONTENT_CELL_CLASS = 'bg-white flex-center flex-0 text-[#7331a5] cursor-pointer';
-export const ROW_HEADER_CELL_CLASS = 'bg-white flex-center flex-0';
+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';
+export const COL_HEADER_CELL_CLASS = 'font-bold  flex-center flex-0 cursor-default';
 export const COL_HEADER_CELL_BG_COLOR = '#c5d9f1'
 export const CELL_MAX_WIDTH = 198;
 export const CELL_HEIGHT = 32;
@@ -11,7 +11,7 @@
 export const PAGE_HEIGHT = 39;
 
 export const rowCount = 5;
-export const BORDER_COLOR = '#90b6e2';
+export const BORDER_COLOR = 'rgb(115 168 231)';
 
 
 export const FIRST_COL_MAX_OFFSET = 4;

--
Gitblit v1.9.3