mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
HDL_ON/UI/UI2/FuntionControlView/ArmCenter/AddAlarmDeploymentPage.cs
@@ -41,14 +41,16 @@
            contentView = new VerticalScrolViewLayout()
            {
                Y = Application.GetRealHeight(64),
                Height = Application.GetRealHeight(527),
                Y = Application.GetRealHeight(64+10),
                Height = Application.GetRealHeight(527-10),
            };
            bodyView.AddChidren(contentView);
            if (string.IsNullOrEmpty(title))
            {
                new TopViewDiv(bodyView, Language.StringByID(StringId.AddSecurity)).LoadTopView();
                var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.AddSecurity));
                topView.maginY = 10;
                topView.LoadTopView();
                #region 布防信息
                var deploymentTitleRow = new FrameLayout()
                {
@@ -166,7 +168,9 @@
            }
            else
            {
                new TopViewDiv(bodyView, title).LoadTopView();
                var topView = new TopViewDiv(bodyView, title);
                topView.maginY = 10;
                topView.LoadTopView();
                securityAlarm.status = "enable";
            }