显示隐藏行政区划、左侧按钮、控制显示

This commit is contained in:
wzy-warehouse
2026-04-23 09:13:02 +08:00
parent 16d049d082
commit fd4678da51
3 changed files with 20 additions and 2 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`,