modify
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m13s

This commit is contained in:
sexygoat
2026-04-02 13:42:57 +08:00
parent 411206e039
commit 8df7024a45
83 changed files with 1830 additions and 1865 deletions

View File

@@ -132,10 +132,10 @@
.card-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
align-items: center;
justify-content: space-between;
.header-left {
display: flex;
@@ -220,7 +220,7 @@
}
}
@media (max-width: 768px) {
@media (width <= 768px) {
.active-wechat-config-widget {
.card-header {
.header-left,

View File

@@ -151,8 +151,8 @@
.stats-container {
display: flex;
gap: 16px;
flex-wrap: wrap;
gap: 16px;
}
.stat-card-wrapper {
@@ -171,6 +171,7 @@
.stat-icon {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: 40px;
@@ -178,7 +179,6 @@
font-size: 20px;
color: white;
border-radius: 8px;
flex-shrink: 0;
}
.stat-content {
@@ -193,10 +193,10 @@
}
.stat-value {
overflow: hidden;
font-size: 18px;
font-weight: 600;
color: var(--el-text-color-primary);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@@ -204,7 +204,7 @@
}
}
@media (max-width: 1400px) {
@media (width <= 1400px) {
.commission-summary-widget {
.stats-container {
gap: 12px;
@@ -224,7 +224,7 @@
}
}
@media (max-width: 1200px) {
@media (width <= 1200px) {
.commission-summary-widget {
.stat-card-wrapper {
flex: 1 1 calc(33.333% - 12px);
@@ -233,7 +233,7 @@
}
}
@media (max-width: 768px) {
@media (width <= 768px) {
.commission-summary-widget {
.stats-container {
gap: 12px;
@@ -246,7 +246,7 @@
}
}
@media (max-width: 480px) {
@media (width <= 480px) {
.commission-summary-widget {
.stat-card-wrapper {
flex: 1 1 100%;

View File

@@ -117,10 +117,10 @@
.card-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
align-items: center;
justify-content: space-between;
.header-left {
display: flex;
@@ -205,7 +205,7 @@
}
}
@media (max-width: 768px) {
@media (width <= 768px) {
.withdrawal-settings-widget {
.card-header {
.header-left,