Browse Source

fix(nc-gui): small changes

pull/7786/head
Ramesh Mane 4 months ago
parent
commit
d449bbd1bb
  1. 4
      packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue
  2. 2
      packages/nc-gui/components/smartsheet/Form.vue
  3. 3
      packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index.vue

4
packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue

@ -414,8 +414,8 @@ async function savePreFilledMode() {
.nc-pre-filled-mode.ant-select {
@apply !p-0 mt-2;
&.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{
@apply !border-brand-500 !shadow-none
&.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
@apply !border-brand-500 !shadow-none;
}
}
}

2
packages/nc-gui/components/smartsheet/Form.vue

@ -1333,7 +1333,7 @@ useEventListener(
</NcButton>
<div class="flex items-center gap-3">
<NcTooltip :disabled="!!view?.uuid">
<template #title>{{$t('tooltip.formIsNotShared')}}</template>
<template #title>{{ $t('tooltip.formIsNotShared') }}</template>
<NcButton
v-if="isUIAllowed('dataInsert') && visibleColumns.length"
type="primary"

3
packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index.vue

@ -151,6 +151,9 @@ p {
& > div {
@apply w-full;
}
&.readonly > div {
@apply px-3 py-1;
}
textarea {
@apply px-3;

Loading…
Cancel
Save