diff --git a/image/index/setup.png b/image/index/setup.png new file mode 100644 index 0000000..ee8fc5f Binary files /dev/null and b/image/index/setup.png differ 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