|
|
@@ -57,7 +57,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
|
|
|
'<div class="x-guide-panel" 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="',
|
|
|
'<tpl if="!baseSet">x-guide-mask </tpl>',
|
|
|
'" 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>',
|
|
|
'</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="',
|
|
|
'<tpl if="!warehouse">x-guide-mask </tpl>',
|
|
|
'"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>',
|
|
|
'</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="',
|
|
|
'<tpl if="!product">x-guide-mask </tpl>',
|
|
|
'"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 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="',
|
|
|
'<tpl if="!customer">x-guide-mask </tpl>',
|
|
|
'"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>',
|
|
|
'</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="',
|
|
|
'<tpl if="!vendor">x-guide-mask </tpl>',
|
|
|
'"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>',
|
|
|
'</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="',
|
|
|
'<tpl if="!begin">x-guide-mask </tpl>',
|
|
|
'" src="resources/images/guide/begin.png" align ="center" width="135" height="90" alt="开始使用" >',
|