From e5678bf2e539a809429c7abf6c84d6f3eec857a7 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 24 Apr 2024 14:48:00 +0800 Subject: [PATCH] 4.24 --- TUIChatService/TUIKit/components/TUIChat/index.wxml | 10 ++++++---- TUIChatService/TUIKit/components/TUIChat/index.wxss | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/TUIChatService/TUIKit/components/TUIChat/index.wxml b/TUIChatService/TUIKit/components/TUIChat/index.wxml index 21fbcb7..95b2e7e 100644 --- a/TUIChatService/TUIKit/components/TUIChat/index.wxml +++ b/TUIChatService/TUIKit/components/TUIChat/index.wxml @@ -2,6 +2,10 @@ + {{baseInfo.patient_family_name}} @@ -38,10 +42,8 @@ 如需要修改视频时间,请点击这里 - + + diff --git a/TUIChatService/TUIKit/components/TUIChat/index.wxss b/TUIChatService/TUIKit/components/TUIChat/index.wxss index 5281c47..f015d3d 100644 --- a/TUIChatService/TUIKit/components/TUIChat/index.wxss +++ b/TUIChatService/TUIKit/components/TUIChat/index.wxss @@ -129,7 +129,7 @@ position: absolute; } .info{ - /* position: relative; */ + position: relative; z-index: 9; height: 100rpx; background-color: rgb(255, 255, 255); @@ -322,9 +322,11 @@ color: #FF9C00; color:#E34D59; } .yaotip{ - position: fixed; + position: absolute; + left:0; + width:100%; z-index:999; - top:230rpx; + top:100rpx; justify-content: space-between; padding: 0 10rpx; display: flex;