Increased with of mapfield

This commit is contained in:
2021-09-05 22:51:46 +00:00
parent 48b476a238
commit ff4aeb273e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<default-field :field="field" :errors="errors">
<default-field :field="field" :errors="errors" :full-width-content="true">
<template slot="field">
<component v-if="value" :is="'field-' + field.map.type" :field="field" :edit="true" v-model="value"></component>
</template>

View File

@@ -31,7 +31,7 @@ abstract class MapField extends Field
*/
public function __construct($name, $attribute = null, $resolveCallback = null)
{
$this->setHeight('250px');
$this->setHeight('400px');
$this->setCenter(0, 0);
$this->setZoom(13);