Skip to content

Commit

Permalink
fix: 文件目录规范
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Jan 30, 2023
1 parent b416954 commit c32ad0f
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex text-[1.17rem] pl-[1.67rem] bg-[var(--jjext-color-secondary-bg)] border-b-1">
<ArticlesNavigationLink />
<ArticlesNavigationSelect />
<ArticlesListNavigationLink />
<ArticlesListNavigationSelect />
</div>
</template>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ onUnmounted(() => {

<template>
<div class="pb-5 box-border w-full">
<ArticlesNavigation />
<ArticlesListNavigation />
<ul v-if="!isLoading">
<ArticlesItem :artlist-item="artlistData" />
<ArticlesListItem :artlist-item="artlistData" />
</ul>
<ArticlesSkeleton v-else />
<ArticlesListSkeleton v-else />
</div>
</template>
2 changes: 1 addition & 1 deletion frontend/components/Main/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="mt-5.17rem ">
<Types class="left-0" />
<div class="timeline-container mt-0 relative 0.33rem">
<Articles class="mr-21.667rem border-r-2 w-full bg-white lg:w-700px" />
<ArticlesList class="mr-21.667rem border-r-2 w-full bg-white lg:w-700px" />
<Aside class="absolute display-none top-0 right-0 lg:display-block" />
</div>
</div>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c32ad0f

Please sign in to comment.