若依
2 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with
70 additions and
71 deletions
-
ruoyi-ui/src/components/IconSelect/index.vue
-
ruoyi-ui/src/views/system/menu/index.vue
|
@ -1,7 +1,7 @@ |
|
|
<!-- @author zhengjie --> |
|
|
<!-- @author zhengjie --> |
|
|
<template> |
|
|
<template> |
|
|
<div class="icon-body"> |
|
|
<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" /> |
|
|
<i slot="suffix" class="el-icon-search el-input__icon" /> |
|
|
</el-input> |
|
|
</el-input> |
|
|
<div class="icon-list"> |
|
|
<div class="icon-list"> |
|
|
|
@ -140,8 +140,7 @@ |
|
|
v-if="form.icon" |
|
|
v-if="form.icon" |
|
|
slot="prefix" |
|
|
slot="prefix" |
|
|
:icon-class="form.icon" |
|
|
:icon-class="form.icon" |
|
|
class="el-input__icon" |
|
|
style="width: 25px;" |
|
|
style="height: 32px;width: 16px;" |
|
|
|
|
|
/> |
|
|
/> |
|
|
<i v-else slot="prefix" class="el-icon-search el-input__icon" /> |
|
|
<i v-else slot="prefix" class="el-icon-search el-input__icon" /> |
|
|
</el-input> |
|
|
</el-input> |
|
|