diff --git a/src/views/image-to-ico/ImageToIcoView.vue b/src/views/image-to-ico/ImageToIcoView.vue index 06eaaed..12f306d 100644 --- a/src/views/image-to-ico/ImageToIcoView.vue +++ b/src/views/image-to-ico/ImageToIcoView.vue @@ -117,11 +117,11 @@

- 下载 ICO - + 打包下载 ZIP + 下载 ICO
@@ -141,7 +141,7 @@ />
- {{ p.size }}×{{ p.size }} +
{{ p.size }}×{{ p.size }}
PNG ICO @@ -509,8 +509,9 @@ onBeforeUnmount(() => { } .preview-meta { display: flex; + flex-direction: column; align-items: center; - justify-content: space-between; + justify-content: center; margin-top: 6px; } .preview-btns { @@ -518,7 +519,7 @@ onBeforeUnmount(() => { align-items: center; } .preview-size { - font-size: 12px; + font-size: 13px; color: var(--td-text-color-secondary); } @media (max-width: 767px) {