style:宗地图
Showing
2 changed files
with
13 additions
and
6 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-19 10:15:00 | 4 | * @LastEditTime: 2023-09-19 13:13:16 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="clxx"> | 7 | <div class="clxx"> |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | style="width: 100%; margin-top: 10px">申请材料目录</el-button> | 16 | style="width: 100%; margin-top: 10px">申请材料目录</el-button> |
| 17 | <div class="item"> | 17 | <div class="item"> |
| 18 | 材料目录({{ tableData.length }}) | 18 | 材料目录({{ tableData.length }}) |
| 19 | <div style="margin-top: 10px"> | 19 | <div class="tableList"> |
| 20 | <div | 20 | <div |
| 21 | style=" | 21 | style=" |
| 22 | text-align: center; | 22 | text-align: center; |
| ... | @@ -401,7 +401,9 @@ | ... | @@ -401,7 +401,9 @@ |
| 401 | width: 100%; | 401 | width: 100%; |
| 402 | height: 100%; | 402 | height: 100%; |
| 403 | display: flex; | 403 | display: flex; |
| 404 | 404 | .tableList { | |
| 405 | margin-top: 10px; | ||
| 406 | } | ||
| 405 | .menu-tree { | 407 | .menu-tree { |
| 406 | width: 20%; | 408 | width: 20%; |
| 407 | min-width: 160px; | 409 | min-width: 160px; | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div style="width:100%;height:100%;"> | 7 | <div style="width:100%;height:100%;"> |
| 8 | <canvas id="mxcad" style="width:100%;height:100%; position: relative;top:0"> | 8 | <canvas id="mxcad" style="width:100%;height:100%;"> |
| 9 | </canvas> | 9 | </canvas> |
| 10 | </div> | 10 | </div> |
| 11 | </template> | 11 | </template> |
| ... | @@ -33,6 +33,11 @@ | ... | @@ -33,6 +33,11 @@ |
| 33 | isNewFile: true // 是否新建文件 | 33 | isNewFile: true // 是否新建文件 |
| 34 | }) | 34 | }) |
| 35 | }) | 35 | }) |
| 36 | } | 36 | }, |
| 37 | } | 37 | } |
| 38 | </script> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 38 | </script> | ||
| 39 | <style scoped lang="scss"> | ||
| 40 | #mxcad { | ||
| 41 | pointer-events: none; | ||
| 42 | } | ||
| 43 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment