diff --git a/src/components/Correspondence/index.vue b/src/components/Correspondence/index.vue
index 49c5a71..0446236 100644
--- a/src/components/Correspondence/index.vue
+++ b/src/components/Correspondence/index.vue
@@ -143,10 +143,11 @@
color: #ffffff;
line-height: vh(16);
flex-wrap: wrap;
- margin-left: vw(20);
+ // margin-left: vw(20);
.item {
+ width:33.33%;
margin-top: vh(40);
- margin-right: vh(20);
+ // margin-right: vh(20);
display: flex;
flex-direction: column;
align-items: center;
diff --git a/src/views/traffic/index.vue b/src/views/traffic/index.vue
index fd34854..18aa88d 100644
--- a/src/views/traffic/index.vue
+++ b/src/views/traffic/index.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/src/views/workOrder/components/box-1.vue b/src/views/workOrder/components/box-1.vue
index d485e55..59c0c6e 100644
--- a/src/views/workOrder/components/box-1.vue
+++ b/src/views/workOrder/components/box-1.vue
@@ -29,6 +29,8 @@
z-index:99;
padding:0 vw(20);
.list{
+ scrollbar-width: none;
+ scrollbar-color: transparent transparent;
height:vh(895);
overflow: auto;
.li:nth-child(odd){
@@ -71,7 +73,7 @@
text-align: left;
font-style: normal;
text-transform: none;
- margin-left:vw(50);
+ margin-left:vw(30);
}
p{
font-weight: 400;
diff --git a/src/views/workOrder/components/box-2.vue b/src/views/workOrder/components/box-2.vue
index 1057c18..5661f5e 100644
--- a/src/views/workOrder/components/box-2.vue
+++ b/src/views/workOrder/components/box-2.vue
@@ -8,19 +8,19 @@
- 今日工单总条数 456789
+ 今日工单总条数
- 工单完成数 456789
+ 工单完成数
- 紧急工单数 456789
+ 紧急工单数
- 重要工单数 456789
+ 重要工单数
- 普通工单数 456789
+ 普通工单数
@@ -40,7 +40,7 @@
+ :stroke-width="fitChartSize(15)" color="#2380FB">
@@ -48,7 +48,7 @@
+ :stroke-width="fitChartSize(15)" color="#D9011B">
@@ -56,7 +56,7 @@
+ :stroke-width="fitChartSize(15)" color="#FEAE00">
@@ -100,8 +100,8 @@
+
+
\ No newline at end of file
diff --git a/src/views/workOrder/index.vue b/src/views/workOrder/index.vue
index 129b84f..d46f2d9 100644
--- a/src/views/workOrder/index.vue
+++ b/src/views/workOrder/index.vue
@@ -3,6 +3,7 @@
+
@@ -11,7 +12,7 @@