style(web): 更新审批中心、审计、员工管理、请求列表页面的样式文件,增加内边距和调整布局间距
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user