封装评查点的相关接口,完成评查点列表的简单搜索和查询

This commit is contained in:
2025-04-02 19:17:44 +08:00
parent 706cea8705
commit 2bde2bd76e
41 changed files with 11174 additions and 609 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
}
.ant-btn-primary {
@apply bg-[#00684a] text-white hover:bg-[#005a3f] focus:ring-[#00684a];
@apply bg-[#00684a] text-white hover:bg-[#005a3f] focus:ring-[#00684a] hover:text-white;
}
.ant-btn-default {
+6 -27
View File
@@ -69,42 +69,21 @@
border-collapse: collapse;
}
.rules-page .ant-table th {
background-color: #f9f9f9;
font-weight: 500;
padding: 10px;
text-align: center;
border-bottom: 1px solid #e9ecef;
color: #333;
font-size: 14px;
}
.rules-page .ant-table td {
padding: 10px;
border-bottom: 1px solid #e9ecef;
font-weight: 400;
text-align: center;
vertical-align: middle;
font-size: 14px;
}
.rules-page .ant-table tr:hover {
background-color: rgba(0, 0, 0, 0.02);
}
/* 使用Table组件时的样式 */
.rules-page .rules-table th {
text-align: center !important;
/* 评查点编码列自动换行 */
.rules-page .rules-table .break-all {
word-break: break-all;
white-space: normal;
}
.rules-page .rules-table td {
text-align: center !important;
}
.rules-page .ant-table .status-column {
text-align: center;
width: 80px;
}
/* 表格操作列样式 */
.rules-page .operations-cell {