mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-18 23:07:41 +00:00
perf: 优化账号策略样式 (#2505)
Co-authored-by: Aaron3S <chenyang@fit2cloud.com> Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
This commit is contained in:
parent
7f8dd45c21
commit
9cb97c68ed
@ -24,9 +24,7 @@
|
|||||||
class="inline-input"
|
class="inline-input"
|
||||||
:fetch-suggestions="item.el.query"
|
:fetch-suggestions="item.el.query"
|
||||||
@select="item.callback(item.value)"
|
@select="item.callback(item.value)"
|
||||||
>
|
/>
|
||||||
<template slot="prepend">{{ item.name }}</template>
|
|
||||||
</el-autocomplete>
|
|
||||||
|
|
||||||
<div v-if="item.type==='select' && item.el && item.el.create" class="select-content">
|
<div v-if="item.type==='select' && item.el && item.el.create" class="select-content">
|
||||||
<span class="filter-label">
|
<span class="filter-label">
|
||||||
|
Loading…
Reference in New Issue
Block a user