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 {