From 0f19394e76b97a933948d65ddc78821d115c5ca3 Mon Sep 17 00:00:00 2001
From: Luozf12345 <2515187986@qq.com>
Date: Wed, 23 Oct 2024 19:51:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9popup=E7=94=A8=E4=BE=8B?=
 =?UTF-8?q?=E6=96=87=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 tdesign-component/example/lib/page/td_popup_page.dart | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tdesign-component/example/lib/page/td_popup_page.dart b/tdesign-component/example/lib/page/td_popup_page.dart
index ec597af03..10905764b 100644
--- a/tdesign-component/example/lib/page/td_popup_page.dart
+++ b/tdesign-component/example/lib/page/td_popup_page.dart
@@ -306,7 +306,7 @@ class TDPopupPageState extends State<TDPopupPage> {
           },
         ),
         ExampleItem(
-            desc: '弹出层包含输入框且会被键盘遮挡',
+            desc: '弹出层包含输入框且不会被键盘遮挡',
             builder: (_) {
               return Column(
                 mainAxisSize: MainAxisSize.min,
@@ -315,7 +315,7 @@ class TDPopupPageState extends State<TDPopupPage> {
                   Container(
                     margin: const EdgeInsets.all(8),
                     child: TDButton(
-                      text: '底部弹出层-被键盘弹出遮挡',
+                      text: '底部弹出层-键盘弹出不遮挡',
                       isBlock: true,
                       theme: TDButtonTheme.primary,
                       type: TDButtonType.outline,
@@ -353,7 +353,7 @@ class TDPopupPageState extends State<TDPopupPage> {
                   Container(
                       margin: const EdgeInsets.all(8),
                       child: TDButton(
-                        text: '居中弹出层-被键盘弹出遮挡',
+                        text: '居中弹出层-键盘弹出不遮挡',
                         isBlock: true,
                         theme: TDButtonTheme.primary,
                         type: TDButtonType.outline,