Browse Source

feat(nc-gui): add scoped to style in RenameFile

pull/4931/head
Wing-Kam Wong 2 years ago
parent
commit
8aef163e46
  1. 2
      packages/nc-gui/components/cell/attachment/RenameFile.vue

2
packages/nc-gui/components/cell/attachment/RenameFile.vue

@ -75,7 +75,7 @@ onMounted(() => {
</a-modal>
</template>
<style lang="scss">
<style scoped lang="scss">
.nc-attachment-rename-modal {
.ant-input-affix-wrapper,
.ant-input {

Loading…
Cancel
Save