HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2019-12-12 9d61367c1fd278f58f721d4c0e69999f89e4485d
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SafeguardLogControl.cs
old mode 100755 new mode 100644
@@ -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;
        }