Browse Source

导航图标

rainco 7 years ago
parent
commit
e1dcb83f08

+ 5 - 3
frontend/saas-web/app/view/main/Main.js

@@ -76,13 +76,15 @@ Ext.define('saas.view.main.Main', {
                         cls:'x-main-menu sa-nav-menu',
                         cls:'x-main-menu sa-nav-menu',
                         items: [{
                         items: [{
                             text: '新手导航',
                             text: '新手导航',
-                            iconCls:'x-fa fa-comment-o sa-navicon',
+                            //fa-comment-o sa-userGuite
+                            iconCls:'x-fa sa-navicon fa-comment-o',
                             handler:function(){
                             handler:function(){
                                saas.util.BaseUtil.openTab('sys-guide-formpanel','新手导航', 'sys-guide-formpanel-nav');
                                saas.util.BaseUtil.openTab('sys-guide-formpanel','新手导航', 'sys-guide-formpanel-nav');
                             }
                             }
                         },{
                         },{
                             text: '用户手册',
                             text: '用户手册',
-                            iconCls:'x-fa fa-address-book-o sa-navicon',
+                            //fa-address-book-o sa-userBook
+                            iconCls:'x-fa sa-navicon  fa-address-book-o',
                             handler:function(){
                             handler:function(){
                                 window.open('http://www.usoftchina.com','_blank');
                                 window.open('http://www.usoftchina.com','_blank');
                             }
                             }
@@ -94,7 +96,7 @@ Ext.define('saas.view.main.Main', {
                             }
                             }
                         },{
                         },{
                             text: '客服热线',
                             text: '客服热线',
-                            iconCls:'x-fa fa-comment-o sa-navicon',
+                            iconCls:'x-fa fa-phone-o sa-navicon',
                             menu:{
                             menu:{
                                 cls:'sa-nav-menu',
                                 cls:'sa-nav-menu',
                                 items:[{
                                 items:[{

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

@@ -47,7 +47,7 @@ Ext.define('saas.view.sys.feedback.FormPanel', {
             name : "fb_wechat", 
             name : "fb_wechat", 
             fieldLabel : "微信"
             fieldLabel : "微信"
         }, {
         }, {
-            xtype : "htmleditor", 
+            xtype : "textfield", 
             name : "fb_msg", 
             name : "fb_msg", 
             fieldLabel : "反馈内容",
             fieldLabel : "反馈内容",
             columnWidth: 1
             columnWidth: 1