style: margin left
This commit is contained in:
@@ -314,7 +314,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
|
|||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
<InfoCircleOutlined
|
<InfoCircleOutlined
|
||||||
className="m-l-2"
|
className="m-l-4"
|
||||||
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
@@ -342,7 +342,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
|
|||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
<InfoCircleOutlined
|
<InfoCircleOutlined
|
||||||
className="m-l-2"
|
className="m-l-4"
|
||||||
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
@@ -382,7 +382,7 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
|
|||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
<InfoCircleOutlined
|
<InfoCircleOutlined
|
||||||
className="m-l-2"
|
className="m-l-4"
|
||||||
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
@@ -409,7 +409,7 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
|
|||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
<InfoCircleOutlined
|
<InfoCircleOutlined
|
||||||
className="m-l-2"
|
className="m-l-4"
|
||||||
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
style={{ color: 'var(--ant-color-text-tertiary)' }}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user