feat: 更新组件样式和功能,优化路由链接和用户体验

refactor: 重构组件模板,统一使用相对路径和内部路由

style: 调整CSS样式,修复布局和间距问题

fix: 修复投票和offer组件链接错误问题

chore: 添加新图片资源并更新相关引用路径

perf: 移除调试日志,优化页面加载性能

docs: 更新组件注释和文档说明

test: 更新测试用例以适配新功能

ci: 调整构建配置以支持新资源文件

build: 更新依赖项以兼容新功能
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-03 19:20:55 +08:00
parent 7bdeff17f6
commit 671732d277
45 changed files with 390 additions and 197 deletions

View File

@@ -16,11 +16,30 @@
padding-top: 39px;
padding-bottom: 38px;
margin-right: 20px;
.avatar {
width: 120px;
height: 120px;
border-radius: 8px;
.avatar-box {
position: relative;
margin-bottom: 20px;
.avatar {
width: 120px;
height: 120px;
border-radius: 8px;
}
.pen-box {
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ffffff;
cursor: pointer;
position: absolute;
right: 3px;
bottom: 3px;
.pen-icon {
width: 16px;
height: 16px;
}
}
}
.name-area {