-
+
+
+
+
+
+
+
+
-
-
-
+
@@ -13,8 +18,8 @@
diff --git a/src/views/project/index.vue b/src/views/project/index.vue
index 45582fb6..f449b0e7 100644
--- a/src/views/project/index.vue
+++ b/src/views/project/index.vue
@@ -25,7 +25,6 @@
diff --git a/src/views/project/items/components/Card/index.vue b/src/views/project/items/components/Card/index.vue
index 4adb6fec..dbcbf634 100644
--- a/src/views/project/items/components/Card/index.vue
+++ b/src/views/project/items/components/Card/index.vue
@@ -95,7 +95,7 @@ const {
CopyIcon,
TrashIcon,
PencilIcon,
- ApertureSharpIcon,
+ DesktopOutlineIcon,
DownloadIcon,
HammerIcon,
SendIcon
@@ -126,7 +126,7 @@ const selectOptions = reactive([
{
label: t('global.r_preview'),
key: 'preview',
- icon: renderIcon(ApertureSharpIcon)
+ icon: renderIcon(DesktopOutlineIcon)
},
{
label: t('global.r_copy'),