0b4d2be6 by renchao@pashanhoo.com

1

1 parent b25c2a39
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-14 16:01:33 4 * @LastEditTime: 2023-07-18 14:26:54
5 --> 5 -->
6 <template> 6 <template>
7 <canvas id="mxcad"> 7 <canvas id="mxcad">
...@@ -36,10 +36,4 @@ ...@@ -36,10 +36,4 @@
36 }) 36 })
37 } 37 }
38 } 38 }
39 </script>
40 <style scoped lang='scss'>
41 #cad-container {
42 width: 100%;
43 height: 100%;
44 }
45 </style>
...\ No newline at end of file ...\ No newline at end of file
39 </script>
...\ No newline at end of file ...\ No newline at end of file
......