Browse Source

更新webview的title单行显示

tags/0.0.1
Weller 4 years ago
parent
commit
1e3814aa1d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/pages/webview/base_webview.dart

+ 1
- 0
lib/pages/webview/base_webview.dart View File

@@ -79,6 +79,7 @@ class _BaseWebviewState extends State<BaseWebview> {
: Container(), : Container(),
middle: Text( middle: Text(
_title ?? '', _title ?? '',
maxLines: 1,
style: TextStyle( style: TextStyle(
fontSize: 15, fontSize: 15,
color: Color(0xff333333), color: Color(0xff333333),


Loading…
Cancel
Save