fix:修改bug: 虚流量关闭的时候还是显示了
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m46s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m46s
This commit is contained in:
@@ -691,6 +691,8 @@
|
||||
|
||||
.single-card-page {
|
||||
padding: 20px;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
|
||||
// 资产查询卡片
|
||||
.search-card {
|
||||
@@ -828,11 +830,14 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
min-width: 0;
|
||||
|
||||
// 行布局
|
||||
.row {
|
||||
display: flex;
|
||||
gap: 24px;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
|
||||
&.full-width {
|
||||
.info-card {
|
||||
@@ -900,13 +905,15 @@
|
||||
// 信息卡片通用样式
|
||||
.info-card {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
|
||||
:deep(.el-card__header) {
|
||||
padding: 20px 24px 16px;
|
||||
|
||||
.card-header {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
.card-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: 16px;
|
||||
@@ -1296,6 +1303,8 @@
|
||||
}
|
||||
|
||||
.wallet-table-wrapper {
|
||||
overflow-x: auto;
|
||||
|
||||
.wallet-table {
|
||||
:deep(.el-table__header) {
|
||||
th {
|
||||
@@ -1363,6 +1372,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.empty-state-card,
|
||||
.empty-state {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
:deep(.el-pagination) {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.traffic-info .traffic-overview {
|
||||
.progress-stats {
|
||||
flex-direction: column;
|
||||
@@ -1381,6 +1399,22 @@
|
||||
}
|
||||
|
||||
@media (width <= 480px) {
|
||||
padding: 10px;
|
||||
|
||||
.main-content-layout {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.info-card {
|
||||
:deep(.el-card__body) {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
:deep(.el-card__header) {
|
||||
padding: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.traffic-info .traffic-overview {
|
||||
.progress-percentage {
|
||||
font-size: 20px;
|
||||
|
||||
Reference in New Issue
Block a user