Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
ad413483
Commit
ad413483
authored
Aug 19, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
myedit
parent
e2d676b4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/components/my/edit.js
+1
-1
src/components/my/index.scss
+6
-2
No files found.
src/components/my/edit.js
View file @
ad413483
...
...
@@ -2,7 +2,7 @@ import React, {PureComponent} from 'react'
import
'./index.scss'
import
{
connect
}
from
"react-redux"
import
{
Toast
}
from
'antd-mobile'
import
{
api
,
http
}
from
"@/utils"
import
{
http
}
from
"@/utils"
import
{
HeaderBar
}
from
"@/common"
import
{
logout
,
updateUser
}
from
'@/store/userAction'
import
{
compose
}
from
"redux"
;
...
...
src/components/my/index.scss
View file @
ad413483
...
...
@@ -179,7 +179,7 @@
}
.edit-mbc
{
position
:
fixed
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
...
...
@@ -187,11 +187,15 @@
background
:
rgba
(
0
,
0
,
0
,
.5
);
.edit-content
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-100%
);
background-color
:
$bg_fff
;
width
:
300px
;
height
:
135px
;
border-radius
:
5px
;
margin
:
224px
auto
0
auto
;
//
margin: 224px auto 0 auto;
text-align
:
center
;
padding-top
:
20px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment