mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
Pre Merge pull request !270 from 不寻俗/future/6.X
This commit is contained in:
commit
cce5d3709f
@ -3,7 +3,7 @@
|
||||
<el-row :gutter="16" class="dict-grid">
|
||||
<!-- 字典类型 -->
|
||||
<el-col :xs="24" :lg="12">
|
||||
<el-card shadow="hover" class="dict-card table-panel">
|
||||
<el-card shadow="hover" class="dict-card table-panel" :class="{ 'is-collapsed': !showTypeSearch }">
|
||||
<template #header>
|
||||
<div class="toolbar-shell dict-card__header">
|
||||
<div class="table-heading">
|
||||
@ -159,7 +159,7 @@
|
||||
|
||||
<!-- 字典数据 -->
|
||||
<el-col :xs="24" :lg="12">
|
||||
<el-card shadow="hover" class="dict-card table-panel">
|
||||
<el-card shadow="hover" class="dict-card table-panel" :class="{ 'is-collapsed': !showDataSearch }">
|
||||
<template #header>
|
||||
<div class="toolbar-shell dict-card__header">
|
||||
<div class="table-heading">
|
||||
@ -746,6 +746,10 @@ onMounted(() => {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.dict-card.is-collapsed .search-panel-toggle::after {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.dict-card__subtitle {
|
||||
margin: 4px 0 0;
|
||||
font-size: 12px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user