用户列表

This commit is contained in:
仲么了
2024-01-19 16:30:46 +08:00
parent f8d9dd4183
commit ac96d0365a
4 changed files with 280 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ body,
}
.cn-operate-dialog .el-form--inline {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.ba-operate-form {
padding-top: 20px;
@@ -254,4 +254,4 @@ body,
display: flex;
padding: 13px 15px;
align-items: center;
}
}