HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-12-02 4c40f503acf2bcf90d294cc439ef46ba259b9c60
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;
        }