Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
7e78a916
Commit
7e78a916
authored
Dec 06, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改用户头像预览宽高
parent
563e11d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ruoyi-ui/src/assets/styles/ruoyi.scss
ruoyi-ui/src/assets/styles/ruoyi.scss
+2
-2
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
+1
-1
No files found.
ruoyi-ui/src/assets/styles/ruoyi.scss
View file @
7e78a916
...
@@ -220,8 +220,8 @@
...
@@ -220,8 +220,8 @@
position
:
absolute
;
position
:
absolute
;
top
:
50%
;
top
:
50%
;
transform
:
translate
(
50%
,
-50%
);
transform
:
translate
(
50%
,
-50%
);
width
:
18
0px
;
width
:
20
0px
;
height
:
18
0px
;
height
:
20
0px
;
border-radius
:
50%
;
border-radius
:
50%
;
box-shadow
:
0
0
4px
#ccc
;
box-shadow
:
0
0
4px
#ccc
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
View file @
7e78a916
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<el-col
:lg=
"2"
:md=
"2"
>
<el-col
:lg=
"2"
:md=
"2"
>
<el-upload
action=
"#"
:http-request=
"requestUpload"
:show-file-list=
"false"
:before-upload=
"beforeUpload"
>
<el-upload
action=
"#"
:http-request=
"requestUpload"
:show-file-list=
"false"
:before-upload=
"beforeUpload"
>
<el-button
size=
"small"
>
<el-button
size=
"small"
>
上传
选择
<i
class=
"el-icon-upload el-icon--right"
></i>
<i
class=
"el-icon-upload el-icon--right"
></i>
</el-button>
</el-button>
</el-upload>
</el-upload>
...
...
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