|
@@ -223,7 +223,7 @@
|
|
|
content: "请登录后使用扫码充电",
|
|
|
showCancel: false,
|
|
|
success: () => {
|
|
|
- this.onShowRole = true
|
|
|
+ this.onShowRole = true
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/login/login?jpcode=jp_team51_charge_id:A_" + id
|
|
|
})
|
|
@@ -298,15 +298,19 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
padding: 14px 16px 0 0;
|
|
|
- height: 48px;
|
|
|
- line-height: 48px;
|
|
|
+ @include themeify{
|
|
|
+ height: themed('font-size18');
|
|
|
+ line-height: themed('font-size18');
|
|
|
+ }
|
|
|
+/* height: 48px;
|
|
|
+ line-height: 48px;*/
|
|
|
background-color: #fff;
|
|
|
border-bottom: 1px solid rgba(242, 242, 242, 100);
|
|
|
|
|
|
.detail-name {
|
|
|
margin-left: 16px;
|
|
|
@include themeify{
|
|
|
- line-height:themed('font-size2');
|
|
|
+ font-size:themed('font-size2');
|
|
|
height: themed('font-size5');
|
|
|
line-height: themed('font-size6');
|
|
|
}
|
|
@@ -322,7 +326,7 @@
|
|
|
line-height: 23px;*/
|
|
|
color: rgba(51, 51, 51, 100);
|
|
|
@include themeify{
|
|
|
- line-height:themed('font-size2');
|
|
|
+ font-size:themed('font-size2');
|
|
|
height: themed('font-size6');
|
|
|
line-height: themed('font-size6');
|
|
|
}
|
|
@@ -342,7 +346,7 @@
|
|
|
justify-content: space-between;
|
|
|
@include themeify{
|
|
|
height: themed('font-size19');
|
|
|
- line-height: themed('font-size199');
|
|
|
+ line-height: themed('font-size19');
|
|
|
}
|
|
|
/* height: 48px;
|
|
|
line-height: 48px;*/
|