From 04099d993a3679c3d4c2a39838cdf3f2caf402b3 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Tue, 5 Dec 2023 18:35:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectFront/BIMCenter/BIMManageV3.vue | 2 + .../projectFront/BIMCenter/overviewTwo.vue | 216 ++++++++++-------- 2 files changed, 124 insertions(+), 94 deletions(-) diff --git a/src/views/projectFront/BIMCenter/BIMManageV3.vue b/src/views/projectFront/BIMCenter/BIMManageV3.vue index 2df91cdb..91e73083 100644 --- a/src/views/projectFront/BIMCenter/BIMManageV3.vue +++ b/src/views/projectFront/BIMCenter/BIMManageV3.vue @@ -401,6 +401,7 @@ export default { uploadMapSuccess(response) { console.log("上传成功的", response); this.addBuildForm.modelUrl = response.data[0].imageUrl + // this.fullscreenLoading = false; // this.fullscreenLoading.close(); // this.addBuildDialog = false; // this.loadData(); @@ -467,6 +468,7 @@ export default { addJlwUploadApi(this.addBuildForm).then((res) => { console.log('------------', res) this.addBuildDialog = false; + this.fullscreenLoading.close(); this.loadData(); this.$message.success( this.$t("message.personnelPosition.add_success") diff --git a/src/views/projectFront/BIMCenter/overviewTwo.vue b/src/views/projectFront/BIMCenter/overviewTwo.vue index 4531879f..607206b4 100644 --- a/src/views/projectFront/BIMCenter/overviewTwo.vue +++ b/src/views/projectFront/BIMCenter/overviewTwo.vue @@ -16,137 +16,155 @@ 选中的数据值:
-
- - + 保存 - + @@ -196,19 +224,19 @@ export default { display: flex; flex-direction: column; } -.bimModel-operate{ +.bimModel-operate { display: flex; flex-direction: column; margin-left: 5px; - .select-operate{ + .select-operate { @include flex; } - .data-show{ + .data-show { width: max-content; max-width: 100%; @include flex; margin-top: 10px; - .selected-box{ + .selected-box { flex: 1%; min-width: 208px; min-height: 32px; @@ -218,20 +246,20 @@ export default { flex-wrap: wrap; padding-left: 6px; margin-right: 15px; - >div{ + > div { @include flex; background-color: #f4f4f5; padding: 3px 5px; margin: 3px 6px 3px 0; - span{ + span { color: #909399; margin-right: 3px; } - .el-icon-close{ + .el-icon-close { cursor: pointer; } } } } } - \ No newline at end of file +