浏览代码

参数修改

zpf 9 月之前
父节点
当前提交
04134cbede
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/siteselection/components/dkDetailsNew.vue

+ 3 - 2
src/views/siteselection/components/dkDetailsNew.vue

@@ -76,8 +76,8 @@ export default {
         if (element.tableName == tab.name) {
 
           let pane_obj = {
-            // sourcePolygonWkt: this.optional.geom,
-            sourcePolygonWkt: 'POLYGON((109.49712143164533 18.309279728765855,109.49711192926624 18.310380990351096,109.49711161665255 18.310417116323478,109.4972007070708 18.31050362418087,109.49850056210042 18.310513852191068,109.49859113294231 18.31042875918721,109.49859144375941 18.31039263236441,109.4986014051776 18.309237180686633,109.4984888696287 18.309127909086385,109.49725521594395 18.30911820207864,109.49712174425906 18.30924360340898,109.49712143164533 18.309279728765855))',
+            sourcePolygonWkt: this.optional.geom,
+            // sourcePolygonWkt: 'POLYGON((109.49712143164533 18.309279728765855,109.49711192926624 18.310380990351096,109.49711161665255 18.310417116323478,109.4972007070708 18.31050362418087,109.49850056210042 18.310513852191068,109.49859113294231 18.31042875918721,109.49859144375941 18.31039263236441,109.4986014051776 18.309237180686633,109.4984888696287 18.309127909086385,109.49725521594395 18.30911820207864,109.49712174425906 18.30924360340898,109.49712143164533 18.309279728765855))',
 
             sourceLayerId: this.tabs_list[0].tableId,
             sourceLayerType: '1',
@@ -240,5 +240,6 @@ export default {
 /deep/ .el-tabs__item {
   background: none !important;
   margin-right: 0px !important;
+  width: auto !important;
 }
 </style>