diff --git a/src/glcc/project/projectList/index.scss b/src/glcc/project/projectList/index.scss index c0d24c0cb..6187d4225 100644 --- a/src/glcc/project/projectList/index.scss +++ b/src/glcc/project/projectList/index.scss @@ -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{ diff --git a/src/glcc/student/index.scss b/src/glcc/student/index.scss index c34103f75..6472b01ca 100644 --- a/src/glcc/student/index.scss +++ b/src/glcc/student/index.scss @@ -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;