forked from github/dataease
feat: 修改收藏列表的删除按钮图标
This commit is contained in:
parent
a60bc5c056
commit
dfaa7e089d
@ -15,7 +15,7 @@
|
||||
<span> {{ scope.row.name }}</span>
|
||||
</div>
|
||||
<div class="star-item-close">
|
||||
<i class="el-icon-close " @click="remove(scope.row)" />
|
||||
<i class="el-icon-delete " @click="remove(scope.row)" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user