Commit 1c570827 by zhaochengxiang

资产浏览样式微调

parent ab34a105
...@@ -275,7 +275,7 @@ const RelationContainer = (props) => { ...@@ -275,7 +275,7 @@ const RelationContainer = (props) => {
{ {
(type==='thermodynamic') && <Thermodynamic data={thermodynamicData} onClick={onThermodynamicClick} /> (type==='thermodynamic') && <Thermodynamic data={thermodynamicData} onClick={onThermodynamicClick} />
} }
<Radio.Group value={type} onChange={onTypeChange} buttonStyle="solid" style={{ position: 'absolute', right: 15, top: 24 }}> <Radio.Group value={type} onChange={onTypeChange} buttonStyle="solid" style={{ position: 'absolute', right: 15, top: 20 }}>
{ {
relationTypes.map((item, index) => { relationTypes.map((item, index) => {
return <Radio.Button key={index} value={item.key}>{item.title}</Radio.Button> return <Radio.Button key={index} value={item.key}>{item.title}</Radio.Button>
......
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