From 7633d97b4f51cb6fc0608b77c174cf6d90b814df Mon Sep 17 00:00:00 2001 From: wangjw <wangjw@dbc-healthcare.com> Date: Fri, 17 Apr 2020 18:36:48 +0800 Subject: [PATCH] bugfix --- pages/yuepay/yuepay.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/yuepay/yuepay.vue b/pages/yuepay/yuepay.vue index 9b61ace..2334c80 100644 --- a/pages/yuepay/yuepay.vue +++ b/pages/yuepay/yuepay.vue @@ -13,6 +13,7 @@ <view class="money"> <text>璐︽埛浣欓锛�</text> <text style="color: #8F99A7;">锟{money}}</text> + <text class="tips">涓嶅寘鍚剑閲�</text> </view> </view> <view class="password_content"> @@ -108,6 +109,7 @@ height: 40rpx; line-height: 40rpx; margin-bottom: 20rpx; + position: relative; } } } @@ -170,4 +172,9 @@ color: rgba(0,0,0,.5); background-color: #dcb14d; } + .tips { + color: #8F99A7; + position: absolute; + right: 0; + } </style> -- 2.18.1