隐藏搜索条件

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));
}