fix(工作报告): 修复工作报告存在的若干问题。
feat(加班申请): 支持批量审批。
This commit is contained in:
@@ -998,12 +998,20 @@ function notifyTitleSaved(item: WorkItem) {
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
position: sticky;
|
||||
z-index: 5;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 10px;
|
||||
margin-top: auto;
|
||||
margin-bottom: 0;
|
||||
padding: 14px 20px;
|
||||
border-top: 1px solid #d8e0e8;
|
||||
background: #fff;
|
||||
border-bottom-left-radius: 18px;
|
||||
border-bottom-right-radius: 18px;
|
||||
background: #f5f7fa;
|
||||
box-shadow: 0 -8px 18px rgba(15, 23, 42, 0.06);
|
||||
}
|
||||
|
||||
.approval-form-actions {
|
||||
|
||||
Reference in New Issue
Block a user