diff --git a/project.config.json b/project.config.json index 9896e7e..c834c52 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,7 @@ { "description": "A WePY project", "setting": { - "urlCheck": false, + "urlCheck": true, "es6": false, "postcss": false, "minified": false, diff --git a/src/components/invite-view.wpy b/src/components/invite-view.wpy index 0a3e8b5..7efa2d4 100644 --- a/src/components/invite-view.wpy +++ b/src/components/invite-view.wpy @@ -51,12 +51,20 @@ display: inline-block; margin-right: 20rpx; } + .invite-view .invite-main .main-close-btn { + position: absolute; + width: 40px; + height: 40px; + right: 10px; + top: 0; + }