style(web): 更新审批中心、审计、员工管理、请求列表页面的样式文件,增加内边距和调整布局间距
This commit is contained in:
@@ -312,10 +312,14 @@
|
||||
.table-wrap {
|
||||
flex: 1 1 auto;
|
||||
position: relative;
|
||||
min-height: 0;
|
||||
min-height: 400px;
|
||||
overflow: auto;
|
||||
border: 1px solid #edf2f7;
|
||||
border-radius: 12px;
|
||||
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