Skip to content

Commit

Permalink
修复插件页面显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SQ committed Jan 29, 2024
1 parent 00d8104 commit 1706bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/page/left_widget/LeftWidge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class _LeftWidgeState extends State<LeftWidge> {
text: TextSpan(
children: [
TextSpan(
text:'版本号:v1.1.3',
text:'版本号:v1.1.4',
style: TextStyle(
color: Get.isDarkMode?dark_text_Colors:light_text_Colors,
),
Expand All @@ -151,7 +151,7 @@ class _LeftWidgeState extends State<LeftWidge> {
),
onDoubleTap:(){
serviceController.titleNmae.value = "插件设置";
serviceController.showWidget.value = Container(child: PlugConfigPage(),height: double.maxFinite,);
serviceController.showWidget.value = Container(child: PlugConfigPage(),width: double.maxFinite,height: double.maxFinite,);


},
Expand Down

0 comments on commit 1706bb0

Please sign in to comment.