forked from Gitlink/forgeplus-react
适配logo
This commit is contained in:
parent
3f16be965b
commit
714e204b1b
|
@ -32,15 +32,16 @@
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
border: 1px solid #fff;
|
||||
background-color: #F5F7FF;
|
||||
background-color: #fff;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
margin: 25px auto 10px;
|
||||
line-height: 100px;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
// height: 100%;
|
||||
// display: block;
|
||||
}
|
||||
}
|
||||
.title{
|
||||
|
|
|
@ -155,18 +155,7 @@
|
|||
border: none;
|
||||
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 {
|
||||
background: none;
|
||||
|
|
Loading…
Reference in New Issue