fix: 移动端 filter-form 按钮垂直堆叠 (查找/重置不再叠在一起)

This commit is contained in:
guoju0808
2026-08-26 11:37:20 +00:00
parent 8ac3538341
commit a0f566eb38
+3
View File
@@ -816,6 +816,9 @@ watch(() => route.path + (route.query._t || ''), () => load())
.filter-form :deep(.el-form-item__content) {
margin-left: 0 !important;
line-height: 1.6 !important;
display: flex !important;
flex-direction: column !important;
gap: 8px !important;
}
/* 强制所有控件全宽, 覆盖 inline 260px / 140px / 120px */
.filter-form :deep(.el-select),