Merge remote-tracking branch 'origin/main' into dsz

This commit is contained in:
zhuangzhuang2000
2026-04-25 20:27:47 +08:00
5 changed files with 34 additions and 18 deletions
@@ -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`,