feat: 投放账户管理

This commit is contained in:
rd
2025-07-02 15:30:13 +08:00
parent 8ef31e82e2
commit f35dd2dfa9
59 changed files with 521 additions and 412 deletions

View File

@ -15,7 +15,7 @@
.filter-wrap {
.top {
.title {
font-family: 'Alibaba PuHuiTi';
font-family: 'PuHuiTi-Medium';
font-style: normal;
}
:deep(.arco-btn) {
@ -29,7 +29,7 @@
border-radius: 2px;
background: #f0edff;
.label {
font-family: 'Alibaba PuHuiTi';
font-family: 'PuHuiTi-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
@ -41,12 +41,6 @@
color: #211f24;
}
}
&.abnormal {
background: #ffe7e4;
.label {
color: #211f24;
}
}
.err-btn {
background-color: #f64b31 !important;
color: var(--BG-white, #fff);
@ -60,7 +54,7 @@
padding: 0;
cursor: pointer;
color: var(--Brand-Brand-6, #6d4cfe);
font-family: 'Alibaba PuHuiTi';
font-family: 'PuHuiTi-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
@ -69,7 +63,7 @@
margin-right: 16px;
}
&.red {
color: #F64B31;
color: #f64b31;
}
}
}
@ -82,7 +76,6 @@
padding: 16px 24px;
justify-content: flex-end;
align-items: center;
}
}
}