7b080944 by renchao@pashanhoo.com

style:宗地图

1 parent 60573942
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-19 10:15:00
* @LastEditTime: 2023-09-19 13:13:16
-->
<template>
<div class="clxx">
......@@ -16,7 +16,7 @@
style="width: 100%; margin-top: 10px">申请材料目录</el-button>
<div class="item">
材料目录({{ tableData.length }})
<div style="margin-top: 10px">
<div class="tableList">
<div
style="
text-align: center;
......@@ -401,7 +401,9 @@
width: 100%;
height: 100%;
display: flex;
.tableList {
margin-top: 10px;
}
.menu-tree {
width: 20%;
min-width: 160px;
......
......@@ -5,7 +5,7 @@
-->
<template>
<div style="width:100%;height:100%;">
<canvas id="mxcad" style="width:100%;height:100%; position: relative;top:0">
<canvas id="mxcad" style="width:100%;height:100%;">
</canvas>
</div>
</template>
......@@ -33,6 +33,11 @@
isNewFile: true // 是否新建文件
})
})
}
},
}
</script>
\ No newline at end of file
</script>
<style scoped lang="scss">
#mxcad {
pointer-events: none;
}
</style>
\ No newline at end of file
......