Commit c4b5be02 authored by 张俊's avatar 张俊

添加删除按钮

parent 86530afb
......@@ -5,7 +5,7 @@
<slot name="left_action"></slot>
</div>
<div class="right-filter">
<el-input :placeholder="placeholder" v-model="value">
<el-input :placeholder="placeholder" @keydown.enter="search" @clear="search" clearable v-model.trim="value">
<template #append>
<div class="append-btn" @click="search">
<bg-icon style="font-size: 12px; color: #404a62; " icon="#bg-ic-search"></bg-icon>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment