Compare commits

..

No commits in common. "80642b31c36f3e5f609343897bab0a00f26be535" and "2b0dc5c0429f9ea527df029653937a0672f9c795" have entirely different histories.

2 changed files with 1 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 MiB

After

Width:  |  Height:  |  Size: 43 MiB

View File

@ -526,11 +526,7 @@ const createLableObj = (text, t) => {
// //
if (t === 'title') { if (t === 'title') {
laberDiv.className = "laber_name"; laberDiv.className = "laber_name";
laberDiv.innerHTML = `<div class="arrow_outer"> laberDiv.innerHTML = `<div class="arrow_outer"><span>设备名称:${text}</span><span>状态:启用</span><span>压力50 Pa</span></div>`
<div>设备名称${text}</div>
<div>状态启用</div>
<div>压力50 Pa</div>
</div>`
// //
} else if (t === 'details') { } else if (t === 'details') {
laberDiv.style.pointerEvents = 'auto';// laberDiv.style.pointerEvents = 'auto';//
@ -823,8 +819,4 @@ const checkComplete = () => {
.nopass { .nopass {
color: #fc1818; color: #fc1818;
} }
.arrow_outer {
display: flex;
}
</style> </style>