Browse Source

chore(gui-v2): remove cursor pointer

pull/3030/head
Wing-Kam Wong 2 years ago
parent
commit
cf9f76f60f
  1. 4
      packages/nc-gui-v2/components/smartsheet/Form.vue

4
packages/nc-gui-v2/components/smartsheet/Form.vue

@ -66,7 +66,7 @@ function submitForm() {}
<a-form-item class="ma-0 gap-0 pa-0">
<a-input
v-model:value="formState.heading"
class="w-full text-bold text-h3 cursor-pointer"
class="w-full text-bold text-h3"
size="large"
hide-details
placeholder="Form Title"
@ -80,7 +80,7 @@ function submitForm() {}
<a-form-item>
<a-input
v-model:value="formState.subheading"
class="w-full cursor-pointer"
class="w-full"
size="large"
hide-details
:placeholder="$t('msg.info.formDesc')"

Loading…
Cancel
Save