diff --git a/src/views/screen/iso/index.vue b/src/views/screen/iso/index.vue index 5c69791..c34429e 100644 --- a/src/views/screen/iso/index.vue +++ b/src/views/screen/iso/index.vue @@ -104,7 +104,7 @@ export default { display: flex; flex-direction: row; align-items: center; - justify-content: end; + justify-content: flex-end; span { font-size: 16px; color: @white; diff --git a/src/views/screen/preparationRevision/index.vue b/src/views/screen/preparationRevision/index.vue index 048c46b..f2a2d0b 100644 --- a/src/views/screen/preparationRevision/index.vue +++ b/src/views/screen/preparationRevision/index.vue @@ -142,7 +142,7 @@ export default { display: flex; flex-direction: row; align-items: center; - justify-content: end; + justify-content: flex-end; z-index: 100; // 右边框相同 margin-right: 50px; diff --git a/src/views/screen/wp29/index.vue b/src/views/screen/wp29/index.vue index d72f716..c1d7eb1 100644 --- a/src/views/screen/wp29/index.vue +++ b/src/views/screen/wp29/index.vue @@ -109,7 +109,7 @@ export default { display: flex; flex-direction: row; align-items: center; - justify-content: end; + justify-content: flex-end; span { font-size: 16px; color: @white;