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="login" />
<div class="title-d outer-title" :class="themeType">
<div class="title-d-left">
{{ dayTimeO }}
@@ -64,6 +65,7 @@
import { useUserStore } from '/@/store/modules/user.ts';
import { lightMapOption } from '/@/assets/mapUtils/mapConstant.ts';
import { useTheme } from '/@/hooks/theme/useTheme.ts';
import LoginOutButton from '/@/views/components/loginOutButton.vue';
const { refreshState } = useRefresh(DEFAULT_TIME);
const dayTimeO = ref();
@@ -352,6 +354,7 @@
box-sizing: border-box;
background: url('/@/assets/images/backgroundNew.png') no-repeat;
background-size: 100% 100%;
position: relative;
}
.title-d {