适配logo

This commit is contained in:
何童崇 2022-05-26 16:18:36 +08:00
parent 3f16be965b
commit 714e204b1b
2 changed files with 5 additions and 15 deletions

View File

@ -32,15 +32,16 @@
width: 100px; width: 100px;
height: 100px; height: 100px;
border: 1px solid #fff; border: 1px solid #fff;
background-color: #F5F7FF; background-color: #fff;
border-radius: 50%; border-radius: 50%;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
margin: 25px auto 10px; margin: 25px auto 10px;
line-height: 100px;
img{ img{
width: 100%; width: 100%;
height: 100%; // height: 100%;
display: block; // display: block;
} }
} }
.title{ .title{

View File

@ -155,18 +155,7 @@
border: none; border: none;
color: #202d40; color: #202d40;
} }
.projectLogo {
width: 120px;
height: 120px;
border: 1px dashed #b3c3db;
border-radius: 4px;
line-height: 120px;
text-align: center;
img {
max-width: 100px;
max-height: 100px;
}
}
} }
.ant-cascader-picker { .ant-cascader-picker {
background: none; background: none;