We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddf11c7 + 082e056 commit 4103157Copy full SHA for 4103157
src/components/right-sidebar/CodeSnippet.vue
@@ -256,10 +256,11 @@ z-index: ${this.activeComponentObj.z};
256
}\n`
257
}
258
259
+ console.log(htmlArray)
260
for (const html of htmlArray) {
261
if (html.class === ' ') styleString = "";
262
if (html.class) {
- styleString += `.${html.class} {\n
263
+ styleString += `.${html.class} {\n height: ${html.h} \n width: ${html.w} \n top: ${html.x} \n left: ${html.y} \n z-index: ${html.z}
264
265
266
0 commit comments