릴리스: v0.1.24 드래그 정렬과 export 크기 조정
This commit is contained in:
@@ -263,7 +263,7 @@ async function downloadImage() {
|
||||
|
||||
try {
|
||||
const targetEl = exportBoardEl.value || boardEl.value
|
||||
const blob = await htmlToImage.toBlob(targetEl, { pixelRatio: 2, backgroundColor: '#0b1220' })
|
||||
const blob = await htmlToImage.toBlob(targetEl, { pixelRatio: 1.5, backgroundColor: '#0b1220' })
|
||||
if (!blob) throw new Error('image_export_failed')
|
||||
|
||||
const url = URL.createObjectURL(blob)
|
||||
@@ -729,10 +729,10 @@ onUnmounted(() => {
|
||||
.exportBoard--active {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
width: 1600px;
|
||||
width: 1360px;
|
||||
max-width: none;
|
||||
box-sizing: border-box;
|
||||
padding: 48px 56px;
|
||||
padding: 44px 52px;
|
||||
border-radius: 28px;
|
||||
background:
|
||||
radial-gradient(circle at top, rgba(96, 165, 250, 0.14), transparent 38%),
|
||||
|
||||
Reference in New Issue
Block a user