fix:padding
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* @Author: yehuozhili
|
* @Author: yehuozhili
|
||||||
* @Date: 2021-07-07 14:46:01
|
* @Date: 2021-07-07 14:46:01
|
||||||
* @LastEditors: yehuozhili
|
* @LastEditors: yehuozhili
|
||||||
* @LastEditTime: 2021-07-13 10:17:28
|
* @LastEditTime: 2021-07-13 11:30:17
|
||||||
* @FilePath: \dooringx\packages\dooringx-example\src\plugin\formComponents\actionButton.tsx
|
* @FilePath: \dooringx\packages\dooringx-example\src\plugin\formComponents\actionButton.tsx
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -233,7 +233,7 @@ function ActionButton(props: ActionButtonProps) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ padding: '10px 20px' }}>
|
<div>
|
||||||
<Row
|
<Row
|
||||||
style={{
|
style={{
|
||||||
padding: 20,
|
padding: 20,
|
||||||
|
Reference in New Issue
Block a user