Browse Source

新手导航bug修改

hy 6 years ago
parent
commit
5bb85a0570
1 changed files with 6 additions and 6 deletions
  1. 6 6
      frontend/saas-web/app/view/sys/guide/FormPanel.js

+ 6 - 6
frontend/saas-web/app/view/sys/guide/FormPanel.js

@@ -57,7 +57,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
 				'<div class="x-guide-panel" align ="center">',
 				'<div class="x-guide-panel" align ="center">',
                     '<div class="x-guide-item" align ="center" >',
                     '<div class="x-guide-item" align ="center" >',
 
 
-                        '<figure style="margin: 0 185px 0 180px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'baseSet\')">',
+                        '<figure style="margin: 0px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'baseSet\')">',
                         '<img class="',
                         '<img class="',
                             '<tpl if="!baseSet">x-guide-mask </tpl>',
                             '<tpl if="!baseSet">x-guide-mask </tpl>',
                             '" src="resources/images/guide/baseSet.png" align ="center" width="135" height="90" alt="基础设置"  >',
                             '" src="resources/images/guide/baseSet.png" align ="center" width="135" height="90" alt="基础设置"  >',
@@ -66,7 +66,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '</figcaption>',
                         '</figcaption>',
                         '</figure>',
                         '</figure>',
                         
                         
-                        '<figure style="margin:0 185px 0 0;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'warehouse\')">',
+                        '<figure style="margin:0 0 0 185px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'warehouse\')">',
                         '<img class="',
                         '<img class="',
                         '<tpl if="!warehouse">x-guide-mask </tpl>',
                         '<tpl if="!warehouse">x-guide-mask </tpl>',
                         '"src="resources/images/guide/warehouse.png" align ="center" width="135" height="90" alt="仓库资料"  >',
                         '"src="resources/images/guide/warehouse.png" align ="center" width="135" height="90" alt="仓库资料"  >',
@@ -75,7 +75,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '</figcaption>',
                         '</figcaption>',
                         '</figure>',
                         '</figure>',
 
 
-                        '<figure style="margin:0 185px 0 0;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'product\')">',
+                        '<figure style="margin:0 0 0 185px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'product\')">',
                         '<img class="',
                         '<img class="',
                         '<tpl if="!product">x-guide-mask </tpl>',
                         '<tpl if="!product">x-guide-mask </tpl>',
                         '"src="resources/images/guide/product.png" align ="center" width="135" height="90" alt="物料资料"  >',
                         '"src="resources/images/guide/product.png" align ="center" width="135" height="90" alt="物料资料"  >',
@@ -116,7 +116,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                     '</div>',
                     '</div>',
                     '<div class="x-guide-item" align ="center">',
                     '<div class="x-guide-item" align ="center">',
 
 
-                        '<figure style="margin: 40px 185px 0 182px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'customer\')">',
+                        '<figure style="margin: 20px 0 0 0;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'customer\')">',
                         '<img class="',
                         '<img class="',
                         '<tpl if="!customer">x-guide-mask </tpl>',
                         '<tpl if="!customer">x-guide-mask </tpl>',
                         '"src="resources/images/guide/customer.png" align ="center" width="135" height="90" alt="客户资料"  >',
                         '"src="resources/images/guide/customer.png" align ="center" width="135" height="90" alt="客户资料"  >',
@@ -125,7 +125,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '</figcaption>',
                         '</figcaption>',
                         '</figure>',
                         '</figure>',
 
 
-                        '<figure style="margin: 0px 185px 0 0px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'vendor\')">',
+                        '<figure style="margin:20px 0 0 185px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'vendor\')">',
                         '<img class="',
                         '<img class="',
                         '<tpl if="!vendor">x-guide-mask </tpl>',
                         '<tpl if="!vendor">x-guide-mask </tpl>',
                         '"src="resources/images/guide/vendor.png" align ="center" width="135" height="90" alt="供应商资料"  >',
                         '"src="resources/images/guide/vendor.png" align ="center" width="135" height="90" alt="供应商资料"  >',
@@ -134,7 +134,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '</figcaption>',
                         '</figcaption>',
                         '</figure>',
                         '</figure>',
 
 
-                        '<figure style="margin: 0 185px 0 0px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'begin\',\'{begin}\')">',
+                        '<figure style="margin:20px 0 0 185px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'begin\',\'{begin}\')">',
                         '<img class="',
                         '<img class="',
                         '<tpl if="!begin">x-guide-mask </tpl>',
                         '<tpl if="!begin">x-guide-mask </tpl>',
                         '" src="resources/images/guide/begin.png" align ="center" width="135" height="90" alt="开始使用"  >',
                         '" src="resources/images/guide/begin.png" align ="center" width="135" height="90" alt="开始使用"  >',