운영 화면과 회기 리뷰 UI 갱신
This commit is contained in:
parent
e7ebb38177
commit
3a9f70a97b
18 changed files with 2210 additions and 137 deletions
|
|
@ -272,6 +272,64 @@
|
|||
font-size: 28px;
|
||||
}
|
||||
|
||||
.ad-cache {
|
||||
display: grid;
|
||||
gap: 5px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid var(--paper-2);
|
||||
}
|
||||
|
||||
.ad-cache span,
|
||||
.ad-cache small {
|
||||
color: var(--text-muted);
|
||||
font-size: var(--fs-xs);
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.ad-cache b {
|
||||
color: var(--text-strong);
|
||||
font-size: var(--fs-body);
|
||||
font-weight: 700;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.ad-cost-trend {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid var(--paper-2);
|
||||
}
|
||||
|
||||
.ad-cost-trend > span {
|
||||
color: var(--text-muted);
|
||||
font-size: var(--fs-xs);
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.ad-cost-trend > div {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.ad-cost-trend b {
|
||||
flex: 0 0 auto;
|
||||
color: var(--text-strong);
|
||||
font-family: var(--font-num);
|
||||
font-size: var(--fs-sm);
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.ad-cost-trend div span {
|
||||
min-width: 0;
|
||||
color: var(--text-muted);
|
||||
font-size: var(--fs-xs);
|
||||
line-height: 1.35;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ad-ticket-mini {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
|
|
@ -1113,6 +1171,24 @@
|
|||
gap: 4px 10px;
|
||||
}
|
||||
|
||||
.ad-ticket__dupes {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.ad-ticket .ad-ticket__dupes span {
|
||||
border: 1px solid var(--hair);
|
||||
border-radius: var(--radius-sm);
|
||||
padding: 3px 6px;
|
||||
background: var(--bg-app);
|
||||
color: var(--accent-deep);
|
||||
font-family: var(--font-num);
|
||||
font-size: var(--fs-xs);
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.ad-ticket span,
|
||||
.ad-ticket time {
|
||||
color: var(--text-muted);
|
||||
|
|
@ -1143,8 +1219,10 @@
|
|||
|
||||
.ad-ticket__actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
gap: 6px;
|
||||
max-width: 190px;
|
||||
}
|
||||
|
||||
.ad-ticket__actions .vg-btn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue