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);
max-height: min(calc(100vh - 100px), 1024px) !important;
}
.ant-tabs-nav{
.ant-tabs-nav {
@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);
}
.icon-wrapper{
.icon-wrapper {
@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>
</template>
<div class="flex flex-col gap-2">
<div class="flex flex-col gap-2">
<div class="flex gap-2 items-center">
<a-switch
v-model:checked="limitRecToView"
@ -346,8 +346,8 @@ const onFilterLabelClick = () => {
<div class="min-w-5 flex items-center justify-center">
<GeneralViewIcon :meta="view" class="text-gray-500" />
</div>
<span v-if="view.is_default">{{ $t('labels.defaultView') }}</span>
<NcTooltip v-else class="flex-1 truncate" show-on-truncate-only>
<span v-if="view.is_default">{{ $t('labels.defaultView') }}</span>
<NcTooltip v-else class="flex-1 truncate" show-on-truncate-only>
<template #title>{{ view.title }}</template>
<span>{{ view.title }}</span>
</NcTooltip>
@ -355,7 +355,7 @@ const onFilterLabelClick = () => {
</a-select-option>
</NcSelect>
</a-form-item>
</div>
</div>
<template v-if="isEeUI">
<div class="flex flex-col gap-2">

Loading…
Cancel
Save