diff --git a/src/components/common/tableGantt.vue b/src/components/common/tableGantt.vue index 315b421..3aacfa6 100644 --- a/src/components/common/tableGantt.vue +++ b/src/components/common/tableGantt.vue @@ -819,7 +819,7 @@ $gantt_item_half: 4px; // background-color: transparent !important; color: #ADFFFE!important; border: none !important; - padding-left: 0 !important; + padding-left: 0 ; padding-right: 0 !important; } diff --git a/src/views/index.vue b/src/views/index.vue index 27f9c67..624584e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1477,7 +1477,7 @@ position: absolute; // background-color: transparent !important; color: rgba(255, 255, 255, 0.7) !important; border: none !important; - padding-left: 0 !important; + padding-left: 0 ; padding-right: 0 !important; } diff --git a/src/views/login.vue b/src/views/login.vue index cd00dbf..48514ae 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -525,7 +525,7 @@ getWeather () { // background-color: transparent !important; color: rgba(255, 255, 255, 0.7) !important; border: none !important; - padding-left: 0 !important; + padding-left: 0 ; padding-right: 0 !important; } diff --git a/src/views/modelScreen.vue b/src/views/modelScreen.vue index 8d3c7b7..b330aa7 100644 --- a/src/views/modelScreen.vue +++ b/src/views/modelScreen.vue @@ -1475,7 +1475,7 @@ export default { // background-color: transparent !important; color: rgba(255, 255, 255, 0.7) !important; border: none !important; - padding-left: 0 !important; + padding-left: 0 ; padding-right: 0 !important; } diff --git a/src/views/modelScreenComponents.vue b/src/views/modelScreenComponents.vue index 3059373..a1ff6ca 100644 --- a/src/views/modelScreenComponents.vue +++ b/src/views/modelScreenComponents.vue @@ -1686,7 +1686,7 @@ export default { // background-color: transparent !important; color: rgba(255, 255, 255, 0.7) !important; border: none !important; - padding-left: 0 !important; + padding-left: 0 ; padding-right: 0 !important; } diff --git a/src/views/progress.vue b/src/views/progress.vue index 401046d..9d9f2ca 100644 --- a/src/views/progress.vue +++ b/src/views/progress.vue @@ -1332,7 +1332,7 @@ export default { // background-color: transparent !important; color: #ADFFFE !important; border: none !important; - padding-left: 0 !important; + padding-left: 0 ; padding-right: 0 !important; } diff --git a/src/views/progressComponents.vue b/src/views/progressComponents.vue index fc27ac3..f9b8b46 100644 --- a/src/views/progressComponents.vue +++ b/src/views/progressComponents.vue @@ -77,7 +77,7 @@
- @@ -137,10 +137,10 @@
- - + + - + @@ -685,6 +685,10 @@ export default { top: 70px; left: 16px; position: absolute; + height: 286px; + @media only screen and (max-height: 1000px) { + height: 237px; + } } .dh1 { animation: mytest 0.5s linear; @@ -883,7 +887,7 @@ export default { font-size: 14px; display: flex; flex-wrap: wrap; - margin: 10px auto 0; + margin: 13px auto 0; width: 90%; border-bottom: 1px solid rgba(96, 213, 205, 0.4); } @@ -1305,7 +1309,7 @@ export default { // background-color: transparent !important; color: #ADFFFE !important; border: none !important; - padding-left: 0 !important; + padding-left: 7 !important; padding-right: 0 !important; }