diff --git a/packages/components/src/icons/icons.ts b/packages/components/src/icons/icons.ts index fd5e4451..02d54e4b 100644 --- a/packages/components/src/icons/icons.ts +++ b/packages/components/src/icons/icons.ts @@ -40,6 +40,7 @@ import IconGitBranch from "~icons/ri/git-branch-line"; import IconStopCircle from "~icons/ri/stop-circle-line"; import IconForbidLine from "~icons/ri/forbid-line"; import IconCodeBoxLine from "~icons/ri/code-box-line"; +import IconDatabase2Line from "~icons/ri/database-2-line"; export { IconDashboard, @@ -84,4 +85,5 @@ export { IconStopCircle, IconForbidLine, IconCodeBoxLine, + IconDatabase2Line, }; diff --git a/src/modules/contents/attachments/AttachmentList.vue b/src/modules/contents/attachments/AttachmentList.vue index 6b41340f..e191989f 100644 --- a/src/modules/contents/attachments/AttachmentList.vue +++ b/src/modules/contents/attachments/AttachmentList.vue @@ -1,26 +1,27 @@ -
- + +
+
+
+ + {{ folder.name }} +
+ +
+
+
-
-
- +
+
+ +
+

+ {{ attachment.name }} +

+ +
-

- {{ attachment.name }} -

- - -
- + +