浏览代码

Merge refs/remotes/nsgk_entry/master into refs/heads/master

master
pangdongxu 3 年前
父节点
当前提交
fc350b15fc
共有 4 个文件被更改,包括 14 次插入4 次删除
  1. 二进制
      image/index/setup.png
  2. +1
    -0
      pages/index/index.wxml
  3. +9
    -0
      pages/index/index.wxss
  4. +4
    -4
      project.config.json

二进制
image/index/setup.png 查看文件

之前 之后
宽度: 18  |  高度: 17  |  大小: 467 B

+ 1
- 0
pages/index/index.wxml 查看文件

@@ -4,6 +4,7 @@
<view class="top_title" style="height:{{CustomMenuButton.bottom}}px;z-index: 7777;padding-top: {{CustomMenuButton.top}}px;"></view>
<!--账户信息-->
<view class="information_header">
<navigator url="/pages/user/login/login" class="setup" style="background:url('../../image/index/setup.png') no-repeat; background-size: 100% 100%;"></navigator>
<view class="portrait_head"></view>
<view class="information_main">
<view class="name_wrap">


+ 9
- 0
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;


+ 4
- 4
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
}
}

正在加载...
取消
保存