mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +08:00
💄 微调布局
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<template>
|
||||
<div class="tud-db-time">
|
||||
{{ props.modelValue.time }}
|
||||
</div>
|
||||
<div class="tud-db-icons-grid">
|
||||
<TibAbyssDetail
|
||||
v-for="avatar in props.modelValue.characters"
|
||||
:key="avatar.id" :model-value="avatar"
|
||||
/>
|
||||
</div>
|
||||
<div class="tud-db-time">
|
||||
{{ props.modelValue.time }}
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import TibAbyssDetail from "../itembox/tib-abyss-detail.vue";
|
||||
|
||||
interface TuaDetailBattleProps {
|
||||
modelValue: TGApp.Sqlite.Abyss.Battle
|
||||
modelValue: TGApp.Sqlite.Abyss.Battle;
|
||||
}
|
||||
|
||||
const props = defineProps<TuaDetailBattleProps>();
|
||||
|
||||
Reference in New Issue
Block a user