diff --git a/yanzhu-ui-vue3/src/views/bim/bimSetting/ModelFloorTree.vue b/yanzhu-ui-vue3/src/views/bim/bimSetting/ModelFloorTree.vue index 72b6135f..4fa99042 100644 --- a/yanzhu-ui-vue3/src/views/bim/bimSetting/ModelFloorTree.vue +++ b/yanzhu-ui-vue3/src/views/bim/bimSetting/ModelFloorTree.vue @@ -21,6 +21,7 @@ @@ -413,6 +426,38 @@ export default { #bimSandTableSettingContainer { height: 100%; + + .tag-box-client { + width: 100%; + + .tag-box { + height: 120px; + display: flex; + justify-content: center; + align-items: center; + width: 100%; + position: relative; + } + + .tag-svg { + width: 38px; + height: 38px; + position: absolute; + bottom: -17px; + left: 50%; + margin-left: -19px; + + } + + .tag-img { + position: absolute; + } + + .tag-txt { + font-size: 16px; + color: #fff; + } + } } } @@ -459,6 +504,8 @@ export default { min-width: 300px; min-height: 400px; padding-bottom: 50px; + + .tools-title { padding: 10px; color: #114c5f; @@ -471,20 +518,25 @@ export default { right: 10px; cursor: pointer; } + .device-list { padding: 0px 10px; max-height: 60vh; overflow-y: auto; + .device-item { display: flex; align-items: center; + .device-name { flex-grow: 1; font-size: 12px; + .svg-icon { fill: #19849f; } } + .guide { cursor: pointer; color: #409eff; @@ -492,6 +544,7 @@ export default { } } } + .tools-bottom { position: absolute; bottom: 10px; @@ -499,14 +552,17 @@ export default { text-align: center; } } + .test-box { position: absolute; display: none; top: 10px; left: 10px; + .tag-box { position: relative; } + .tag-txt { position: absolute; top: 30%;