This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
feat: 调整用户头像的大小
dev-zw-temp
zhaowei
7 months ago
parent
6f9354ddc0
commit
4220ad1323
1 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-5
react-ui/src/pages/User/Center/index.less
+ 6
- 5
react-ui/src/pages/User/Center/index.less
View File
@@ -1,14 +1,15 @@
@avaterSize: 180px;
.avatarHolder {
position: relative;
display: inline-block;
height:
120px
;
height:
@avaterSize
;
margin-bottom: 30px;
text-align: center;
& > img {
width: 120px;
height: 120px;
margin-bottom: 20px;
width: @avaterSize;
height: @avaterSize;
border-radius: 50%;
}
&:hover:after {
@@ -20,7 +21,7 @@
color: #eee;
font-size: 24px;
font-style: normal;
line-height:
110px
;
line-height:
@avaterSize
;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
cursor: pointer;
Write
Preview
Loading…
Cancel
Save