隐藏搜索条件

This commit is contained in:
mll
2026-02-27 22:48:51 +08:00
parent 47168c77d8
commit 1dcfeed999
3 changed files with 8 additions and 7 deletions

View File

@@ -153,8 +153,8 @@ $prefix-cls: #{$namespace}-login;
text-align: center;
}
.module img {
width: 80px;
height: 80px;
width: 72px;
height: 72px;
margin-bottom: 16px;
object-fit: contain;
}
@@ -172,8 +172,8 @@ $prefix-cls: #{$namespace}-login;
.module.cockpit {
grid-row: 1 / 3;
img {
width: 140px;
height: 140px;
width: 130px;
height: 130px;
}
background: linear-gradient(180deg, rgba(109, 147, 245, 0.75), rgba(7,38,111, 0.75));
}

View File

@@ -164,6 +164,7 @@ const infoColumn = {
dictCode: { title: '字典Code', width: 180, editRender: { name: 'LowSelect', verifyEdit: true, filterable: true, noStop: true, dicData: [] } },
isExport: { title: '是否可导出', width: 90, align: "center", editRender: { name: 'LowCheckbox' } },
isHideCol: { title: '隐藏列', width: 90, align: "center", editRender: { name: 'LowCheckbox' } },
isHideSearch: { title: '隐藏搜索', width: 90, align: "center", editRender: { name: 'LowCheckbox' } },
isAmount: { title: '是否合计', width: 75, align: "center", editRender: { name: 'LowCheckboxSum' } },
isDimension: { title: '是否维度', width: 75, align: "center", editRender: { name: 'LowCheckbox' } },