|
|
@@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<p class="fuTitle">地块位置绘制</p> |
|
|
|
<div id="full-screen-acceptance" style="width: 100%;height:45vh;"> |
|
|
|
<div id="full-screen-acceptance" style="width: 100%;height:45vh;position:relative;"> |
|
|
|
<div :id=this.uuidMap style="width: 100%;height: 100%"></div> |
|
|
|
<div id='land-btn-wrap'> |
|
|
|
<!--<el-button :id=this.drawingPolygonMap style="background-color:#D0EEFF;color:#1E88C7" @click="" type="primary">画图</el-button>--> |
|
|
@@ -381,11 +381,9 @@ export default { |
|
|
|
|
|
|
|
} |
|
|
|
#land-btn-wrap{ |
|
|
|
position: relative; |
|
|
|
width: 25%; |
|
|
|
left: 75%; |
|
|
|
bottom: 100%; |
|
|
|
position: absolute; |
|
|
|
right: 3%; |
|
|
|
top: 5%; |
|
|
|
z-index: 2000; |
|
|
|
padding-top: 5%; |
|
|
|
} |
|
|
|
</style> |