web-usercenter更新

This commit is contained in:
2025-10-17 16:12:29 +08:00
parent 13f2ab0f47
commit e0f4815d48
16 changed files with 1398 additions and 207 deletions

View File

@@ -226,22 +226,21 @@ watch(
background: white;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
padding: 24px;
// padding: 24px;
overflow-y: auto;
min-width: 0;
}
.content-wrapper-full {
flex: 1;
margin: 16px;
// margin: 16px;
}
.main-content-full {
background: white;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
padding: 24px;
min-height: calc(100vh - 64px - 48px);
height: calc(100vh - 76px);
}
</style>