Browse Source

fix(nc-gui): small changes

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

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

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

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

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

Loading…
Cancel
Save