休眠提示居中显示并更新英文翻译
This commit is contained in:
parent
23c657bfcb
commit
31b0a82725
|
@ -197,4 +197,5 @@ export default {
|
||||||
usb7: "usb7",
|
usb7: "usb7",
|
||||||
usb8: "usb8",
|
usb8: "usb8",
|
||||||
usb9: "usb9",
|
usb9: "usb9",
|
||||||
|
"device standby mode": "Device Standby Mode",
|
||||||
};
|
};
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue