feat(wms): 新增分卷操作页面和通用操作面板组件

refactor(wms): 移除操作卡片的多余加载状态
style(login): 调整记住密码复选框的边距
style(element-ui): 修改表单项底部边距为变量
This commit is contained in:
砂糖
2025-11-20 13:29:02 +08:00
parent f2b754126c
commit 5bfa264021
6 changed files with 1038 additions and 4 deletions

View File

@@ -590,7 +590,8 @@ body {
// ---------------------- 3.3 表单/输入(金属内阴影 + 统一高度)----------------------
// 表单项布局
.el-form-item {
margin-bottom: 0 !important;
// margin-bottom: 0 !important;
margin-bottom: $--form-item-margin !important;
margin-right: 4px;
font-size: 12px;