hy 7 år sedan
förälder
incheckning
f767e0f6fe

+ 4 - 5
frontend/saas-web/app/view/document/kind/ChildForm.js

@@ -147,13 +147,12 @@ Ext.define('saas.view.document.kind.ChildForm', {
             border: false,
             autoScroll:true,
             modelValidation: true,
-            layout: {
-                type: 'vbox',
-                align: 'stretch'
-            },
+            layout: 'column',
             defaults: {
+                margin:'0 0 10 0',
                 beforeLabelTextTpl: "<font color=\"red\" style=\"position:relative; top:2px;right:2px; font-weight: bolder;\">*</font>",
-                xtype: 'textfield'
+                xtype: 'textfield',
+                columnWidth:1
             },
             buttonAlign:'center',
             buttons: [{

+ 6 - 4
frontend/saas-web/app/view/sys/account/AddWindow.js

@@ -109,6 +109,7 @@ Ext.define('saas.view.sys.account.AddWindow', {
                 regexText:'请输入汉字',
                 allowBlank:false,
                 maxLength: 30,
+                columnWidth:0.5
             },{
                 xtype:'textfield',
                 fieldLabel: '邮箱',
@@ -165,12 +166,13 @@ Ext.define('saas.view.sys.account.AddWindow', {
                 allowBlank:false,
                 maxLength: 30,
             },{
-                margin:'10 0 0 0',
+                margin:'5 0 0 0',
                 xtype:'displayfield',
-                fieldLabel: '温馨提示',
+                fieldLabel: '注意事项',
                 beforeLabelTextTpl: "",
-                value:'已注册优软云可以访问优软云门户网',
-                fieldStyle:'color:#999;margin-top: 9px;'
+                value:'添加的账户拥有访问系统的权限,请勿随意添加',
+                fieldStyle:'color:#999;margin-top: 9px;',
+                lableStyle:'color: #f16161;'
             }]
         }
     },

+ 6 - 0
frontend/saas-web/overrides/window/MessageBox.js

@@ -0,0 +1,6 @@
+Ext.define('saas.override.window.MessageBox', {
+    override: 'Ext.window.MessageBox',
+
+    cls: 'x-window-dbfind'
+
+});