mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
💄 调整帖子卡片颜色,对于宽度不低于690的图片进行铺满
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-card rounded v-if="card">
|
||||
<v-card :rounded="true" v-if="card">
|
||||
<div class="tpc-cover">
|
||||
<img :src="card.cover" alt="cover" @click="createPost(card)" />
|
||||
<div v-if="isAct" class="tpc-act">
|
||||
@@ -100,19 +100,19 @@ onBeforeMount(() => {
|
||||
const EnumStatus = {
|
||||
STARTED: {
|
||||
status: "进行中",
|
||||
colorCss: "#1EE2BA",
|
||||
colorCss: "var(--tgc-od-green)",
|
||||
},
|
||||
FINISHED: {
|
||||
status: "已结束",
|
||||
colorCss: "#C0C5C8",
|
||||
colorCss: "var(--tgc-od-white)",
|
||||
},
|
||||
SELECTION: {
|
||||
status: "评选中",
|
||||
colorCss: "#FF983B",
|
||||
colorCss: "var(--tgc-od-orange)",
|
||||
},
|
||||
UNKNOWN: {
|
||||
status: "未知",
|
||||
colorCss: "#F03F24", // 胭脂红
|
||||
colorCss: "var(--tgc-od-red)",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user