diff --git a/back/src/assets/img/del.png b/back/src/assets/img/del.png new file mode 100644 index 00000000..fd546467 Binary files /dev/null and b/back/src/assets/img/del.png differ diff --git a/back/src/views/modules/ability/assignedScene/components/scene-one-input.vue b/back/src/views/modules/ability/assignedScene/components/scene-one-input.vue index 2b906467..8b5ecb2d 100644 --- a/back/src/views/modules/ability/assignedScene/components/scene-one-input.vue +++ b/back/src/views/modules/ability/assignedScene/components/scene-one-input.vue @@ -15,7 +15,7 @@ style="color:red;margin-left: 6px;" @click="deleteItem(index)" type="danger" size="small" v-if="dataInfo.length > 1" - src="~@/assets/img/deleteRed.png" + src="~@/assets/img/del.png" alt="" />