Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
7e78a916
Commit
7e78a916
authored
Dec 06, 2020
by
RuoYi
Browse files
修改用户头像预览宽高
parent
563e11d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/assets/styles/ruoyi.scss
View file @
7e78a916
...
...
@@ -220,8 +220,8 @@
position
:
absolute
;
top
:
50%
;
transform
:
translate
(
50%
,
-50%
);
width
:
18
0px
;
height
:
18
0px
;
width
:
20
0px
;
height
:
20
0px
;
border-radius
:
50%
;
box-shadow
:
0
0
4px
#ccc
;
overflow
:
hidden
;
...
...
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
View file @
7e78a916
...
...
@@ -27,7 +27,7 @@
<el-col
:lg=
"2"
:md=
"2"
>
<el-upload
action=
"#"
:http-request=
"requestUpload"
:show-file-list=
"false"
:before-upload=
"beforeUpload"
>
<el-button
size=
"small"
>
上传
选择
<i
class=
"el-icon-upload el-icon--right"
></i>
</el-button>
</el-upload>
...
...
Write
Preview
Supports
Markdown
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