fix(fe): 修社区图片撑破网格;发帖限 3 张;上传偶发失败自动重试 #5
Reference in New Issue
Block a user
Delete Branch "feat/dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
共用输入样式 .input,input,textarea,.picker-box 里的 display:flex+ align-items:center 是给单行 input 竖向居中的,但选择器带了 textarea, 导致所有多行输入的占位/光标被竖向居中、不从第一行开始。加一条 textarea{display:block} 恢复顶部对齐,一处修计划备注/记录描述/体重描述/评论。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>