@koi-br/ocr-web-sdk 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koi-br/ocr-web-sdk",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "一个支持多种Office文件格式预览的Vue3组件SDK,包括PDF、Word、Excel、图片、OFD、TIF等格式",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -207,11 +207,3 @@ defineExpose({
207
207
  rotate
208
208
  });
209
209
  </script>
210
-
211
- <style lang="less" scoped>
212
- // 样式已统一到公共样式文件,这里只保留组件特定样式
213
- :deep(.docx-wrapper) {
214
- background-color: #fff;
215
- padding: 0px;
216
- }
217
- </style>