Compare commits

..

2 Commits

Author SHA1 Message Date
Your Name
26b8f2fc93 Merge branch 'develop' of ssh://code.linyikj.com.cn:2222/pay/pay-company into develop
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m31s
* 'develop' of ssh://code.linyikj.com.cn:2222/pay/pay-company:
  fix: 调账功能新增; 限定antd版本
  fix: 优化交互
2026-07-06 16:22:32 +08:00
Your Name
d5e004ef75 fix:更新logo展示优化 2026-07-06 16:22:28 +08:00

View File

@ -152,16 +152,21 @@ export const LayoutConfig: RuntimeConfig['layout'] = () => {
title: '',
// 首页 logo
logo: (
<div style={{ width: 136, display: 'flex', justifyContent: 'center' }}>
<Space
style={{ minWidth: 136, display: 'flex', justifyContent: 'center' }}
>
<img
src={
snap.session?.company_configs?.config_value?.admin_logo
? snap.session?.company_configs?.config_value?.admin_logo[0]?.url
: ''
}
style={{ width: 'auto', height: '42px' }}
style={{ minWidth: '42px', maxWidth: 100, height: '42px' }}
/>
<div style={{ fontSize: 13, color: '#000' }}>
{snap.session?.company?.name || ''}
</div>
</Space>
),
layout: 'mix',
siderWidth: 180,