添加模块文件
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user