@@ -42,8 +46,9 @@
:class="['doc-card', { 'selected': selectedId === material.id }]"
>
-
- {{ getTypeIcon(material.type) }} {{ material.title }}
+
+
+ {{ material.title }}
预置
@@ -70,22 +75,25 @@
@@ -95,7 +103,9 @@
{{ isAddMode ? '新增素材' : '编辑素材' }}
-
+
@@ -109,7 +119,8 @@
@click="editForm.type = type.value"
:class="['filter-btn', { 'active': editForm.type === type.value }]"
>
- {{ type.icon }} {{ type.label }}
+
+ {{ type.label }}
@@ -185,8 +196,9 @@