diff --git a/src/components/app/top-nameCard.vue b/src/components/app/top-nameCard.vue index d39553f2..eac8b5d7 100644 --- a/src/components/app/top-nameCard.vue +++ b/src/components/app/top-nameCard.vue @@ -52,6 +52,6 @@ const bgImage = computed(() => { } .desc { - text-shadow: 0 0 2px var(--common-shadow-8); + text-shadow: 0 0 2px var(--common-shadow-t-8); } diff --git a/src/components/viewPost/tp-emoticon.vue b/src/components/viewPost/tp-emoticon.vue index 848644e5..99086872 100644 --- a/src/components/viewPost/tp-emoticon.vue +++ b/src/components/viewPost/tp-emoticon.vue @@ -1,22 +1,27 @@ diff --git a/src/components/viewPost/vp-overlay-image.vue b/src/components/viewPost/vp-overlay-image.vue index 17bb1454..62ddcf90 100644 --- a/src/components/viewPost/vp-overlay-image.vue +++ b/src/components/viewPost/vp-overlay-image.vue @@ -6,20 +6,27 @@
-

- 大小:{{ bytesToSize(props.image.attributes.size ?? 0) }} +

+ 大小: + {{ bytesToSize(props.image.attributes.size ?? 0) }} +

+

+ 尺寸: + {{ props.image.attributes.width }}x{{ props.image.attributes.height }} +

+

+ 格式: + {{ format }}

-

尺寸:{{ props.image.attributes.width }}x{{ props.image.attributes.height }}

-

格式:{{ format }}

mdi-format-color-fill mdi-magnify - mdi-content-copy + + mdi-content-copy + mdi-download mdi-close
@@ -149,6 +156,12 @@ async function onDownload(): Promise { color: white; } +.tpoi-info-item { + position: relative; + display: flex; + flex-wrap: wrap; +} + .tpoi-tools { display: flex; padding: 8px;