2025-06-18 22:04:33 +08:00
|
|
|
|
|
2025-06-23 08:33:14 +08:00
|
|
|
|
.supplierTaskManageContainer {
|
2025-06-18 22:04:33 +08:00
|
|
|
|
// 使用公共容器样式,不需要重复定义padding和background-color
|
|
|
|
|
|
2025-06-23 08:33:14 +08:00
|
|
|
|
.taskDetail {
|
2025-06-18 22:04:33 +08:00
|
|
|
|
padding: 16px;
|
|
|
|
|
|
2025-06-23 08:33:14 +08:00
|
|
|
|
.detailItem {
|
2025-06-18 22:04:33 +08:00
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
|
|
|
|
|
.label {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|