陈剑华

feat: 0530紧急ui bug

... ... @@ -21,7 +21,7 @@ export enum HostEnum {
* 环境host管理工具类
*/
export class HostManager {
private static _hostUrl: HostEnum = HostEnum.HOST_PRODUCT;
private static _hostUrl: HostEnum = HostEnum.HOST_UAT;
static changeHost(host: HostEnum) {
HostManager._hostUrl = host;
... ...
... ... @@ -34,7 +34,7 @@ export struct ZhSingleRow02 {
edgeAnimation() {
if (this.moreWidth < this.initMoreWidth * 3) {
if (!this.moreTips) {
this.moreTips = '查看更多';
this.moreTips = '查看 ';
}
this.moreWidth = this.moreWidth + 2
}
... ... @@ -233,6 +233,7 @@ struct CreatorItem {
.textOverflow({overflow: TextOverflow.Ellipsis})
.width(140)
.margin({bottom: 8})
.height(42)
}
}
.width(156)
... ...
... ... @@ -130,6 +130,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.margin({ top: 8 })
.width(150)
.lineHeight(19)
.height(42)
}
.padding({ right: 16 })
// .offset({x:16})
... ...
... ... @@ -152,6 +152,7 @@ export struct LiveHorizontalCardComponent {
.textAlign(TextAlign.Start)
.margin({ top: 8 })
.width(this.compDTO.operDataList.length == 2 ? 210 : 150)
.height(42)
}
.padding({ right: 16 })
.onClick(() => {
... ...