路由多语言维护, 优化layoutHeader组件样式,供应商评价-打分详情更改bug

This commit is contained in:
linxd
2025-07-02 16:14:42 +08:00
parent 1dc59c9587
commit 2b3eb5672d
13 changed files with 183 additions and 102 deletions

View File

@ -5,7 +5,7 @@ import LogoImg from '@/assets/img/logo.png';
import Language from './Language';
import User from './User';
import './layout.less';
const HeaderComponent: React.FC = (props) => {
const HeaderComponent: React.FC = () => {
return (
<div className="headerComponent">
<img className="logo" src={LogoImg} alt="logo" />

View File

@ -7,6 +7,7 @@
align-items: center;
justify-content: space-between;
padding: 0 15px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
.logo {
height: 45px;
}