智慧园区前端大屏
linwe
2024-11-07 a3eb3f7fd0889c3eed7ea5f5c812246779efa53c
企业详情
4 files modified
14 ■■■■■ changed files
src/views/companyInfo/components/box/fireTrend.vue 2 ●●● patch | view | raw | blame | history
src/views/companyInfo/components/box/occurStatistics.vue 2 ●●● patch | view | raw | blame | history
src/views/companyInfo/components/centerContainer.vue 2 ●●●●● patch | view | raw | blame | history
src/views/layout/components/scomponents/layersControl.vue 8 ●●●● patch | view | raw | blame | history
src/views/companyInfo/components/box/fireTrend.vue
@@ -165,7 +165,7 @@
}
.form-item-input {
    width: 200px;
    width: 160px;
    ::v-deep(.el-input) {
        width: 0;
src/views/companyInfo/components/box/occurStatistics.vue
@@ -165,7 +165,7 @@
}
.form-item-input {
    width: 200px;
    width: 160px;
    ::v-deep(.el-input) {
        width: 0;
src/views/companyInfo/components/centerContainer.vue
@@ -92,6 +92,8 @@
.center-info {
    text-align: right;
    margin-top: 10px;
    margin-right: 30px;
}
.center-info button {
src/views/layout/components/scomponents/layersControl.vue
@@ -332,7 +332,7 @@
          addTileLayers[item.layerName] = new DC.VectorLayer(item.layerName)
          window.$viewer.addLayer(addTileLayers[item.layerName])
          function computeCircle (radius) {
          function computeCircle(radius) {
            var positions = []
            for (var i = 0; i < 1080; i++) {
              var radians = DC.Math.toRadians(i)
@@ -376,9 +376,9 @@
}
onMounted(() => {
  handleCheckChange(data.filter(i => i.id == '1'), {
    checkedKeys: ['1']
  })
  // handleCheckChange(data.filter(i => i.id == '1'), {
  //   checkedKeys: ['1']
  // })
})
onUnmounted(() => {