gxc
2019-12-23 ddb46a700775aacfb6cc82d9586302a38c8fa0a7
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SafeguardLogControl.cs
@@ -136,7 +136,7 @@
                this.frameTable.AddChidren(btnMsg);
            }
            //添加底部阴影特效
            this.btnTime.AddBottomShadow(this.frameTable);
            this.frameTable.SetViewShadow(true);
        }
        #endregion
@@ -272,7 +272,7 @@
                this.Height = realHeight + Application.GetRealHeight(44);
            }
            //添加底部阴影特效
            this.btnTime.AddBottomShadow(this.frameTable);
            this.frameTable.SetViewShadow(true);
            return value;
        }