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