This commit is contained in:
zclzone 2023-09-26 22:53:50 +08:00
commit c7c8691164
2 changed files with 1 additions and 9 deletions

View File

@ -5,14 +5,6 @@ body {
overflow: hidden; overflow: hidden;
} }
html {
font-size: 4px; // * 1rem = 4px 方便unocss计算在unocss中 1字体单位 = 0.25rem相当于 1等份 = 1px
}
body {
font-size: 16px;
}
#app { #app {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -16,7 +16,7 @@
<n-card class="ml-12 w-70%"> <n-card class="ml-12 w-70%">
<h3 class="text-20 font-normal opacity-90">欢迎使用 Vue Naive Admin</h3> <h3 class="text-20 font-normal opacity-90">欢迎使用 Vue Naive Admin</h3>
<p class="mt-8 opacity-60"> <p class="mt-8 opacity-60">
这是一款基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板 这是一款基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板
</p> </p>
<footer class="mt-24 flex items-center justify-end"> <footer class="mt-24 flex items-center justify-end">
<n-button <n-button