From a3eb3f7fd0889c3eed7ea5f5c812246779efa53c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 07 Nov 2024 20:25:13 +0800
Subject: [PATCH] 企业详情
---
src/views/companyInfo/components/box/fireTrend.vue | 2 +-
src/views/companyInfo/components/centerContainer.vue | 2 ++
src/views/companyInfo/components/box/occurStatistics.vue | 2 +-
src/views/layout/components/scomponents/layersControl.vue | 8 ++++----
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/views/companyInfo/components/box/fireTrend.vue b/src/views/companyInfo/components/box/fireTrend.vue
index 57eb292..9a2f890 100644
--- a/src/views/companyInfo/components/box/fireTrend.vue
+++ b/src/views/companyInfo/components/box/fireTrend.vue
@@ -165,7 +165,7 @@
}
.form-item-input {
- width: 200px;
+ width: 160px;
::v-deep(.el-input) {
width: 0;
diff --git a/src/views/companyInfo/components/box/occurStatistics.vue b/src/views/companyInfo/components/box/occurStatistics.vue
index 22c813d..31975f7 100644
--- a/src/views/companyInfo/components/box/occurStatistics.vue
+++ b/src/views/companyInfo/components/box/occurStatistics.vue
@@ -165,7 +165,7 @@
}
.form-item-input {
- width: 200px;
+ width: 160px;
::v-deep(.el-input) {
width: 0;
diff --git a/src/views/companyInfo/components/centerContainer.vue b/src/views/companyInfo/components/centerContainer.vue
index dbffc36..9678336 100644
--- a/src/views/companyInfo/components/centerContainer.vue
+++ b/src/views/companyInfo/components/centerContainer.vue
@@ -92,6 +92,8 @@
.center-info {
text-align: right;
+ margin-top: 10px;
+ margin-right: 30px;
}
.center-info button {
diff --git a/src/views/layout/components/scomponents/layersControl.vue b/src/views/layout/components/scomponents/layersControl.vue
index 90afd1f..b04e267 100644
--- a/src/views/layout/components/scomponents/layersControl.vue
+++ b/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(() => {
--
Gitblit v1.9.3