From 987dc41266558b614e501d0ca7ed035fcfa8022d Mon Sep 17 00:00:00 2001 From: Zeew Date: Wed, 13 Aug 2025 17:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=9B=BE=E6=A0=87=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/add.svg | 23 +--------------- images/face.svg | 27 +------------------ images/keyboard.svg | 15 +---------- images/voice.svg | 24 +---------------- .../TIMUIKitAppBar/tim_uikit_appbar.dart | 2 +- .../tim_uikit_text_field_layout/narrow.dart | 27 +++++++++++++++---- .../tim_uikit_text_field_layout/wide.dart | 17 +++++++++--- .../TIMUIKitChat/tim_uikit_chat_config.dart | 2 +- 8 files changed, 42 insertions(+), 95 deletions(-) diff --git a/images/add.svg b/images/add.svg index 84e4d21..71b934e 100644 --- a/images/add.svg +++ b/images/add.svg @@ -1,22 +1 @@ - - - 编组 4 - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/images/face.svg b/images/face.svg index 662e87a..8ab1d43 100644 --- a/images/face.svg +++ b/images/face.svg @@ -1,26 +1 @@ - - - 编组 6 - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/images/keyboard.svg b/images/keyboard.svg index 0f14e09..029db0e 100644 --- a/images/keyboard.svg +++ b/images/keyboard.svg @@ -1,14 +1 @@ - - - 椭圆形备份 25 - - - - - - - - - - - + \ No newline at end of file diff --git a/images/voice.svg b/images/voice.svg index 4f711d4..6619071 100644 --- a/images/voice.svg +++ b/images/voice.svg @@ -1,23 +1 @@ - - - 编组 9 - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/lib/ui/views/TIMUIKitChat/TIMUIKitAppBar/tim_uikit_appbar.dart b/lib/ui/views/TIMUIKitChat/TIMUIKitAppBar/tim_uikit_appbar.dart index 1da606f..b572032 100644 --- a/lib/ui/views/TIMUIKitChat/TIMUIKitAppBar/tim_uikit_appbar.dart +++ b/lib/ui/views/TIMUIKitChat/TIMUIKitAppBar/tim_uikit_appbar.dart @@ -183,7 +183,7 @@ class _TIMUIKitAppBarState extends TIMUIKitState { theme.primaryColor, actionsIconTheme: setAppbar?.actionsIconTheme, foregroundColor: setAppbar?.foregroundColor, - elevation: setAppbar?.elevation ?? (isDesktopScreen ? 0 : 1), + elevation: setAppbar?.elevation ?? 0, bottom: setAppbar?.bottom, bottomOpacity: setAppbar?.bottomOpacity ?? 1.0, titleSpacing: setAppbar?.titleSpacing, diff --git a/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/narrow.dart b/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/narrow.dart index 5400a65..8a890cc 100644 --- a/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/narrow.dart +++ b/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/narrow.dart @@ -424,7 +424,7 @@ class _TIMUIKitTextFieldLayoutNarrowState extends TIMUIKitState