소스 검색

edit charts

tycoding 1 년 전
부모
커밋
a81332306c
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  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>