Merge pull request '组织头像比例调整' (#434) from durian/forgeplus-react:pre_dev_military into pre_dev_military

This commit is contained in:
xxq250 2022-08-18 16:18:04 +08:00
commit a222ad3f73
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;