build-dxf 0.0.19-13 → 0.0.19-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.css +1 -17
- package/src/index3.js +2 -2
package/package.json
CHANGED
package/src/index.css
CHANGED
|
@@ -138,10 +138,6 @@
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.m-\[0px_5px\] {
|
|
142
|
-
margin: 0 5px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
141
|
.mt-\[5px\] {
|
|
146
142
|
margin-top: 5px;
|
|
147
143
|
}
|
|
@@ -204,10 +200,6 @@
|
|
|
204
200
|
height: 10px;
|
|
205
201
|
}
|
|
206
202
|
|
|
207
|
-
.h-\[20px\] {
|
|
208
|
-
height: 20px;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
203
|
.h-\[100vh\] {
|
|
212
204
|
height: 100vh;
|
|
213
205
|
}
|
|
@@ -224,10 +216,6 @@
|
|
|
224
216
|
width: 10px;
|
|
225
217
|
}
|
|
226
218
|
|
|
227
|
-
.w-\[20px\] {
|
|
228
|
-
width: 20px;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
219
|
.w-\[100vw\] {
|
|
232
220
|
width: 100vw;
|
|
233
221
|
}
|
|
@@ -400,10 +388,6 @@
|
|
|
400
388
|
padding: 5px;
|
|
401
389
|
}
|
|
402
390
|
|
|
403
|
-
.p-\[5px_0px\] {
|
|
404
|
-
padding: 5px 0;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
391
|
.p-\[5px_20px\] {
|
|
408
392
|
padding: 5px 20px;
|
|
409
393
|
}
|
|
@@ -563,6 +547,6 @@
|
|
|
563
547
|
inherits: false
|
|
564
548
|
}
|
|
565
549
|
|
|
566
|
-
[data-v-
|
|
550
|
+
[data-v-f1fa020d] {
|
|
567
551
|
font-family: 宋体;
|
|
568
552
|
}
|
package/src/index3.js
CHANGED
|
@@ -1403,7 +1403,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1403
1403
|
createElementVNode("path", { d: "M341.333333 298.666667a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m0 298.666666a85.333333 85.333333 0 1 0 0-170.666666 85.333333 85.333333 0 0 0 0 170.666666z m85.333334 213.333334a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m256-512a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m85.333333 213.333333a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m-85.333333 384a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z" })
|
|
1404
1404
|
])
|
|
1405
1405
|
], -1),
|
|
1406
|
-
createElementVNode("h5", { class: "flex items-center pointer-events-none" }, "
|
|
1406
|
+
createElementVNode("h5", { class: "flex items-center pointer-events-none" }, "绘制工具", -1)
|
|
1407
1407
|
]), 32),
|
|
1408
1408
|
createElementVNode("div", {
|
|
1409
1409
|
onClick: _cache[0] || (_cache[0] = ($event) => toolBarExpand.value = !toolBarExpand.value),
|
|
@@ -1460,7 +1460,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
1460
1460
|
}
|
|
1461
1461
|
return target;
|
|
1462
1462
|
};
|
|
1463
|
-
const EditorTool = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1463
|
+
const EditorTool = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f1fa020d"]]);
|
|
1464
1464
|
let Editor$1 = class Editor extends Component {
|
|
1465
1465
|
static name = "Editor";
|
|
1466
1466
|
container = new THREE.Group();
|