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 @@
+
+
+
+
+
+
+
+ {{ item.label }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
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 @@
-
-
-
-
-
-
-
-
- {{ item.label }}
- {{ item.value }}
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
{{ item.name }}
-
{{ item.content }}
+
+
+
+ {{ item.name }}
+ {{ item.content }}
+
-
+
@@ -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 @@
-
-