Browse Source

fix(gui-v2): replace vuetify utility class with windicss

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3446/head
Pranav C 2 years ago
parent
commit
c9932e482b
  1. 2
      packages/nc-gui-v2/components/smartsheet-column/AdvancedOptions.vue

2
packages/nc-gui-v2/components/smartsheet-column/AdvancedOptions.vue

@ -27,7 +27,7 @@ vModel.value.au = !!vModel.value.au
<template>
<div class="p-4 border-[2px] radius-1 border-grey w-full flex flex-col gap-2">
<div class="flex justify-space-between">
<div class="flex justify-between w-full gap-1">
<a-form-item label="NN">
<a-checkbox
v-model:checked="vModel.rqd"

Loading…
Cancel
Save