From 939ecffa11b888624943d4fc8762d56d6d7b162d Mon Sep 17 00:00:00 2001 From: liuminjian Date: Thu, 31 Mar 2022 16:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=96=B0=E5=A2=9E=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- image/index/setup.png | Bin 0 -> 467 bytes pages/index/index.wxml | 1 + pages/index/index.wxss | 9 +++++++++ project.config.json | 8 ++++---- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 image/index/setup.png diff --git a/image/index/setup.png b/image/index/setup.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8fc5f9459fe301bf39507e5e8a8728b6a501fe GIT binary patch literal 467 zcmV;^0WAKBP)< zfKY+i=h@Q;4;lDCGdHqUr`6u-oF=2u_x+WijiOTArj%Mzj6dkJQ)~l|O79id;nkqXav?cWRN6cUn>jg3+iQ*ad*`!$Q!KF|g-ijT_~As1 zB?)u6oi*j0C@y^w7vL4x7NRg1lHrAHG6x5B#vtn;jM9|{)+(k!w9{sk01+e*XUt?A z;`P`chH}B?5OL#&0^_(b6k+B?V8$1yqI|C_&4afP;Q=>LD`q|xlEHXE4nKzqliX;g z)A6>BSIf1A3X?&C3dXEZj1nG$<{iAv4e2Lk^Un=gmj3^p?Ye0NjO1rz#&F7DbjG7m zDfQ^TRvPc~lbt{20c3-VU+G(ER)vCE!2_&D24g<$LQ|qJk1s86-{IqDqsRaN002ov JPDHLkV1oDt&fWk3 literal 0 HcmV?d00001 diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 4a0a49f..9519b29 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -4,6 +4,7 @@ + diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 131bbc0..7d6da98 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -8,6 +8,15 @@ /* padding: 30rpx 32rpx 54rpx; */ padding: 10rpx 32rpx 54rpx; display: flex; + position: relative; +} +.information_header .setup{ + width: 38rpx; + height: 38rpx; + position: absolute; + right: 34rpx; + top: 15rpx; + display: block; } .information_header .portrait_head{ width: 110rpx; diff --git a/project.config.json b/project.config.json index 5060023..580f760 100644 --- a/project.config.json +++ b/project.config.json @@ -52,6 +52,10 @@ "libVersion": "2.23.2", "appid": "wxaace54cc2cf8924b", "projectname": "WXMB", + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, "condition": { "search": { "list": [] @@ -71,9 +75,5 @@ "miniprogram": { "list": [] } - }, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 } } \ No newline at end of file