feat(miniprogram): 血压录入跳焦 + 历史参考值 (U2-2)
- 收缩压 onConfirm 自动聚焦到舒张压输入框 - 显示上次血压测量值作为参考 - 新增 .input-field-ref 样式
This commit is contained in:
@@ -149,6 +149,12 @@
|
||||
margin-bottom: var(--tk-gap-xs);
|
||||
}
|
||||
|
||||
.input-field-ref {
|
||||
color: var(--tk-text-secondary);
|
||||
font-size: var(--tk-font-cap);
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.input-bp-divider {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user