fix: 移动端按钮组对齐 (block + margin reset, 查找重置不再偏移)

This commit is contained in:
guoju0808
2026-08-26 11:39:01 +00:00
parent a0f566eb38
commit ce26361b30
2 changed files with 9 additions and 4 deletions
-3
View File
@@ -816,9 +816,6 @@ 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),