diff --git a/package.json b/package.json index 8b55ed63..55dffad4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build:app-plus:dev": "uni build -p app-plus --mode development", "build:app-plus:sit": "uni build -p app-plus --mode sit", "build:app-plus:uat": "uni build -p app-plus --mode uat", - "build:app-plus": "uni build -p app-plus", + "build:app-plus:prod": "uni build -p app-plus", "build:h5": "uni build" }, "dependencies": { diff --git a/src/pages/courseDetail/components/comment.vue b/src/pages/courseDetail/components/comment.vue index dde2ad79..a2ddf35e 100644 --- a/src/pages/courseDetail/components/comment.vue +++ b/src/pages/courseDetail/components/comment.vue @@ -65,7 +65,10 @@ - + + + 这里什么都没有 + @@ -244,11 +247,20 @@ .empty_message_div { display: flex; justify-content: center; + align-items: center; padding: 80rpx 0; - + flex-direction: column; .img { - width: 288rpx; - height: 276rpx; + width: 20vw; + // height: 276rpx; + } + .text{ + margin-top: 24rpx; + font-weight: 400; + font-size: 29rpx; + color: #999999; + text-align: center; + font-style: normal; } } diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 0a84c153..f68a2b2b 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -46,7 +46,7 @@ - + @@ -731,7 +731,7 @@ .profile { width: 278rpx; - height: 370rpx; + // height: 370rpx; } } diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index 6e97505e..0f277532 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -17,9 +17,9 @@ 账号 - + 密码 -