Showing
3 changed files
with
8 additions
and
5 deletions
| ... | ... | @@ -4,8 +4,8 @@ | 
| 4 | 4 | destroyOnClose | 
| 5 | 5 | v-bind="$attrs" | 
| 6 | 6 | width="30rem" | 
| 7 | - :height="50" | |
| 8 | - :minHeight="50" | |
| 7 | + :height="75" | |
| 8 | + :minHeight="75" | |
| 9 | 9 | @register="register" | 
| 10 | 10 | title="操作密码" | 
| 11 | 11 | @ok="handleSuccess" | 
| ... | ... | @@ -33,6 +33,8 @@ | 
| 33 | 33 | const [registerForm, { getFieldsValue, validate }] = useForm({ | 
| 34 | 34 | labelWidth: 70, | 
| 35 | 35 | schemas: formSchema, | 
| 36 | + | |
| 37 | + wrapperCol: { span: 12 }, | |
| 36 | 38 | showActionButtonGroup: false, | 
| 37 | 39 | }); | 
| 38 | 40 | ... | ... | 
| ... | ... | @@ -185,8 +185,8 @@ | 
| 185 | 185 | }); | 
| 186 | 186 | |
| 187 | 187 | const phoneSize = ref({ | 
| 188 | - width: '' || 375, | |
| 189 | - height: '' || 667, | |
| 188 | + width: 375, | |
| 189 | + height: 667, | |
| 190 | 190 | }); | 
| 191 | 191 | </script> | 
| 192 | 192 | |
| ... | ... | @@ -286,6 +286,7 @@ | 
| 286 | 286 | <WidgetWrapper> | 
| 287 | 287 | <template #header> | 
| 288 | 288 | <WidgetHeader | 
| 289 | + v-if="!getIsAppPage" | |
| 289 | 290 | :raw-data-source="rawDataSource" | 
| 290 | 291 | :source-info="item" | 
| 291 | 292 | @update="handleUpdateWidget" | ... | ... |