Browse Source

意见反馈添加必填样式

zhuth 7 years ago
parent
commit
327d0418e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/sys/feedback/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/sys/feedback/FormPanel.js

@@ -53,7 +53,7 @@ Ext.define('saas.view.sys.feedback.FormPanel', {
             name : "content", 
             name : "content", 
             fieldLabel : "反馈内容",
             fieldLabel : "反馈内容",
             allowBlank: false,
             allowBlank: false,
-            cls: 'x-grid-necessary',
+            beforeLabelTextTpl: "<font color=\"red\" style=\"position:relative; top:2px;right:2px; font-weight: bolder;\">*</font>",
             columnWidth: 1,
             columnWidth: 1,
             height: 63,
             height: 63,
             maxHeight: 63
             maxHeight: 63