emacroh5lib 1.0.31 → 1.0.32

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": "emacroh5lib",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.js",
6
6
  "scripts": {
@@ -43,7 +43,10 @@
43
43
  </template>
44
44
 
45
45
  <script>
46
- import "./style/css/index.css";
46
+
47
+ // 需优化问题,图片很多时卡顿, 增加页面宽高自适应按钮
48
+
49
+
47
50
 
48
51
  export default {
49
52
  name: "ImageViewer",
@@ -528,5 +531,6 @@
528
531
  };
529
532
  </script>
530
533
 
531
- <style>
534
+ <style lang="less" scoped>
535
+ @import "./style/css/index.css";
532
536
  </style>