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
+5
View File
@@ -0,0 +1,5 @@
allowBuilds:
'@parcel/watcher': set this to true or false
core-js: set this to true or false
esbuild: set this to true or false
vue-demi: set this to true or false
+10 -2
View File
@@ -454,17 +454,25 @@ function goSettings() {
// 菜单 // 菜单
.menu-section { .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 { .menu-item {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 14px; gap: 14px;
padding: 14px 0; padding: 15px 16px;
border-bottom: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border);
} }
.menu-item:last-child {
border-bottom: none;
}
.m-icon { .m-icon {
width: 34px; width: 34px;
height: 34px; height: 34px;
+1 -1
View File
@@ -239,7 +239,7 @@ function getSampleData() {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
padding: 0 16px 16px; padding: 0 0 16px;
} }
.trend-card { .trend-card {