fix(position): 添加活动 div,首页不空了

This commit is contained in:
BTMuli
2023-03-31 16:17:29 +08:00
parent 20df7d2498
commit 28ab1d7673
3 changed files with 146 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
</v-card-text>
</v-card>
</div>
<t-position />
</div>
</template>
@@ -59,6 +60,7 @@
import { onMounted, ref } from "vue";
import { useRouter } from "vue-router";
import TLoading from "../components/t-loading.vue";
import TPosition from "../components/t-position.vue";
// plugin
import MysOper from "../plugins/Mys";
// utils
@@ -139,6 +141,7 @@ async function toPost(pool: GachaCard) {
.Home-pool {
margin-left: 10px;
margin-right: 10px;
}
.Home-pool-cover {