提交
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<text class="form-label">骨龄(岁)</text>
|
<text class="form-label">骨龄(岁)</text>
|
||||||
<input
|
<input
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="text"
|
type="digit"
|
||||||
placeholder="请输入骨龄,精确到小数点后两位"
|
placeholder="请输入骨龄,精确到小数点后两位"
|
||||||
bindinput="inputBA"
|
bindinput="inputBA"
|
||||||
value="{{ba}}"
|
value="{{ba}}"
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<text class="form-label">实际年龄(岁)</text>
|
<text class="form-label">实际年龄(岁)</text>
|
||||||
<input
|
<input
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="text"
|
type="digit"
|
||||||
placeholder="请输入实际年龄,精确到小数点后两位"
|
placeholder="请输入实际年龄,精确到小数点后两位"
|
||||||
bindinput="inputCA"
|
bindinput="inputCA"
|
||||||
value="{{ca}}"
|
value="{{ca}}"
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<text class="form-label">IGF-1值</text>
|
<text class="form-label">IGF-1值</text>
|
||||||
<input
|
<input
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="text"
|
type="digit"
|
||||||
placeholder="请输入IGF-1检验值,精确到小数点后两位"
|
placeholder="请输入IGF-1检验值,精确到小数点后两位"
|
||||||
bindinput="inputIGF1"
|
bindinput="inputIGF1"
|
||||||
value="{{igf1}}"
|
value="{{igf1}}"
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
<text class="form-label">IGFBP-3值</text>
|
<text class="form-label">IGFBP-3值</text>
|
||||||
<input
|
<input
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="text"
|
type="digit"
|
||||||
placeholder="请输入IGFBP-3检验值,精确到小数点后两位"
|
placeholder="请输入IGFBP-3检验值,精确到小数点后两位"
|
||||||
bindinput="inputIGFBP3"
|
bindinput="inputIGFBP3"
|
||||||
value="{{igfbp3}}"
|
value="{{igfbp3}}"
|
||||||
|
|||||||
@@ -151,7 +151,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 28rpx;
|
font-size: 20rpx;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user