Commit 87431790 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复渠道信息展示变形的问题

parent 6bdbc8b4
......@@ -79,7 +79,7 @@ const BasicInfo: React.FC<BasicInfoProps> = ({
<Descriptions.Item label="渠道级别">{channel.level}</Descriptions.Item>
<Descriptions.Item label="渠道类型">{channel.type}</Descriptions.Item>
<Descriptions.Item label="代理地市">
<Row gutter={[16, 16]}>
<Row gutter={[16, 16]} style={{ flex: 1 }}>
{
channel.areas ?
channel.areas.map(item => (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment