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

@@ -85,10 +85,16 @@
border-radius: 10px;
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 { width: 100%; min-width: 1180px; border-collapse: collapse; table-layout: fixed; }
th, td {