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

@@ -77,12 +77,16 @@
.hint { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: #64748b; font-size: 13px; } .hint { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: #64748b; font-size: 13px; }
.table-wrap { .table-wrap {
min-height: 0; min-height: 400px;
margin-top: 10px; margin-top: 10px;
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;
border: 1px solid #edf2f7; border: 1px solid #edf2f7;
border-radius: 10px; border-radius: 10px;
background: linear-gradient(180deg, #fcfefd 0%, #f4f8f6 100%);
display: flex;
align-items: center;
justify-content: center;
} }
table { width: 100%; min-width: 1180px; border-collapse: collapse; table-layout: fixed; } table { width: 100%; min-width: 1180px; border-collapse: collapse; table-layout: fixed; }

View File

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

View File

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

View File

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