From b1850292b397926a6067fd3084a901f171264f71 Mon Sep 17 00:00:00 2001 From: Luck-Xiaomi <1569717859@qq.com> Date: Wed, 7 Sep 2022 15:51:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80(?= =?UTF-8?q?=E6=8C=87=E6=8C=A5=E4=B8=AD=E5=BF=83):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zjsj/command/LeftThree/Process.vue | 99 +++++++++++++ .../zjsj/command/LeftThree/Steps.vue | 139 ------------------ .../zjsj/command/LeftThree/index.vue | 42 ++---- src/views/projectAdmin/zjsj/command/index.vue | 11 +- .../projectAdmin/zjsj/command/leftFour.vue | 10 +- .../projectAdmin/zjsj/command/leftOne.vue | 14 +- .../projectAdmin/zjsj/command/rightFour.vue | 14 +- .../projectAdmin/zjsj/command/rightTwo.vue | 12 +- src/views/projectAdmin/zjsj/index.vue | 84 ++++++----- 9 files changed, 199 insertions(+), 226 deletions(-) create mode 100644 src/views/projectAdmin/zjsj/command/LeftThree/Process.vue delete mode 100644 src/views/projectAdmin/zjsj/command/LeftThree/Steps.vue diff --git a/src/views/projectAdmin/zjsj/command/LeftThree/Process.vue b/src/views/projectAdmin/zjsj/command/LeftThree/Process.vue new file mode 100644 index 00000000..5f648300 --- /dev/null +++ b/src/views/projectAdmin/zjsj/command/LeftThree/Process.vue @@ -0,0 +1,99 @@ + + + + + + diff --git a/src/views/projectAdmin/zjsj/command/LeftThree/Steps.vue b/src/views/projectAdmin/zjsj/command/LeftThree/Steps.vue deleted file mode 100644 index 94340f41..00000000 --- a/src/views/projectAdmin/zjsj/command/LeftThree/Steps.vue +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - diff --git a/src/views/projectAdmin/zjsj/command/LeftThree/index.vue b/src/views/projectAdmin/zjsj/command/LeftThree/index.vue index 0b6f227c..031a6fe1 100644 --- a/src/views/projectAdmin/zjsj/command/LeftThree/index.vue +++ b/src/views/projectAdmin/zjsj/command/LeftThree/index.vue @@ -1,45 +1,33 @@ diff --git a/src/views/projectAdmin/zjsj/command/index.vue b/src/views/projectAdmin/zjsj/command/index.vue index e406cf7a..7ffe0c19 100644 --- a/src/views/projectAdmin/zjsj/command/index.vue +++ b/src/views/projectAdmin/zjsj/command/index.vue @@ -79,11 +79,14 @@ export default { .leftBox { width: 25%; .leftOne { - width: 100%; - height: 30%; + height: 28%; } + + .leftThree { + height: 22%; + } + .leftTwo, - .leftThree, .leftFour { height: 25%; } @@ -104,7 +107,7 @@ export default { } .rightTwo { - height: 22%; + height: 22%; } .rightThree, diff --git a/src/views/projectAdmin/zjsj/command/leftFour.vue b/src/views/projectAdmin/zjsj/command/leftFour.vue index 1a3a8ae7..236eef0d 100644 --- a/src/views/projectAdmin/zjsj/command/leftFour.vue +++ b/src/views/projectAdmin/zjsj/command/leftFour.vue @@ -342,24 +342,24 @@ export default { width: 100%; height: 100%; white-space: nowrap; - transform: translateY(-15px); + // transform: translateY(-15px); .item { display: inline-block; width: calc(100% / 2); - height: 110%; + height: 100%; color: transparent; &:nth-child(1) { - transform: translate(-22%, -6%); + transform: translate(-24%, 0%); } &:nth-child(2) { - transform: translate(-48%, -6%); + transform: translate(-48%, 0%); } &:nth-child(3) { - transform: translate(-75%, -6%); + transform: translate(-75%, 0%); } } } diff --git a/src/views/projectAdmin/zjsj/command/leftOne.vue b/src/views/projectAdmin/zjsj/command/leftOne.vue index aa2c5e09..3996bc84 100644 --- a/src/views/projectAdmin/zjsj/command/leftOne.vue +++ b/src/views/projectAdmin/zjsj/command/leftOne.vue @@ -1,12 +1,14 @@ @@ -41,7 +43,7 @@ export default { display: flex; flex-direction: column; color: #fff; - overflow-y: scroll; + // overflow-y: scroll; .list-item { position: relative; diff --git a/src/views/projectAdmin/zjsj/command/rightFour.vue b/src/views/projectAdmin/zjsj/command/rightFour.vue index c6bc0800..2f1daf5f 100644 --- a/src/views/projectAdmin/zjsj/command/rightFour.vue +++ b/src/views/projectAdmin/zjsj/command/rightFour.vue @@ -9,12 +9,14 @@ @click="handelItemClick(index)" >{{ item }} -
-
- {{ item.name }} - {{ item.content }} + +
+
+ {{ item.name }} + {{ item.content }} +
-
+
@@ -89,7 +91,7 @@ export default { display: flex; flex-direction: column; color: #fff; - overflow-y: scroll; + // overflow-y: scroll; .list-item { position: relative; diff --git a/src/views/projectAdmin/zjsj/command/rightTwo.vue b/src/views/projectAdmin/zjsj/command/rightTwo.vue index 1c55778f..942f5892 100644 --- a/src/views/projectAdmin/zjsj/command/rightTwo.vue +++ b/src/views/projectAdmin/zjsj/command/rightTwo.vue @@ -13,12 +13,14 @@ (14) -
-
- {{ item.name }} - {{ item.content }} + +
+
+ {{ item.name }} + {{ item.content }} +
-
+
diff --git a/src/views/projectAdmin/zjsj/index.vue b/src/views/projectAdmin/zjsj/index.vue index f22cf452..6b11e895 100644 --- a/src/views/projectAdmin/zjsj/index.vue +++ b/src/views/projectAdmin/zjsj/index.vue @@ -1,40 +1,42 @@