fix 修复 样式问题

This commit is contained in:
疯狂的狮子Li
2026-05-13 13:44:12 +08:00
parent 44c1c6a91c
commit 4311a09056
2 changed files with 35 additions and 3 deletions
+27 -3
View File
@@ -4,7 +4,7 @@
display: flex;
flex-wrap: wrap;
gap: 10px 14px;
align-items: end;
align-items: center;
}
.query-form .el-form-item {
@@ -12,7 +12,7 @@
margin-bottom: 0;
margin-right: 0;
display: flex;
align-items: flex-end;
align-items: center;
min-width: 0;
}
@@ -22,7 +22,7 @@
.query-form .el-form-item:last-child {
margin-left: auto;
align-self: end;
align-self: center;
}
.query-form .el-form-item:last-child .el-form-item__content {
@@ -42,6 +42,21 @@
margin-left: 0 !important;
}
.query-form .el-form-item[style*='width: 308px'] {
width: auto !important;
min-width: 376px;
}
.query-form .el-form-item[style*='width: 308px'] .el-form-item__content {
flex: 0 0 308px;
min-width: 308px;
}
.query-form .el-form-item[style*='width: 308px'] .el-date-editor.el-range-editor {
width: 308px;
min-width: 308px;
}
.query-form .el-input__wrapper,
.query-form .el-select__wrapper,
.query-form .el-textarea__inner,
@@ -75,6 +90,15 @@
width: 100%;
}
.query-form .el-form-item[style*='width: 308px'] {
min-width: 0;
}
.query-form .el-form-item[style*='width: 308px'] .el-form-item__content {
flex: 1 1 auto;
min-width: 0;
}
.query-form .el-input,
.query-form .el-select,
.query-form .el-date-editor,
@@ -18,7 +18,15 @@
margin-bottom: 0 !important;
}
.search-panel,
.table-panel {
transform: translateZ(0);
backface-visibility: hidden;
}
.search-panel {
isolation: isolate;
.el-card__header {
display: block;
padding: 12px 16px !important;