feat(addMember): 添加用户页改造,员工/家庭双tab + 员工编号查询表单
- 顶部胶囊式 tabs(员工/家庭用户)切换 - 员工 tab:员工编号输入 + 确认查询 → 回填用户信息 → 补充身高体重 - 家庭 tab:待实现 - 表单宽度调整为 100% 自适应 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
fd93f37d72
commit
57950bd7c2
@@ -134,7 +134,7 @@
|
||||
/* 输入框 + 后缀容器(身高 cm / 体重 kg) */
|
||||
.form-input-wrap {
|
||||
position: relative;
|
||||
width: 630rpx;
|
||||
width: 100%;
|
||||
|
||||
.form-input-with-suffix {
|
||||
padding-right: 80rpx;
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
/* 只读区域(单位 / 性别 / 年龄 / 出生年月) */
|
||||
.form-readonly {
|
||||
width: 630rpx;
|
||||
width: 100%;
|
||||
height: 88rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 0 24rpx;
|
||||
|
||||
Reference in New Issue
Block a user