From ba37a24750b63b5b464bdae0407cfed413d6c006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= Date: Thu, 16 Jun 2022 14:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9glcc=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/openmmlab/projectTab/index.scss | 2 +- src/modules/glccModal/index.jsx | 7 ++++--- src/modules/glccModal/index.scss | 9 ++++++++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/glcc/openmmlab/projectTab/index.scss b/src/glcc/openmmlab/projectTab/index.scss index 28951c69..0b8b64e1 100644 --- a/src/glcc/openmmlab/projectTab/index.scss +++ b/src/glcc/openmmlab/projectTab/index.scss @@ -1,4 +1,4 @@ -.openmmlab_tab { +.ant-tabs.openmmlab_tab { background-color: #2c374e; color: #fff; .ant-tabs-bar { diff --git a/src/modules/glccModal/index.jsx b/src/modules/glccModal/index.jsx index 6f5090e4..10f3b52d 100644 --- a/src/modules/glccModal/index.jsx +++ b/src/modules/glccModal/index.jsx @@ -1,6 +1,6 @@ import React, { memo, useEffect, useState } from 'react'; import { Button, Modal } from 'antd'; - +import qqChat from '../../glcc/img/qqChat.png'; import bg from './glcc.png'; import './index.scss'; @@ -32,12 +32,13 @@ function QzModal() { onCancel={() => { setVisible(false) }} footer={null} className='qzModal' - width='728px' + width='900px' maskClosable={false} centered > {/* -1?bg_local: bg} /> */} - + + ) diff --git a/src/modules/glccModal/index.scss b/src/modules/glccModal/index.scss index e9dbbf58..76741702 100644 --- a/src/modules/glccModal/index.scss +++ b/src/modules/glccModal/index.scss @@ -4,10 +4,17 @@ padding: 0; background: rgb(48,118,207); - img { + .big_picture { border-radius: 2px; width: 100%; } + + .qqchat{ + width: 98px; + position: absolute; + bottom: 38px; + left: 44px; + } } .ant-modal-header {