24 lines
382 B
Plaintext
24 lines
382 B
Plaintext
![]() |
|
|||
|
.supplier-task-manage-container {
|
|||
|
// 使用公共容器样式,不需要重复定义padding和background-color
|
|||
|
|
|||
|
.task-detail {
|
|||
|
padding: 16px;
|
|||
|
|
|||
|
.detail-item {
|
|||
|
margin-bottom: 16px;
|
|||
|
line-height: 22px;
|
|||
|
|
|||
|
.label {
|
|||
|
font-weight: bold;
|
|||
|
margin-right: 8px;
|
|||
|
color: #666;
|
|||
|
}
|
|||
|
|
|||
|
.content {
|
|||
|
color: #333;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|