邓洁: 隧道接口部分对接

This commit is contained in:
邓洁
2023-12-26 22:38:10 +08:00
parent 49baa25f8a
commit 48978b917c
6 changed files with 129 additions and 33 deletions

View File

@@ -34,7 +34,7 @@
<div>{{ item.info.tunnelName }}</div>
<div class="tunnel-icon"></div>
<div>施工长度{{ item.info.constructionLength }}</div>
<div>实现长度{{ item.info.totalLength }}公里
<div>实现长度{{ item.info.totalLength }}
</div>
</div>
<div class="tunnel-add" @click="goToAddTunnel(item.siteId)">
@@ -177,6 +177,7 @@ const handleClickSite = (type) => {
if (type.checked) {
siteIds.value.push(type.siteId)
siteNameList.value.push(type.siteName)
} else {
siteIds.value.map((item, index) => {
if (item === type.siteId) {
@@ -408,7 +409,7 @@ const handleCurrentChange = (val) => {
flex-wrap: wrap;
padding-left: 100px;
padding-right: 100px;
justify-content: space-between;
//justify-content: space-between;
box-sizing: border-box;
overflow: hidden;
@@ -432,7 +433,7 @@ const handleCurrentChange = (val) => {
.site-box {
margin-top: 122px;
//margin-right: 1%;
margin-right: 32px;
padding: 40px 50px;
width: 1250px;
height: 750px;