Browse Source

final

pull/5799/head
DIWAKAR 2 years ago
parent
commit
81ce3f910d
  1. 4
      packages/nc-gui/components/smartsheet/Form.vue

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

@ -599,7 +599,7 @@ watch(view, (nextView) => {
>
<component
:is="iconMap.eyeSlash"
class=" nc-field-remove-icon"
class=" opacity-0 nc-field-remove-icon"
data-testid="nc-field-remove-icon"
@click.stop="hideColumn(index)"
/>
@ -837,7 +837,7 @@ watch(view, (nextView) => {
<style scoped lang="scss">
.nc-editable:hover {
.nc-field-remove-icon {
:deep(.nc-field-remove-icon) {
@apply opacity-100;
}
}

Loading…
Cancel
Save