💄 修改表单宽度.

This commit is contained in:
lijiahang
2024-03-08 13:42:54 +08:00
parent 4cef9b358e
commit b392ddf0e7
28 changed files with 80 additions and 87 deletions

View File

@@ -112,11 +112,21 @@
}
.card-filter-wrapper {
padding: 18px 24px 14px 24px;
}
padding: 18px 24px;
.card-filter-form {
padding: 0 4px;
.card-filter-form {
width: 320px;
}
.card-filter-container {
display: flex;
flex-direction: column;
.card-filter-footer {
display: flex;
justify-content: flex-end;
}
}
}
.card-header-icon-wrapper {