feat(M08-D): 补团购与第三方平台运营
This commit is contained in:
@@ -1487,6 +1487,53 @@ textarea {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.third-party-page {
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.third-party-metrics {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.third-party-metrics span {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
padding: 14px;
|
||||
background: #fff;
|
||||
border: 1px solid #d8e0ea;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.third-party-metrics small {
|
||||
color: #69788c;
|
||||
}
|
||||
|
||||
.third-party-metrics strong {
|
||||
color: #172033;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.third-party-toolbar h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.third-party-tabs {
|
||||
padding: 0 14px 14px;
|
||||
}
|
||||
|
||||
.settings-preview {
|
||||
display: block;
|
||||
max-width: 320px;
|
||||
overflow: hidden;
|
||||
color: #526177;
|
||||
font-size: 11px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.el-button {
|
||||
border-radius: 8px;
|
||||
}
|
||||
@@ -1591,6 +1638,7 @@ textarea {
|
||||
}
|
||||
|
||||
.payment-metrics,
|
||||
.third-party-metrics,
|
||||
.payment-tools-grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
@@ -1700,6 +1748,7 @@ textarea {
|
||||
}
|
||||
|
||||
.payment-metrics,
|
||||
.third-party-metrics,
|
||||
.payment-tools-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user