🩹 补充首页mini参数&组件参数处理

This commit is contained in:
BTMuli
2026-03-13 20:27:48 +08:00
parent 722b5598fe
commit 7da01c117d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<!-- 版块组件项 -->
<template>
<div class="tgni-box" :title="props.label">
<div :title="props.label" class="tgni-box">
<slot name="icon"></slot>
<span ref="TgniLabelRef">{{ props.label }}</span>
<span v-show="!props.mini" ref="TgniLabelRef">{{ props.label }}</span>
</div>
</template>
<script lang="ts" setup>

View File

@@ -42,7 +42,7 @@
</div>
</template>
</v-select>
<TGameNav :gid="curGid" />
<TGameNav :gid="curGid" :mini="true" />
</div>
<div class="home-select">
<v-select