登录和首页修改
This commit is contained in:
parent
eae5281682
commit
db76832051
|
|
@ -196,7 +196,7 @@ export default {
|
|||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
color: #999;
|
||||
width: 52%;
|
||||
width: 66%;
|
||||
}
|
||||
.login-paddingtop {
|
||||
padding-top: 100upx;
|
||||
|
|
|
|||
|
|
@ -80,7 +80,8 @@
|
|||
<view class="bot_mid">
|
||||
<view class="bot_mid_left"
|
||||
:class="{'bot_mid_lefts':item.type == 2 || item.type == 0}">
|
||||
{{ (item.value !== null && item.value !== undefined && item.value !== '' && !isNaN(item.value)) ? item.value + (item.unit || '') : '0' }}{{ item.unit }}
|
||||
{{ (item.value !== null && item.value !== undefined && item.value !== '' && !isNaN(item.value)) ? item.value + (item.unit || '') : '0' }}
|
||||
<!-- {{ item.unit }} -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="bot_rig" v-if="item.times">
|
||||
|
|
|
|||
Loading…
Reference in New Issue