Browse Source

edit charts

tycoding 1 year ago
parent
commit
a81332306c
1 changed files with 1 additions and 7 deletions
  1. 1 7
      langchat-ui-client/src/views/modules/doc/components/FileView.vue

+ 1 - 7
langchat-ui-client/src/views/modules/doc/components/FileView.vue

@@ -13,13 +13,7 @@
 </script>
 
 <template>
-  <iframe
-    :src="path"
-    width="100%"
-    height="100%"
-    frameborder="0"
-    class="!z-0 !pointer-events-none"
-  ></iframe>
+  <iframe :src="path" width="100%" height="100%" frameborder="0" class="!z-0"></iframe>
 </template>
 
 <style scoped lang="less"></style>