This commit is contained in:
chy
2026-02-28 13:43:27 +08:00
3 changed files with 8 additions and 7 deletions

View File

@@ -153,8 +153,8 @@ $prefix-cls: #{$namespace}-login;
}
.module img {
width: 80px;
height: 80px;
width: 72px;
height: 72px;
margin-bottom: 16px;
object-fit: contain;
}
@@ -176,8 +176,8 @@ $prefix-cls: #{$namespace}-login;
background: linear-gradient(180deg, rgb(109 147 245 / 75%), rgb(7 38 111 / 75%));
img {
width: 140px;
height: 140px;
width: 130px;
height: 130px;
}
}

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' } },