Merge branch 'main' of https://gitee.com/zclzone/vue-naive-admin
This commit is contained in:
commit
c7c8691164
@ -5,14 +5,6 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 4px; // * 1rem = 4px 方便unocss计算:在unocss中 1字体单位 = 0.25rem,相当于 1等份 = 1px
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -16,7 +16,7 @@
|
||||
<n-card class="ml-12 w-70%">
|
||||
<h3 class="text-20 font-normal opacity-90">⚡️欢迎使用 Vue Naive Admin</h3>
|
||||
<p class="mt-8 opacity-60">
|
||||
这是一款基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板。!!
|
||||
这是一款基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板!!
|
||||
</p>
|
||||
<footer class="mt-24 flex items-center justify-end">
|
||||
<n-button
|
||||
|
Loading…
Reference in New Issue
Block a user