add:群控电梯系统

This commit is contained in:
zhaohy
2024-08-06 15:44:21 +08:00
parent 243aea92bb
commit 16f3865dbd
14 changed files with 523 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="map-box">
<!-- 开关按钮 -->
<div class="drawer-box-in" v-if="!visible" @click="toggleDrawer">
<div class="drawer-box-ins" v-if="!visible" @click="toggleDrawer">
<DoubleLeftOutlined class="drawer-icon" style="color: white" />
</div>
<!-- 门位置 -->
@@ -262,7 +262,7 @@
// 总容器与抽屉按钮
// 抽屉打开按钮
.drawer-box-in {
.drawer-box-ins {
width: 24px;
height: 24px;
border-radius: 2px;