2025-06-23 19:15:13 +08:00
|
|
|
// 任务详情相关样式
|
|
|
|
.taskDetail {
|
|
|
|
padding: 16px;
|
|
|
|
|
|
|
|
.detailItem {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
|
|
|
.label {
|
|
|
|
font-weight: 500;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2025-06-18 22:04:33 +08:00
|
|
|
|
2025-06-23 08:33:14 +08:00
|
|
|
.supplierTaskManageContainer {
|
2025-06-23 19:15:13 +08:00
|
|
|
.filterActionRow {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 16px;
|
2025-06-18 22:04:33 +08:00
|
|
|
|
2025-06-23 19:15:13 +08:00
|
|
|
.filterForm {
|
|
|
|
flex: 1;
|
2025-06-18 22:04:33 +08:00
|
|
|
|
2025-06-23 19:15:13 +08:00
|
|
|
.filterBtns {
|
|
|
|
margin-right: 0;
|
2025-06-18 22:04:33 +08:00
|
|
|
|
2025-06-23 19:15:13 +08:00
|
|
|
button {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2025-06-18 22:04:33 +08:00
|
|
|
}
|
2025-06-23 19:15:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.rightButtons {
|
|
|
|
display: flex;
|
2025-06-18 22:04:33 +08:00
|
|
|
|
2025-06-23 19:15:13 +08:00
|
|
|
button {
|
|
|
|
margin-left: 8px;
|
2025-06-18 22:04:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2025-06-23 19:15:13 +08:00
|
|
|
|
|
|
|
.contentArea {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 16px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2025-06-18 22:04:33 +08:00
|
|
|
}
|