From c07d33d94f49e8713f5e122abc9ca397b14f4dd0 Mon Sep 17 00:00:00 2001 From: MiaoMint <1981324730@qq.com> Date: Sat, 22 Jul 2023 01:57:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=90=9C=E7=B4=A2=E9=A1=B5=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/search/view.dart | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/pages/search/view.dart b/lib/pages/search/view.dart index defa3a65..cc9d55e2 100644 --- a/lib/pages/search/view.dart +++ b/lib/pages/search/view.dart @@ -153,12 +153,14 @@ class _SearchPageState extends State { padding: const EdgeInsets.all(16), child: Column( children: [ - const Row( + Row( children: [ Text( - "搜索", - style: - TextStyle(fontSize: 20, fontWeight: FontWeight.bold), + 'common.search'.i18n, + style: const TextStyle( + fontSize: 20, + fontWeight: FontWeight.bold, + ), ), ], ),