diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue index 0016dcf..93e6b65 100644 --- a/pages/notice/detail.vue +++ b/pages/notice/detail.vue @@ -232,7 +232,7 @@ - + @@ -381,7 +381,6 @@ }, onShow() { - this.$refs.popupNew.open('center') console.log(366); if (null != getJSONData(constant.userInfo)) { this.userInfo = getJSONData(constant.userInfo) @@ -1099,6 +1098,7 @@ flex-direction: column; border-radius: 20rpx; background-color: white; + max-width: 600rpx; image { width: 80rpx; @@ -1110,6 +1110,7 @@ margin: auto; border-radius: 0 0 20rpx 20rpx; margin-top: 10rpx; + font-size: 36rpx; width: 100%; background-color: #FC1F3E; color: white;