fix: 新增代理系列授权-建议售价使用套餐
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s

This commit is contained in:
sexygoat
2026-06-12 10:41:37 +08:00
parent d23e896f97
commit e04a283319
98 changed files with 4279 additions and 6170 deletions

View File

@@ -421,8 +421,8 @@
@media (width <= 1200px) {
.wallet-header {
align-items: flex-start;
flex-direction: column;
align-items: flex-start;
.header-left,
.filter-section {
@@ -437,8 +437,8 @@
@media (width <= 768px) {
.wallet-header {
align-items: stretch;
flex-direction: column;
align-items: stretch;
.header-left,
.filter-section {
@@ -446,8 +446,8 @@
}
.filter-section {
align-items: stretch;
flex-direction: column;
align-items: stretch;
:deep(.el-select),
:deep(.el-date-editor),
@@ -462,9 +462,9 @@
}
.header-left {
align-items: flex-start;
flex-direction: column;
gap: 6px;
align-items: flex-start;
.wallet-divider {
display: none;
@@ -490,9 +490,9 @@
@media (width <= 480px) {
.wallet-table-wrapper {
padding: 0 12px;
margin-right: -12px;
margin-left: -12px;
padding: 0 12px;
}
}
}