添加T接近间距
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -853,6 +853,7 @@ const privacyFormItems: any = ref([{ | ... | @@ -853,6 +853,7 @@ const privacyFormItems: any = ref([{ |
| 853 | placeholder: 'T接近', | 853 | placeholder: 'T接近', |
| 854 | trueValue: 'Y', | 854 | trueValue: 'Y', |
| 855 | falseValue: 'N', | 855 | falseValue: 'N', |
| 856 | style: { 'margin-top': '2px' }, | ||
| 856 | children: [ | 857 | children: [ |
| 857 | { | 858 | { |
| 858 | label: '', | 859 | label: '', | ... | ... |
-
Please register or sign in to post a comment