Skip to content

Commit

Permalink
修改popup用例文案
Browse files Browse the repository at this point in the history
  • Loading branch information
Luozf12345 committed Oct 23, 2024
1 parent a23398a commit 0f19394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tdesign-component/example/lib/page/td_popup_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class TDPopupPageState extends State<TDPopupPage> {
},
),
ExampleItem(
desc: '弹出层包含输入框且会被键盘遮挡',
desc: '弹出层包含输入框且不会被键盘遮挡',
builder: (_) {
return Column(
mainAxisSize: MainAxisSize.min,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 0f19394

Please sign in to comment.