This commit is contained in:
caishi 2025-03-12 11:29:20 +08:00
commit a880b36fc9
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ import { Menu } from 'antd';
import { Link } from 'react-router-dom';
import { tempConfig } from '../tempInfo';
import TopEdition from './TopEdition'
import leftImg from '../img/left.png';
@ -71,8 +72,8 @@ function PublicBanner(props){
<div className="ky-sub_t_wrap">
<div className="ky-sub_t">
{data.subTitle}
<img className="ky-sub_img_left" src="/images/left.png" alt="" srcset="" />
<img className="ky-sub_img_right" src="/images/left.png" alt="" srcset="" />
<img className="ky-sub_img_left" src={leftImg} alt="" srcset="" />
<img className="ky-sub_img_right" src={leftImg} alt="" srcset="" />
</div>
</div>
{/* <p className="main_t">{data.mainTitle}</p>

View File

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B