From df8d2bb3d0baf8c8c2c93244a94c149f8282c68a Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Thu, 24 Aug 2023 15:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/chat/components/dataList.tsx | 4 +++- src/pages/chat/components/listItem.tsx | 3 --- src/pages/chat/css/list.css | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/chat/components/dataList.tsx b/src/pages/chat/components/dataList.tsx index 9479d66..282bb07 100644 --- a/src/pages/chat/components/dataList.tsx +++ b/src/pages/chat/components/dataList.tsx @@ -228,9 +228,11 @@ export default () => { {(instance, i) => ( - + + )} diff --git a/src/pages/chat/components/listItem.tsx b/src/pages/chat/components/listItem.tsx index a3a2e59..c146f4f 100644 --- a/src/pages/chat/components/listItem.tsx +++ b/src/pages/chat/components/listItem.tsx @@ -27,8 +27,6 @@ export default ({ instanceData, key, setList, infoList, popShow,chatWatch,clickI const instanceItem = instanceData let instance = instanceItem || { id: '', name: '',uniqid:'' } const isTouchDevice = 'ontouchstart' in document.documentElement || navigator.maxTouchPoints > 0 - // const [clickInfoTof]=splitProps(props,["clickInfo"]) - // console.log(clickInfoTof) //置顶数据排序 const getToppingItem = (arr: any) => { @@ -79,7 +77,6 @@ export default ({ instanceData, key, setList, infoList, popShow,chatWatch,clickI ].join(' ')} onClick={()=>chatWatch(instance.uniqid)} > - {/* {clickInfo.toString()} */}
diff --git a/src/pages/chat/css/list.css b/src/pages/chat/css/list.css index 73f3380..a1201b7 100644 --- a/src/pages/chat/css/list.css +++ b/src/pages/chat/css/list.css @@ -113,5 +113,6 @@ } .click-bg{ - background: rgba(246, 246, 246, 1) !important; + background: rgba(243, 243, 243, 1) !important; + border-radius: 0.375rem; } \ No newline at end of file