feat(M08-D): 补会员与员工用户管理
This commit is contained in:
@@ -1534,6 +1534,69 @@ textarea {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.people-page {
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.people-metrics,
|
||||
.member-detail-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.people-metrics span,
|
||||
.member-detail-grid span {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
padding: 14px;
|
||||
background: #fff;
|
||||
border: 1px solid #d8e0ea;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.people-metrics small,
|
||||
.member-detail-grid small {
|
||||
color: #69788c;
|
||||
}
|
||||
|
||||
.people-metrics strong,
|
||||
.member-detail-grid strong {
|
||||
color: #172033;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.people-toolbar h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.people-tabs {
|
||||
padding: 0 14px 14px;
|
||||
}
|
||||
|
||||
.people-filter-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
padding: 8px 0 14px;
|
||||
}
|
||||
|
||||
.tag-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.member-detail {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
.member-detail h4 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.el-button {
|
||||
border-radius: 8px;
|
||||
}
|
||||
@@ -1639,6 +1702,8 @@ textarea {
|
||||
|
||||
.payment-metrics,
|
||||
.third-party-metrics,
|
||||
.people-metrics,
|
||||
.member-detail-grid,
|
||||
.payment-tools-grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
@@ -1749,6 +1814,8 @@ textarea {
|
||||
|
||||
.payment-metrics,
|
||||
.third-party-metrics,
|
||||
.people-metrics,
|
||||
.member-detail-grid,
|
||||
.payment-tools-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@@ -1758,6 +1825,12 @@ textarea {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.people-filter-row > .el-input,
|
||||
.people-filter-row > .el-select,
|
||||
.people-filter-row > .el-button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.toolbar-actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user