From 8cf915e53e877638e7807a5cbf48e4c6184c006b Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 6 Dec 2022 21:50:05 +0800 Subject: [PATCH] =?UTF-8?q?[update]-=E8=A7=A3=E5=86=B3=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=E5=87=BA=E7=8E=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screen/iso/index.vue | 2 +- src/views/screen/preparationRevision/index.vue | 2 +- src/views/screen/wp29/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;