mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
fix(position): 添加活动 div,首页不空了
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user