fix: trend页边距与page-layout统一(移除多余16px)+profile菜单白底卡片样式

This commit is contained in:
Yuzhiran Dev
2026-07-12 12:43:41 +08:00
parent 48690e7724
commit 1c70e89ab8
3 changed files with 16 additions and 3 deletions
+10 -2
View File
@@ -454,17 +454,25 @@ function goSettings() {
// 菜单
.menu-section {
border-top: 1px solid var(--glass-border);
background: var(--glass-bg);
border: 1px solid var(--glass-border);
border-radius: var(--radius-lg);
overflow: hidden;
margin-bottom: 20px;
}
.menu-item {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 0;
padding: 15px 16px;
border-bottom: 1px solid var(--glass-border);
}
.menu-item:last-child {
border-bottom: none;
}
.m-icon {
width: 34px;
height: 34px;
+1 -1
View File
@@ -239,7 +239,7 @@ function getSampleData() {
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding: 0 16px 16px;
padding: 0 0 16px;
}
.trend-card {