Skip to content

Commit 89cd59d

Browse files
committed
style: Optimize home page style
1 parent 57f6c95 commit 89cd59d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/views/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ function toggle() {
1818
</script>
1919

2020
<template>
21-
<main class="h-full w-full py-60">
22-
<VanCellGroup inset title="一个集成最新技术栈、完整干净的移动端模板">
21+
<main class="h-full w-full py-30">
22+
<VanCellGroup inset>
2323
<VanCell center title="🌗 暗黑模式">
2424
<template #right-icon>
2525
<VanSwitch v-model="checked" size="20px" @click="toggle()" />
@@ -28,12 +28,12 @@ function toggle() {
2828

2929
<VanCell title="💿 Mock 指南" to="mock" is-link />
3030
<VanCell title="📊 Echarts 演示" to="charts" is-link />
31-
<VanCell title="🪶 Unocss 示例" to="unocss" is-link />
31+
<VanCell title="🎨 Unocss 示例" to="unocss" is-link />
3232
<VanCell title="🍍 持久化 Pinia 状态" to="counter" is-link />
3333

3434
<VanCell center>
3535
<template #title>
36-
<span class="mr-4 v-middle">🎨 欢迎补充</span>
36+
<span class="mr-4 v-middle">🚀 欢迎补充</span>
3737
<VanTag type="primary">
3838
PR
3939
</VanTag>

src/views/unocss/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const onClickLeft = () => history.back()
1212

1313
<template>
1414
<div class="h-full w-full">
15-
<VanNavBar title="🪶 Unocss" left-arrow fixed @click-left="onClickLeft" />
15+
<VanNavBar title="🎨 Unocss" left-arrow fixed @click-left="onClickLeft" />
1616

1717
<Container>
1818
<h1 class="text-6xl color-pink font-semibold">

0 commit comments

Comments
 (0)