Merge pull request '修改glcc二维码' (#400) from tongChong/forgeplus-react:feature_style into gitlink_server

This commit is contained in:
xxq250 2022-06-16 14:44:26 +08:00
commit 202ffd1a62
3 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.openmmlab_tab {
.ant-tabs.openmmlab_tab {
background-color: #2c374e;
color: #fff;
.ant-tabs-bar {

View File

@ -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
>
{/* <img src={window.location.href.indexOf('osredm.jk')>-1?bg_local: bg} /> */}
<img src={bg} />
<img className="big_picture" src={bg} />
<img className="qqchat" src={qqChat} />
<a target="_blank" href="/glcc" className="qz-btn"></a>
</Modal>
)

View File

@ -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 {