feat(M08-B): 补后台协作与结算详情
This commit is contained in:
@@ -255,6 +255,65 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dialog-stack {
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.detail-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid #e1e8f0;
|
||||
border-radius: 8px;
|
||||
background: #f5f8fb;
|
||||
}
|
||||
|
||||
.detail-header span {
|
||||
color: #60708a;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.member-form {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr) auto;
|
||||
gap: 10px;
|
||||
align-items: end;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.member-form .el-form-item {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.detail-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.detail-grid span {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
padding: 9px 10px;
|
||||
color: #60708a;
|
||||
font-size: 12px;
|
||||
border: 1px solid #e1e8f0;
|
||||
border-radius: 8px;
|
||||
background: #f5f8fb;
|
||||
}
|
||||
|
||||
.detail-grid strong {
|
||||
overflow: hidden;
|
||||
color: #18212f;
|
||||
font-size: 14px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.el-button {
|
||||
border-radius: 8px;
|
||||
}
|
||||
@@ -327,4 +386,9 @@ textarea {
|
||||
.preflight-meta {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.member-form,
|
||||
.detail-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user