Merge pull request 'fix : 修复隧道模拟首页,结束模拟之后切换状态' (#380) from dengjie into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/380
This commit is contained in:
2024-09-02 09:54:30 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -277,6 +277,9 @@ onMounted(() => {
const startSimulate = () => {
isStartSimulate.value = false
}
const endSimulate = () => {
isStartSimulate.value = true
}
const changeName = (id) => {
for (let item of equipmentOption.value) {
if (item.value === id) {

View File

@@ -803,7 +803,7 @@ const handleMoreDelete = debounce(() => {
}
.left-img {
cursor: pointer;
//cursor: pointer;
margin-top: 110px;
margin-right: 50px;
width: 340px;