Commit 6a7817c6 by 李静静

多人的样式修改

parent 84967a6a
......@@ -89,6 +89,7 @@
wx:if="{{item.type===2}}"
plugid='{{item.uniq_code}}'
bind:completemessage="contactComplete"
class="contact-cell"
/>
</view>
</view>
......
......@@ -190,7 +190,17 @@
}
.cell--messagecard{
width: 100%;
height: 100%;
height: 100%!important;
}
.contact-cell{
height:100%;
}
.cell--wrapper{
height: 100%
}
.cell--button_primary{
width: 100%!important;
height: 100%!important;
}
.modal-item-title{
color: #3396FF;
......@@ -205,4 +215,4 @@
color: #282828;
font-size: 32rpx;
word-break: break-all;
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment