add app mode

This commit is contained in:
jxxghp
2024-06-13 17:30:50 +08:00
parent 7f2f7b100b
commit 1fc964ec16
14 changed files with 184 additions and 18 deletions
+3 -4
View File
@@ -33,11 +33,10 @@ defineProps<{
.nav-link a {
display: flex;
align-items: center;
cursor: pointer;
padding-left: 1.375rem;
padding-right: 1rem;
margin-right: 1.125em;
border-radius: 0 3.125rem 3.125rem 0 !important;
cursor: pointer;
margin-inline-end: 1.125em;
padding-inline: 1.375rem 1rem;
}
}
</style>