Commit 63c47622 authored by 吴俊凯's avatar 吴俊凯

bug修改提交

parent 0bf14fc7
......@@ -93,7 +93,7 @@ export const FscSerUrl = {
//*******************************************************************************
// 巡检业务
//*******************************************************************************
fetchCheckDetailById: completePrefix(patrolURI, 'patrol/api/spc/check-detail'), //根据ID查询巡检记录详情
fetchCheckDetailById: completePrefix(patrolURI, 'api/spc/check-detail'), //根据ID查询巡检记录详情
fetchCheckInputById: completePrefix(patrolURI, 'api/spc/check-input'), //根据ID查询巡检记录项
fetchUserByPd: completePrefix(patrolURI, 'api/spc/check-user'),//巡检人员查询
fetchCheckInfoByPd: completePrefix(patrolURI, 'api/spc/check-info/list'),//巡检记录查询
......
......@@ -37,7 +37,7 @@
border-left: 1px solid #1f5383;
}
.ant-table-fixed-header .ant-table-body >table {
.ant-table-fixed-header .ant-table-body > table {
border-left: 1px solid #1f5383;
}
......@@ -1565,3 +1565,6 @@ li.ant-calendar-time-picker-select-option-selected {
padding-left: 10px;
color: white;
}
.ant-table-bordered .ant-table-body > table {
border: 1px solid #1f5383 !important;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment