feat(profile): 重构个人中心页面并优化日志模块
- 重构个人中心页面布局和样式 - 优化日志模块类型定义和页面展示 - 添加用户统计接口 - 更新环境配置切换到线上API # Conflicts: # .env.development # src/components/NoticeDropdown/useNotice.ts
This commit is contained in:
@@ -106,10 +106,10 @@ const formComponents = {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
min-height: 100vh;
|
||||
padding: clamp(1rem, 3vw, 2rem);
|
||||
overflow: hidden;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
background-color: #f5f7ff;
|
||||
|
||||
&::before {
|
||||
|
||||
Reference in New Issue
Block a user