From 0138387222867fb6259599959772f38f69863404 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 23 十一月 2020 20:05:38 +0800 Subject: [PATCH] 2020-11-23 1.检测更新Dialog实现。2.新绑定手机号增加国家区域选择UI --- HDL_ON/UI/UI0-Public/WebViewDialog.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI0-Public/WebViewDialog.cs b/HDL_ON/UI/UI0-Public/WebViewDialog.cs index 7845cdf..2bbc9f2 100644 --- a/HDL_ON/UI/UI0-Public/WebViewDialog.cs +++ b/HDL_ON/UI/UI0-Public/WebViewDialog.cs @@ -24,7 +24,7 @@ /// <param name="url"></param> public void LoadPage(string titleStr, string url) { - bodyView.BackgroundColor = CSS_Color.BackgroundColor; + bodyView.BackgroundColor = CSS_Color.MainBackgroundColor; this.AddChidren(bodyView); new TopViewDiv(this, bodyView, titleStr).LoadTopView(); @@ -32,6 +32,8 @@ var webView = new WebView() { Y = Application.GetRealHeight(64), Height = bodyView.Height - Application.GetRealHeight(64), + X = Application.GetRealWidth(16), + Width = bodyView.Width - Application.GetRealWidth(32) }; bodyView.AddChidren(webView); //鍔犺浇缃戝潃 -- Gitblit v1.8.0