style(web): 更新审批中心、审计、员工管理、请求列表页面的样式文件,增加内边距和调整布局间距

This commit is contained in:
caoxiaozhu
2026-05-14 07:16:35 +00:00
parent 4a72b977ba
commit 7df62edb78
4 changed files with 20 additions and 4 deletions

View File

@@ -283,12 +283,16 @@
}
.table-wrap {
min-height: 0;
min-height: 400px;
margin-top: 10px;
overflow-x: auto;
overflow-y: auto;
border: 1px solid #edf2f7;
border-radius: 10px;
background: linear-gradient(180deg, #fcfefd 0%, #f4f8f6 100%);
display: flex;
align-items: center;
justify-content: center;
}
.table-state {