廖杰:完成预览模式下鼠标离开设备,面板自动消失,调整面板字体,设备选中的箭头优化

This commit is contained in:
Hcat
2024-03-18 19:26:45 +08:00
parent b90d5d5911
commit 9e3d896259
5 changed files with 100 additions and 107 deletions

View File

@@ -1,13 +1,13 @@
<template>
<div id="edit-dialog">
<div class="distance-back">
<!-- <p>当前距离洞口
<!-- <div class="distance-back"> -->
<!-- <p>当前距离洞口
<span>
{{ pointDistance_str }}
</span>
</p> -->
<img src="/images/htmlEditDialog/back-icon.png" alt="" @click="handleCancel" />
</div>
<!-- <img src="/images/htmlEditDialog/back-icon.png" alt="" @click="handleCancel" /> -->
<!-- </div> -->
<!-- <div class="equ-info">当前风压:
<span>{{ p }}Pa</span>
</div> -->
@@ -173,8 +173,8 @@ const equipment = {
<style lang="scss" scoped>
#edit-dialog {
// width: 540px;
width: 300px;
height: 200px;
width: 190px;
height: 150px;
// min-height: 683px;
background: rgba(7, 35, 72, 0.79);
border-radius: 20px;
@@ -235,7 +235,7 @@ const equipment = {
p {
width: 190px;
height: 35px;
font-size: 26px;
font-size: 18px;
font-family: MicrosoftYaHei;
color: #ffffff;
line-height: 35px;