休眠提示居中显示并更新英文翻译

This commit is contained in:
fangxiang 2022-07-04 17:47:02 +08:00
parent 23c657bfcb
commit 31b0a82725
3 changed files with 4 additions and 3 deletions

View File

@ -197,4 +197,5 @@ export default {
usb7: "usb7", usb7: "usb7",
usb8: "usb8", usb8: "usb8",
usb9: "usb9", usb9: "usb9",
"device standby mode": "Device Standby Mode",
}; };

View File

@ -13,8 +13,8 @@
<!-- page --> <!-- page -->
<div <div
v-if="!$store.state.power_state" v-if="!$store.state.power_state"
class="fit text-h5" class="fit text-h5 text-center"
style="position: fixed; top: 50vh; left: 50vw" style="position: fixed; top: 49.5vh"
> >
{{ $t("device standby mode") }} {{ $t("device standby mode") }}
</div> </div>

View File

@ -8,7 +8,7 @@
style="position: absolute" style="position: absolute"
class="full-width text-center" class="full-width text-center"
> >
<span class="text-h5" style="z-index: 999; background: white"> <span class="text-h5 text-center" style="z-index: 999; background: white">
{{ $t("device standby mode") }} {{ $t("device standby mode") }}
</span> </span>
</div> </div>