Как разместить кнопку отправки рядом с загрузкой компонента из Ant-D ⇐ CSS
-
Anonymous
Как разместить кнопку отправки рядом с загрузкой компонента из Ant-D
I want to place a Submit button near the Upload Component. I am new to web development, please someone guide me how can I make it possible. here I am attaching my code and current look of the component. click to view image here
As per the Image the Submit button is really far from the Upload button. I want to make it place it on the right side of the Upload button, exactly just 3px away from right side.
Here, is my code:
Upload {this.state.uploadEmployeeDocument.length > 0 ? ( { window.alert("hello world"); }} size="small" type="primary" > Submit ) : ( "" )} ; I have tried with my code. but alignment not working properly as expected
Источник: https://stackoverflow.com/questions/780 ... from-ant-d
I want to place a Submit button near the Upload Component. I am new to web development, please someone guide me how can I make it possible. here I am attaching my code and current look of the component. click to view image here
As per the Image the Submit button is really far from the Upload button. I want to make it place it on the right side of the Upload button, exactly just 3px away from right side.
Here, is my code:
Upload {this.state.uploadEmployeeDocument.length > 0 ? ( { window.alert("hello world"); }} size="small" type="primary" > Submit ) : ( "" )} ; I have tried with my code. but alignment not working properly as expected
Источник: https://stackoverflow.com/questions/780 ... from-ant-d
Мобильная версия