From de0337dfb6e4c5d4655302aac41c992ff5ee3c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= Date: Thu, 26 May 2022 16:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dlogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/project/projectList/index.scss | 7 ++++--- src/glcc/student/index.scss | 13 +------------ 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/src/glcc/project/projectList/index.scss b/src/glcc/project/projectList/index.scss index c0d24c0c..6187d422 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 c34103f7..6472b01c 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;