This commit is contained in:
2025-10-20 21:06:59 +08:00
parent 2b1dd4c6a5
commit 1df5854201

View File

@@ -258,6 +258,10 @@ onMounted(() => {
margin-bottom: 20px; margin-bottom: 20px;
} }
.filter-form .el-form-item {
min-width: 220px; /* 增加最小宽度 */
}
.el-card { .el-card {
border: none; border: none;
} }