This commit is contained in:
仲么了
2024-01-22 19:56:30 +08:00
parent 4f285a61e5
commit 2dc9a788ed
4 changed files with 81 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ body,
.cn-operate-dialog .el-form--inline {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
grid-gap: 10px;
grid-gap: 20px 10px;
width: calc(100% - 1px);
.el-form-item {