Commit 68857b02 by Tonk

add SmartMeterDetail marginBottom

parent 9d2b7cbf
......@@ -260,7 +260,7 @@ export default class SmartMeterDetailScreen extends Component {
style={{ paddingTop: 20 }}
/>
{/* MCB Link */}
<Card style={{ borderRadius: 6, overflow: 'hidden', marginTop: 20 }}>
<Card style={{ borderRadius: 6, overflow: 'hidden', marginTop: 20, marginBottom: 40 }}>
{MainBreaker.MCB.map((item, index) => (
<MCBLink item={item} key={index} index={index} />
))}
......
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