fix: details

This commit is contained in:
2026-02-27 15:52:39 +08:00
parent 0e2f214552
commit aa0ba2a551
5 changed files with 40 additions and 35 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ export function createDeckStore(
.filter(l => l.visible)
.map(l => `${l.prop}:${l.x1},${l.y1}-${l.x2},${l.y2}`)
.join(' ');
return `:md-deck[${state.src}]{size="${state.sizeW}x${state.sizeH}" grid="${state.gridW}x${state.gridH}" bleed="${state.bleed}" padding="${state.padding}" fontSize="${state.fontSize}" layers="${layersStr}"}`;
return `:md-deck[${state.src}]{size="${state.sizeW}x${state.sizeH}" grid="${state.gridW}x${state.gridH}" bleed="${state.bleed}" padding="${state.padding}" font-size="${state.fontSize}" layers="${layersStr}"}`;
};
const copyCode = async () => {