Pre Merge pull request !270 from 不寻俗/future/6.X

This commit is contained in:
不寻俗 2026-06-05 03:45:41 +00:00 committed by Gitee
commit cce5d3709f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;