From fee5dfab982ff3c820984d3a0d8f477eeb100c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 13 Jul 2022 11:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/js/util.js | 6 +- .../xm/core/components/XmProductSelect.vue | 912 ++++++++++-------- .../xmProduct/XmProductForLinkComplex.vue | 7 +- .../xm/core/xmProduct/XmProductOverview.vue | 6 +- 4 files changed, 532 insertions(+), 399 deletions(-) diff --git a/src/common/js/util.js b/src/common/js/util.js index 090456ad..25339843 100644 --- a/src/common/js/util.js +++ b/src/common/js/util.js @@ -81,12 +81,12 @@ export default { var innerHeight=window.innerHeight var defaultInnerHeight=616; var pageHeight=32/defaultInnerHeight*innerHeight - var top=148/defaultInnerHeight*innerHeight; - var bottomHeight=38/defaultInnerHeight*innerHeight + var top=150/defaultInnerHeight*innerHeight; + var bottomHeight=36/defaultInnerHeight*innerHeight if(innerHeight>=916){ bottomHeight=20/defaultInnerHeight*innerHeight }else if(innerHeight>=800){ - bottomHeight=28/defaultInnerHeight*innerHeight + bottomHeight=26/defaultInnerHeight*innerHeight }else if(innerHeight>=700){ bottomHeight=32/defaultInnerHeight*innerHeight } diff --git a/src/views/xm/core/components/XmProductSelect.vue b/src/views/xm/core/components/XmProductSelect.vue index 9036742f..c254f50c 100644 --- a/src/views/xm/core/components/XmProductSelect.vue +++ b/src/views/xm/core/components/XmProductSelect.vue @@ -1,413 +1,545 @@ diff --git a/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue b/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue index a586311b..1f74d94d 100644 --- a/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue +++ b/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue @@ -2,7 +2,7 @@
- +

常用功能导航

@@ -151,7 +152,7 @@
- + - diff --git a/src/views/xm/core/xmProduct/XmProductOverview.vue b/src/views/xm/core/xmProduct/XmProductOverview.vue index bceed421..9704282d 100644 --- a/src/views/xm/core/xmProduct/XmProductOverview.vue +++ b/src/views/xm/core/xmProduct/XmProductOverview.vue @@ -1,6 +1,6 @@