mix-public 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -29,6 +29,6 @@
29
29
  mixApptype: mixApptype, // app类型: web android ios
30
30
  mixDeviceInfo: mixDeviceInfo // 项目版本号: 服务端的版本标识
31
31
  });
32
- import 'omega-vs/mixRender.css'; // 引入web端app基础样式
32
+ import 'mix-public/mixRender.css'; // 引入web端app基础样式
33
33
  mixPublicLib // 为原生基础调用方法,可在页面使用
34
34
  ```
package/mixRender.css CHANGED
@@ -38,6 +38,7 @@
38
38
  justify-content: center;
39
39
  }
40
40
  #mix-navigation .mix-navigation-left {
41
+ min-width: 15vw;
41
42
  display: flex;
42
43
  }
43
44
 
@@ -70,6 +71,7 @@
70
71
  justify-content: center;
71
72
  }
72
73
  #mix-navigation .mix-navigation-right{
74
+ min-width: 15vw;
73
75
  display: flex;
74
76
  }
75
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mix-public",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "use mix-app",
5
5
  "main": "mixRender.js",
6
6
  "scripts": {