Merge remote-tracking branch 'origin/main' into zxy
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div class="control-show-panel-box">
|
||||
<div
|
||||
class="control-show-panel-box"
|
||||
v-show="useStatusStore().uiComponents.controlPanel.show"
|
||||
>
|
||||
<div class="title-box">
|
||||
<header>控制显示</header>
|
||||
</div>
|
||||
@@ -20,6 +23,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { useLoadingInformationStore } from '@/stores/useLoadingInformation.ts';
|
||||
import { useStatusStore } from '@/stores/useStatusStore';
|
||||
|
||||
defineProps<{
|
||||
constrolShowList: {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
v-show="useStatusStore().uiComponents.leftButton.show"
|
||||
class="left-button-box"
|
||||
:style="{
|
||||
left: `${useStatusStore().uiComponents.disasterChainPointShow.show ? 575 : 100}px`,
|
||||
|
||||
Reference in New Issue
Block a user