diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 8601db2..896f0be 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -1077,4 +1077,6 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;} .pal-form .pal-form-btn button + button{margin-left:20px} .pal-popover-body{font-size:0.75rem;padding:0.8rem;} -.pal-popover-icon{margin-left:4px;margin-top:-2px} \ No newline at end of file +.pal-popover-icon{margin-left:4px;margin-top:-2px} + +.coords-wrap{position:absolute;z-index: 99;right:20px;bottom:20px} \ No newline at end of file diff --git a/src/views/laanc/LaancAreaMap.js b/src/views/laanc/LaancAreaMap.js index 8615d2f..da71689 100644 --- a/src/views/laanc/LaancAreaMap.js +++ b/src/views/laanc/LaancAreaMap.js @@ -319,7 +319,7 @@ export default function LaancAreaMap({
{mapObject ? ( //
-
+
{drawObj.getAll().features.length > 1 ? drawObj .getAll() @@ -346,13 +346,13 @@ export default function LaancAreaMap({ // marginBottom: '10px' // }} > -
비행구역 {i + 1}
+
비행구역 {i + 1}
{coord?.map(co => { const fCoord = FormattingCoord(co); if (fCoord) { return ( -
- {fCoord[0]}, {fCoord[1]} +
+ {fCoord[0]}, {fCoord[1]}
); }