Skip to content

Commit

Permalink
fix: 非简洁模式下文件列表类型
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 16, 2024
1 parent d42b6d0 commit f387e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.63",
"version": "2.14.64",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/components/FileListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
</div>
<template v-if="!isSimpleMode">
<p v-if="type === 'sub'" class="sub-item-detail">
<p class="sub-item-detail">
<template v-if="typeof flow === 'string'">
<span>
{{ flow }}
Expand Down

0 comments on commit f387e39

Please sign in to comment.