mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
fix 修复 字典管理筛选框收起 图标无变化问题
This commit is contained in:
parent
fb889c02db
commit
18b3e6af87
@ -9,6 +9,7 @@
|
||||
<div class="table-heading">
|
||||
<div
|
||||
class="panel-heading search-panel-toggle dict-title-toggle"
|
||||
:class="{ 'is-collapsed': !showTypeSearch }"
|
||||
@click.stop="showTypeSearch = !showTypeSearch"
|
||||
>
|
||||
<div>
|
||||
@ -165,6 +166,7 @@
|
||||
<div class="table-heading">
|
||||
<div
|
||||
class="panel-heading search-panel-toggle dict-title-toggle"
|
||||
:class="{ 'is-collapsed': !showDataSearch }"
|
||||
@click.stop="showDataSearch = !showDataSearch"
|
||||
>
|
||||
<div>
|
||||
@ -746,6 +748,10 @@ onMounted(() => {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.dict-title-toggle.is-collapsed::after {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.dict-card__subtitle {
|
||||
margin: 4px 0 0;
|
||||
font-size: 12px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user