CN-1484 fix: 调整error提示的位置
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
.error-component {
|
.error-component {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
//width: 100%;
|
|
||||||
//height: 100%;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
.error-block {
|
.error-block {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.subscriber-map-body {
|
.subscriber-map-body {
|
||||||
|
position: relative;
|
||||||
border: 1px solid #E2E5EC;
|
border: 1px solid #E2E5EC;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: calc(100% - 34px);
|
height: calc(100% - 34px);
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
queryData () {
|
queryData () {
|
||||||
return new Promise((resolve, reject) => {
|
/*return new Promise((resolve, reject) => {
|
||||||
resolve({
|
resolve({
|
||||||
status: 200,
|
status: 200,
|
||||||
data: {
|
data: {
|
||||||
@@ -189,8 +189,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})*/
|
||||||
// return axios.get(`${api.entity.locationTrack}?resource=${this.entity.entityName}`)
|
return axios.get(`${api.entity.locationTrack}?resource=${this.entity.entityName}`)
|
||||||
},
|
},
|
||||||
generateRouteGEOJSON (result) {
|
generateRouteGEOJSON (result) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user