1.修改特殊大屏(宽度200%,偏移中心)
2.设置特殊参数/specialScreen
3.添加隐藏退出功能
This commit is contained in:
2024-10-16 14:04:27 +08:00
parent 1aaf8e7120
commit 64feafb1d5
5 changed files with 158 additions and 47 deletions
+3
View File
@@ -1,5 +1,6 @@
<template>
<div class="outer">
<login-out-button out-url="screenLogin" />
<div class="title-d">
<div class="title-d-left">
{{ dayTimeO }}
@@ -72,6 +73,7 @@
import { YinChuanOption } from '/@/assets/mapUtils/mapConstant.ts';
import { useUserStore } from '/@/store/modules/user.ts';
import { Map } from '/@/assets/mapUtils/map.ts';
import LoginOutButton from '/@/views/components/loginOutButton.vue';
const title = ref('银川片应急就医服务中心');
const phone = '(0951-6805199)';
@@ -362,6 +364,7 @@
box-sizing: border-box;
background: url('/@/assets/images/bg.png') no-repeat;
background-size: 100% 100%;
position: relative;
}
.title-d {