Explorar el Código

更新webview的title单行显示

tags/0.0.1
Weller hace 4 años
padre
commit
1e3814aa1d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      lib/pages/webview/base_webview.dart

+ 1
- 0
lib/pages/webview/base_webview.dart Ver fichero

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


Cargando…
Cancelar
Guardar