mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2025-10-29 17:50:27 +00:00
Increased with of mapfield
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user