Commit d7fcd3c1 authored by xxx's avatar xxx

1

parent 78f4f7ff
...@@ -957,7 +957,7 @@ export default { ...@@ -957,7 +957,7 @@ export default {
.roadblockStyle{ .roadblockStyle{
position: absolute; position: absolute;
z-index: 3; z-index: 3;
right: 170px; right: 150px;
bottom: 2vh; bottom: 2vh;
height: 8vh; height: 8vh;
line-height: 8vh; line-height: 8vh;
...@@ -974,7 +974,7 @@ export default { ...@@ -974,7 +974,7 @@ export default {
.dispatchCenterStyle{ .dispatchCenterStyle{
z-index: 3; z-index: 3;
position: absolute; position: absolute;
right: 20px; right: 10px;
bottom: 2vh; bottom: 2vh;
height: 8vh; height: 8vh;
line-height: 8vh; line-height: 8vh;
...@@ -1260,7 +1260,7 @@ export default { ...@@ -1260,7 +1260,7 @@ export default {
.roadblockStyle{ .roadblockStyle{
position: absolute; position: absolute;
z-index: 3; z-index: 3;
right: 170px; right: 150px;
bottom: 2vh; bottom: 2vh;
height: 5vh; height: 5vh;
line-height: 5vh; line-height: 5vh;
...@@ -1277,7 +1277,7 @@ export default { ...@@ -1277,7 +1277,7 @@ export default {
.dispatchCenterStyle{ .dispatchCenterStyle{
z-index: 3; z-index: 3;
position: absolute; position: absolute;
right: 20px; right: 10px;
bottom: 2vh; bottom: 2vh;
height: 5vh; height: 5vh;
line-height: 5vh; line-height: 5vh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment