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

contacts: 适配微信

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