src/views/layer/layerManage.vue
@@ -110,7 +110,7 @@ const stretchValue = ref(""); let estreeRef = ref(); const setLayer = ref(); const transparence = ref(0); var treeData = ref([]); var layerListData = ref([]); @@ -318,7 +318,9 @@ { deep: true } ); getLayer(); onMounted(() => {}); onMounted(() => { window.setLayer = getLayer; }); </script> <style lang="less" scoped> @@ -327,6 +329,7 @@ height: 680px; background: rgba(7, 8, 14, 0.8); box-shadow: inset 0px 10px 40px 10px rgba(38, 47, 71, 1); z-index: 40; .layerTitle { width: calc(100% - 27px); height: 42px;