开发对接供应商评价管理
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user