mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
fix(Mys): 调整
This commit is contained in:
@@ -155,6 +155,8 @@ async function toPost(post_id: number) {
|
||||
}
|
||||
|
||||
.Home-pool-cover img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
|
||||
@@ -69,10 +69,10 @@
|
||||
<v-btn
|
||||
class="ms-2"
|
||||
:style="{
|
||||
background: item.status_color + ' !important',
|
||||
background: item.status.colorCss,
|
||||
color: '#faf7e8 !important',
|
||||
}"
|
||||
>{{ item.status }}</v-btn
|
||||
>{{ item.status.status }}</v-btn
|
||||
>
|
||||
</div>
|
||||
<v-btn @click="toJson(item.post_id)" class="ms-2 card-btn" v-show="appStore.devMode">
|
||||
|
||||
Reference in New Issue
Block a user