From b1ced13098c3202482d9d83e6f6ba1f601e59ae8 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 23 十一月 2020 14:44:23 +0800 Subject: [PATCH] 2020-11-23 1.我的二维码界面。2.隐私政策页面调整。 --- 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