初步完成
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div id="mapDiv" style="position:absolute;width:100%; height:100%">
|
||||
<!-- <img src="https://img2.baidu.com/it/u=1902529991,495288049&fm=253&fmt=auto&app=120&f=JPEG?w=434&h=500">-->
|
||||
<div id="mapDiv" style="position:absolute;width:100%; height:100%;">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -39,7 +38,7 @@ export default {
|
||||
var deg = list[i].psfx
|
||||
var iMgurl = process.env.VUE_APP_BASE_API + list[i].cclj
|
||||
var optdiv = '<div style="position: relative;display: contents; width: 50px;height: 50px;overflow: hidden;">' +
|
||||
'<a target="_blank" href="'+iMgurl+'"><b style="display: block; font-size: 15px;background: #007aff;border-radius: 100px;' +
|
||||
'<a target="_blank" href="' + iMgurl + '"><b style="display: block; font-size: 15px;background: #007aff;border-radius: 100px;' +
|
||||
'width: 20px;' +
|
||||
'margin: 15px;' +
|
||||
'height: 20px;' +
|
||||
|
||||
Reference in New Issue
Block a user