管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-09 731d894cf232d98b547df2bd006795de74fb16a7
src/views/datamanage/projectManage.vue
@@ -124,9 +124,9 @@
            style="margin-top: 10px"
            class="pagination_box"
          >
          </div>
        </div>
      </div>
    </div>
@@ -143,7 +143,7 @@
        width="60%"
        :title="$t('dataManage.projectObj.location')"
        :visible.sync="innerVisible"
        append-to-body
        :modal="false"
        :before-close="innerClose"
      >
        <div style="height: 540px">
@@ -320,9 +320,9 @@
            this.editFrom.country = val;
          } else if (key == "省") {
            this.editFrom.province = val;
          }else if (key == "市") {
          } else if (key == "市") {
            this.editFrom.location = val;
          }
          }
        }
      }
      this.editFrom.geom = this.$store.state.projeOl;
@@ -393,7 +393,7 @@
        this.$message.error('列表获取失败');
        return;
      }
      // this.count = data.result;
      this.count1 = data.count;
      this.dbTableData = data.result;
@@ -441,7 +441,7 @@
    .verSion_leftTree {
      width: 15%;
      height: 91%;
      border-radius: 5px;
      padding: 1%;
@@ -450,7 +450,7 @@
    .verSion_rightContent {
      width: 80%;
      height: 91%;
      border-radius: 5px;
      padding: 1%;
      overflow-y: auto;
@@ -459,7 +459,7 @@
      height: 46px;
      padding: 12px 12px;
      font-size: 14px;
      border-bottom: 1px solid white;
      line-height: 46px;
    }
@@ -477,12 +477,6 @@
      width: 600px;
    }
  }
}
</style>
 >