forked from Gitlink/forgeplus-react
Merge pull request '组织头像比例调整' (#434) from durian/forgeplus-react:pre_dev_military into pre_dev_military
This commit is contained in:
commit
a222ad3f73
|
@ -21,8 +21,8 @@ li.ant-menu-item{
|
|||
min-height: 130px;
|
||||
.img{
|
||||
margin-right: 20px;
|
||||
width: 190px;
|
||||
height: 90px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border:1px solid rgba(238,238,238,1);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -42,8 +42,8 @@ $flex:flex;
|
|||
padding:20px 25px;
|
||||
background-color:rgba(250,250,250,1);
|
||||
.imgBox{
|
||||
width: 190px;
|
||||
height: 90px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue