From e3d6564aeeafe1bc83ac25b5e95cf8d4050e4334 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 26 Mar 2019 14:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E5=BC=B9=E7=AA=97=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/components/invite-view.wpy | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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; + }