update
1.修改特殊大屏(宽度200%,偏移中心) 2.设置特殊参数/specialScreen 3.添加隐藏退出功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user