Compare commits

..

No commits in common. "767d39e05693c36db72c679ee1356b29f4ada05f" and "bf2d7cadad74537dff164bf93e6f97dea55be1f0" have entirely different histories.

2 changed files with 20 additions and 55 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -247,20 +247,11 @@
</div> </div>
<div <div
class="btnBj" class="btnBj"
:class="{ collapsed: isCollapsed }"
v-if="!showEdit && !dialogShow && !openD" v-if="!showEdit && !dialogShow && !openD"
>
<div class="arrow" @click="toggleCollapse">
<span>{{ isCollapsed ? "◀" : "▶" }}</span>
</div>
<span v-show="!isCollapsed" style="margin-left: 10px">地图权限</span>
<p
v-show="!isCollapsed"
@click="openqx()" @click="openqx()"
:style="{ color: jsqx ? 'green' : 'red' }"
> >
{{ bjtitle }} 地图权限
</p> <p :style="{ color: jsqx ? 'green' : 'red' }">{{ bjtitle }}</p>
</div> </div>
<Dialog <Dialog
:dialogShow="dialogShow" :dialogShow="dialogShow"
@ -1124,6 +1115,7 @@ const yaosuTotal = ref([
url: "/api/ggfwyth/ysyzt/getCdzxx", url: "/api/ggfwyth/ysyzt/getCdzxx",
tooltip: "zdmc", tooltip: "zdmc",
click: true, click: true,
}, },
{ {
id: 9, id: 9,
@ -5330,13 +5322,6 @@ const reset_font2 = () => {
document.querySelector(".detail").style.transform = document.querySelector(".detail").style.transform =
"scale(" + width / 1920 + "," + height / 1080 + ")"; "scale(" + width / 1920 + "," + height / 1080 + ")";
}; };
// const bjtitle = ref();
// const jsqx = ref(false);
const isCollapsed = ref(false);
const toggleCollapse = () => {
isCollapsed.value = !isCollapsed.value;
};
onMounted(async () => { onMounted(async () => {
// WebGL // WebGL
@ -5966,7 +5951,6 @@ onMounted(async () => {
border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;
} }
} }
.btnBj { .btnBj {
cursor: pointer; cursor: pointer;
z-index: 100; z-index: 100;
@ -5980,26 +5964,7 @@ onMounted(async () => {
display: flex; display: flex;
align-items: center; align-items: center;
opacity: 0.8; opacity: 0.8;
transition: width 0.3s ease;
width: auto;
overflow: hidden;
.btnBj.collapsed {
width: 15px;
justify-content: center;
} }
.arrow {
cursor: pointer;
font-size: 16px;
color: #ffffff;
transition: color 0.2s ease;
}
.arrow:hover {
color: #000000;
}
}
.title { .title {
background-image: url(@/assets/images/map/map_title_bg.png); background-image: url(@/assets/images/map/map_title_bg.png);
background-repeat: no-repeat; background-repeat: no-repeat;