style: margin left

This commit is contained in:
jialin
2024-09-05 18:43:13 +08:00
parent 01962e5e00
commit 58e9a4c742
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -314,7 +314,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
})}
</span>
<InfoCircleOutlined
className="m-l-2"
className="m-l-4"
style={{ color: 'var(--ant-color-text-tertiary)' }}
/>
</Tooltip>
@@ -342,7 +342,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
})}
</span>
<InfoCircleOutlined
className="m-l-2"
className="m-l-4"
style={{ color: 'var(--ant-color-text-tertiary)' }}
/>
</Tooltip>
@@ -382,7 +382,7 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
})}
</span>
<InfoCircleOutlined
className="m-l-2"
className="m-l-4"
style={{ color: 'var(--ant-color-text-tertiary)' }}
/>
</Tooltip>
@@ -409,7 +409,7 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
})}
</span>
<InfoCircleOutlined
className="m-l-2"
className="m-l-4"
style={{ color: 'var(--ant-color-text-tertiary)' }}
/>
</Tooltip>