chore(config): 更新格式化和 lint 配置,格式化部分文件
This commit was merged in pull request #10.
This commit is contained in:
@@ -58,11 +58,11 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="w-full flex relative">
|
||||
<div class="relative flex w-full">
|
||||
<div
|
||||
class="absolute -translate-x-full md:sticky md:translate-x-0 z-10 flex flex-col h-[calc(100vh-4rem)] bg-neutral-100 dark:bg-neutral-900 p-4 w-full md:w-[300px] border-r border-neutral-200 dark:border-neutral-700 transition-all duration-300 ease-out"
|
||||
class="absolute z-10 flex h-[calc(100vh-4rem)] w-full -translate-x-full flex-col border-r border-neutral-200 bg-neutral-100 p-4 transition-all duration-300 ease-out md:sticky md:w-[300px] md:translate-x-0 dark:border-neutral-700 dark:bg-neutral-900"
|
||||
>
|
||||
<div class="flex flex-col flex-1 overflow-auto overflow-x-hidden">
|
||||
<div class="flex flex-1 flex-col overflow-auto overflow-x-hidden">
|
||||
<div class="flex flex-col gap-1">
|
||||
<ClientOnly>
|
||||
<NavItem
|
||||
@@ -107,7 +107,7 @@ onMounted(() => {
|
||||
|
||||
.subpage-enter-from,
|
||||
.subpage-leave-to {
|
||||
@apply opacity-0 translate-x-4;
|
||||
@apply translate-x-4 opacity-0;
|
||||
}
|
||||
|
||||
.loading-screen-leave-active {
|
||||
|
||||
Reference in New Issue
Block a user