Browse Source

test: cy markers

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3233/head
Raju Udava 2 years ago
parent
commit
1f57c23ff5
  1. 2
      packages/nc-gui-v2/components/dashboard/settings/Modal.vue
  2. 2
      packages/nc-gui-v2/components/smartsheet/Grid.vue

2
packages/nc-gui-v2/components/dashboard/settings/Modal.vue

@ -142,7 +142,7 @@ watch(
<a-typography-title class="ml-4 select-none" type="secondary" :level="5">SETTINGS</a-typography-title>
<a-button type="text" class="!rounded-md border-none -mt-1.5 -mr-1" @click="vModel = false">
<template #icon>
<MdiCloseIcon class="cursor-pointer mt-1" />
<MdiCloseIcon class="cursor-pointer mt-1 nc-modal-close" />
</template>
</a-button>
</div>

2
packages/nc-gui-v2/components/smartsheet/Grid.vue

@ -354,7 +354,7 @@ const expandForm = (row: Row, state: Record<string, any>) => {
>
<a-dropdown v-model:visible="addColumnDropdown" :trigger="['click']">
<div class="h-full w-[60px] flex align-center justify-center">
<MdiPlus class="text-sm" />
<MdiPlus class="text-sm nc-column-add" />
</div>
<template #overlay>

Loading…
Cancel
Save