添加模块文件

This commit is contained in:
linxd
2025-06-18 22:04:33 +08:00
parent 73db059e7d
commit 0b2891a0e3
23 changed files with 1207 additions and 283 deletions

View File

@ -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;
}
}
}
}