提交 797d1712 编写于 作者: H hdx

contacts: 适配微信

上级 68054c7b
......@@ -16,7 +16,7 @@
</view>
<view class="form-item">
<text class="form-item-label">备注</text>
<textarea class="form-item-input" placeholder="备注" name="comment" maxlength="-1" />
<textarea class="form-item-input-comment" placeholder="备注" name="comment" maxlength="-1" />
</view>
<view class="form-item">
<text class="form-item-label">性别</text>
......@@ -93,6 +93,17 @@
}
.form-item-input {
flex: 1;
font-size: 14px;
color: #666;
border: 1px #e5e5e5 solid;
border-radius: 5px;
height: 34px;
padding-left: 8px;
padding-right: 8px;
}
.form-item-input-comment {
flex: 1;
font-size: 14px;
color: #666;
......
......@@ -19,7 +19,7 @@
</view>
<view class="form-item">
<text class="form-item-label">备注</text>
<textarea class="form-item-input" placeholder="备注" name="comment" maxlength="-1"
<textarea class="form-item-input-comment" placeholder="备注" name="comment" maxlength="-1"
:value="data[0].getString('comment')" />
</view>
<view class="form-item">
......@@ -143,6 +143,17 @@
}
.form-item-input {
flex: 1;
font-size: 14px;
color: #666;
border: 1px #e5e5e5 solid;
border-radius: 5px;
height: 34px;
padding-left: 8px;
padding-right: 8px;
}
.form-item-input-comment {
flex: 1;
font-size: 14px;
color: #666;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册