From 1a7f04096a8df1baa6c7f4863983a6dc266c4d05 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Fri, 09 Aug 2024 15:08:52 +0800 Subject: [PATCH] 背景色 --- gz-customerSystem/src/views/test/index.jsx | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gz-customerSystem/src/views/test/index.jsx b/gz-customerSystem/src/views/test/index.jsx index 201c32c..3922a5d 100644 --- a/gz-customerSystem/src/views/test/index.jsx +++ b/gz-customerSystem/src/views/test/index.jsx @@ -2,8 +2,8 @@ * @Company: hugeInfo * @Author: lwh * @Date: 2023-06-10 15:31:10 - * @LastEditTime: 2023-06-10 16:02:52 - * @LastEditors: lwh + * @LastEditTime: 2024-08-09 14:37:53 + * @LastEditors: dminyi 1301963064@qq.com * @Version: 1.0.0 * @Description: */ @@ -37,7 +37,7 @@ return ( <> - <div className='card'> + {/* <div className='card'> <div className='card-head'> <div className='card-head-left'>countSfqrJudic:{data.countSfqrJudic}</div> <div className='card-head-right'>countTjcgResult:{data.countTjcgResult}</div> @@ -50,7 +50,8 @@ <div className='card-main-row'></div> <div className='card-main-row'></div> </div> - </div> + </div> */} + </> ) } -- Gitblit v1.8.0