Showing
2 changed files
with
3 additions
and
4 deletions
| @@ -21,7 +21,7 @@ export enum HostEnum { | @@ -21,7 +21,7 @@ export enum HostEnum { | ||
| 21 | * 环境host管理工具类 | 21 | * 环境host管理工具类 |
| 22 | */ | 22 | */ |
| 23 | export class HostManager { | 23 | export class HostManager { |
| 24 | - private static _hostUrl: HostEnum = HostEnum.HOST_PRODUCT; | 24 | + private static _hostUrl: HostEnum = HostEnum.HOST_UAT; |
| 25 | 25 | ||
| 26 | static changeHost(host: HostEnum) { | 26 | static changeHost(host: HostEnum) { |
| 27 | HostManager._hostUrl = host; | 27 | HostManager._hostUrl = host; |
| @@ -143,10 +143,9 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -143,10 +143,9 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 143 | .textAlign(TextAlign.Start) | 143 | .textAlign(TextAlign.Start) |
| 144 | .margin({ top: 8 }) | 144 | .margin({ top: 8 }) |
| 145 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) | 145 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) |
| 146 | - .lineHeight(19) | ||
| 147 | .lineHeight(21) | 146 | .lineHeight(21) |
| 148 | } | 147 | } |
| 149 | - .height(134) | 148 | + .height(this.compDTO.operDataList.length == 2 ? 190 : 150) |
| 150 | .padding({ right: 16 }) | 149 | .padding({ right: 16 }) |
| 151 | // .offset({x:16}) | 150 | // .offset({x:16}) |
| 152 | .onClick(() => { | 151 | .onClick(() => { |
| @@ -218,7 +217,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -218,7 +217,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 218 | left: $r('app.float.card_comp_pagePadding_lf'), | 217 | left: $r('app.float.card_comp_pagePadding_lf'), |
| 219 | right: $r('app.float.card_comp_pagePadding_lf'), | 218 | right: $r('app.float.card_comp_pagePadding_lf'), |
| 220 | top: $r('app.float.card_comp_pagePadding_tb'), | 219 | top: $r('app.float.card_comp_pagePadding_tb'), |
| 221 | - bottom: $r('app.float.card_comp_pagePadding_tb') | 220 | + bottom: 6 |
| 222 | }) | 221 | }) |
| 223 | .backgroundColor($r("app.color.white")) | 222 | .backgroundColor($r("app.color.white")) |
| 224 | // .backgroundColor($r("app.color.color_FE4B05")) | 223 | // .backgroundColor($r("app.color.color_FE4B05")) |
-
Please register or login to post a comment