From 7d8eb148a4ee19b8a9302beea9c451b090a4a5fa Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Fri, 13 May 2022 17:29:47 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit164=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BAversion:=201.4.33+?= =?UTF-8?q?20220515=E3=80=82=E4=B8=BA=E5=88=9D=E5=AE=A1=E3=80=81=E5=A4=8D?= =?UTF-8?q?=E5=AE=A1=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=AE=A1=E6=A0=B8=E6=84=8F?= =?UTF-8?q?=E8=A7=81=E8=AE=BE=E7=BD=AE=E8=8E=B7=E5=8F=96=E7=84=A6=E7=82=B9?= =?UTF-8?q?=E6=97=B6=E8=BE=B9=E6=A1=86=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/release/output.json | 2 +- lib/pages/Works/HYSH/hysh_group.dart | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/android/app/release/output.json b/android/app/release/output.json index 9482864..215018e 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220511,"versionName":"1.4.32","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220515,"versionName":"1.4.33","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/lib/pages/Works/HYSH/hysh_group.dart b/lib/pages/Works/HYSH/hysh_group.dart index 5719938..44abbd4 100644 --- a/lib/pages/Works/HYSH/hysh_group.dart +++ b/lib/pages/Works/HYSH/hysh_group.dart @@ -448,7 +448,13 @@ class _HyshGroupState extends State { //contentPadding: EdgeInsets.symmetric(vertical: my_textFieldHeight), contentPadding: EdgeInsets.only(left: 4, right: 4), //这行代码是关键,设置这个之后,居中 //contentPadding: EdgeInsets.zero, //这行代码是关键,设置这个之后,居中 + focusedBorder: OutlineInputBorder( + // 获取焦点时边框 + borderSide: BorderSide(color: Colors.blue), + borderRadius: BorderRadius.circular(3), + ), border: OutlineInputBorder( + // 常规边框 borderSide: BorderSide(color: Colors.grey[600]), //borderSide: BorderSide.none, borderRadius: BorderRadius.circular(3),