From 7ca4d7e50871c558e5927b6b0eeecb2071fdf14c Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 27 十一月 2020 14:07:47 +0800 Subject: [PATCH] Revert "20201127 合并嘉乐代码" --- HDL_ON/UI/UI0-Public/WebViewDialog.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs b/HDL_ON/UI/UI0-Public/WebViewDialog.cs similarity index 83% rename from HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs rename to HDL_ON/UI/UI0-Public/WebViewDialog.cs index 2bbc9f2..7845cdf 100644 --- a/HDL_ON/UI/UI0-Public/Widget/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.MainBackgroundColor; + bodyView.BackgroundColor = CSS_Color.BackgroundColor; this.AddChidren(bodyView); new TopViewDiv(this, bodyView, titleStr).LoadTopView(); @@ -32,8 +32,6 @@ 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