开发对接供应商评价管理

This commit is contained in:
linxd
2025-06-23 19:15:13 +08:00
parent 402d3dd575
commit b9bbc906bf
35 changed files with 5288 additions and 621 deletions

View File

@ -1,23 +1,51 @@
// 任务详情相关样式
.taskDetail {
padding: 16px;
.supplierTaskManageContainer {
// 使用公共容器样式不需要重复定义padding和background-color
.detailItem {
margin-bottom: 12px;
.taskDetail {
padding: 16px;
.label {
font-weight: 500;
margin-right: 8px;
}
.detailItem {
margin-bottom: 16px;
line-height: 22px;
.label {
font-weight: bold;
margin-right: 8px;
color: #666;
}
.content {
color: #333;
}
.content {
color: rgba(0, 0, 0, 0.65);
}
}
}
.supplierTaskManageContainer {
.filterActionRow {
display: flex;
justify-content: space-between;
margin-bottom: 16px;
.filterForm {
flex: 1;
.filterBtns {
margin-right: 0;
button {
margin-right: 8px;
}
}
}
.rightButtons {
display: flex;
button {
margin-left: 8px;
}
}
}
.contentArea {
background-color: #fff;
padding: 16px;
border-radius: 2px;
}
}