fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -421,7 +421,7 @@ const formInfo = ref<any>({ | ... | @@ -421,7 +421,7 @@ const formInfo = ref<any>({ |
| 421 | visible: true, | 421 | visible: true, |
| 422 | col: 'mr8', | 422 | col: 'mr8', |
| 423 | style: { | 423 | style: { |
| 424 | width: 'calc(33.33% - 20px)!important' | 424 | width: 'calc(33.33% - 16px)!important' |
| 425 | }, | 425 | }, |
| 426 | }, | 426 | }, |
| 427 | { | 427 | { | ... | ... |
-
Please register or sign in to post a comment