Browse Source

chore(nc-gui): lint

pull/9175/head
Ramesh Mane 4 months ago
parent
commit
45ccdbbfe6
  1. 2
      packages/nc-gui/components/dashboard/settings/DataSources.vue
  2. 2
      packages/nc-gui/components/project/AllTables.vue
  3. 8
      packages/nc-gui/components/smartsheet/column/LinkedToAnotherRecordOptions.vue

2
packages/nc-gui/components/dashboard/settings/DataSources.vue

@ -692,7 +692,7 @@ const handleClickRow = (source: SourceType, tab?: string) => {
height: min(calc(100vh - 100px), 1024px); height: min(calc(100vh - 100px), 1024px);
max-height: min(calc(100vh - 100px), 1024px) !important; max-height: min(calc(100vh - 100px), 1024px) !important;
} }
.ant-tabs-nav{ .ant-tabs-nav {
@apply pl-3; @apply pl-3;
} }
} }

2
packages/nc-gui/components/project/AllTables.vue

@ -278,7 +278,7 @@ const onCreateBaseClick = () => {
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
} }
.icon-wrapper{ .icon-wrapper {
@apply w-8 h-8 flex items-center; @apply w-8 h-8 flex items-center;
} }

8
packages/nc-gui/components/smartsheet/column/LinkedToAnotherRecordOptions.vue

@ -316,7 +316,7 @@ const onFilterLabelClick = () => {
</a-form-item> </a-form-item>
</template> </template>
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
<div class="flex gap-2 items-center"> <div class="flex gap-2 items-center">
<a-switch <a-switch
v-model:checked="limitRecToView" v-model:checked="limitRecToView"
@ -346,8 +346,8 @@ const onFilterLabelClick = () => {
<div class="min-w-5 flex items-center justify-center"> <div class="min-w-5 flex items-center justify-center">
<GeneralViewIcon :meta="view" class="text-gray-500" /> <GeneralViewIcon :meta="view" class="text-gray-500" />
</div> </div>
<span v-if="view.is_default">{{ $t('labels.defaultView') }}</span> <span v-if="view.is_default">{{ $t('labels.defaultView') }}</span>
<NcTooltip v-else class="flex-1 truncate" show-on-truncate-only> <NcTooltip v-else class="flex-1 truncate" show-on-truncate-only>
<template #title>{{ view.title }}</template> <template #title>{{ view.title }}</template>
<span>{{ view.title }}</span> <span>{{ view.title }}</span>
</NcTooltip> </NcTooltip>
@ -355,7 +355,7 @@ const onFilterLabelClick = () => {
</a-select-option> </a-select-option>
</NcSelect> </NcSelect>
</a-form-item> </a-form-item>
</div> </div>
<template v-if="isEeUI"> <template v-if="isEeUI">
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">

Loading…
Cancel
Save