| | |
| | | <!-- @author zhengjie -->
|
| | | <template>
|
| | | <div class="icon-body">
|
| | | <el-input v-model="name" style="position: relative;" clearable placeholder="请输入图标名称" @clear="filterIcons" @input.native="filterIcons">
|
| | | <el-input v-model="name" style="position: relative;" clearable placeholder="请输入图标名称" @clear="filterIcons" @input="filterIcons">
|
| | | <i slot="suffix" class="el-icon-search el-input__icon" />
|
| | | </el-input>
|
| | | <div class="icon-list">
|
| | |
| | | </el-table-column>
|
| | | <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
| | | <template slot-scope="scope">
|
| | | <el-button |
| | | <el-button
|
| | | size="mini"
|
| | | type="text"
|
| | | icon="el-icon-edit"
|
| | |
| | | v-if="form.icon"
|
| | | slot="prefix"
|
| | | :icon-class="form.icon"
|
| | | class="el-input__icon"
|
| | | style="height: 32px;width: 16px;"
|
| | | style="width: 25px;"
|
| | | />
|
| | | <i v-else slot="prefix" class="el-icon-search el-input__icon" />
|
| | | </el-input>
|