Browse Source

geodata: WIP geodata column type

pull/4140/head
flisowna 2 years ago
parent
commit
96ef23d789
  1. 5
      packages/nc-gui/components/cell/GeoData.vue

5
packages/nc-gui/components/cell/GeoData.vue

@ -50,11 +50,10 @@ const onSubmit = () => {
</script> </script>
<template> <template>
PLACEHOLDER FOR NON-EDITABLE LAT/LONG
<a-popover v-model:visible="editEnabled" placement="bottomLeft" :style="{ maxWidth: '100px' }"> <a-popover v-model:visible="editEnabled" placement="bottomLeft" :style="{ maxWidth: '100px' }">
<template #content> <template #content>
<div> <div>
Test222
{{ JSON.stringify(vModel) }}
<div :style="{ display: 'flex', flexDirection: 'column' }"> <div :style="{ display: 'flex', flexDirection: 'column' }">
<label for="latitude">latitude</label> <label for="latitude">latitude</label>
<a-input id="latitude" v-model="latitudeInput" /> <a-input id="latitude" v-model="latitudeInput" />
@ -66,7 +65,7 @@ const onSubmit = () => {
</div> </div>
</div> </div>
</template> </template>
<a-button type="primary" :style="{ width: '100%' }">hej</a-button> <!-- <a-button type="primary" :style="{ width: '100%' }">hej</a-button> -->
</a-popover> </a-popover>
</template> </template>

Loading…
Cancel
Save