refactor(nc-gui): remove unused style

This commit is contained in:
աɨռɢӄաօռɢ
2023-10-12 14:42:47 +08:00
parent 808d1f848f
commit 4978e6572d

View File

@@ -92,11 +92,3 @@ const copySharedBase = async () => {
<LazyDlgShareAndCollaborateView :is-view-toolbar="isViewToolbar" />
</template>
<style lang="scss">
.share-status-tootltip {
.ant-tooltip-inner {
@apply !rounded-md !border-1 !border-gray-200;
}
}
</style>