style(web): 更新审批中心、审计、员工管理、请求列表、差旅报销创建、差旅请求详情等页面的样式文件

This commit is contained in:
caoxiaozhu
2026-05-14 09:33:03 +00:00
parent bac3f00ae4
commit f9f91380ad
6 changed files with 208 additions and 71 deletions

View File

@@ -318,12 +318,19 @@
border-radius: 12px;
background: linear-gradient(180deg, #fcfefd 0%, #f4f8f6 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.table-wrap table {
width: 100%;
align-self: flex-start;
}
.table-state,
.detail-inline-state {
width: 100%;
min-height: 220px;
display: grid;
place-items: center;
@@ -331,6 +338,7 @@
padding: 28px 24px;
text-align: center;
color: #64748b;
align-self: center;
}
.detail-inline-state {