@jx3box/jx3box-common-ui 9.0.37 → 9.1.0

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.
@@ -148,7 +148,7 @@
148
148
  .none;
149
149
  }
150
150
  }
151
- .wechat-miniprogram{
151
+ .wechat-miniprogram,.v-miniprogram{
152
152
  .c-breadcrumb{
153
153
  .u-op {
154
154
  .none;
@@ -70,7 +70,7 @@
70
70
  }
71
71
  }
72
72
 
73
- .wechat-miniprogram {
73
+ .wechat-miniprogram,.v-miniprogram {
74
74
  .c-footer {
75
75
  .none;
76
76
  }
@@ -506,7 +506,7 @@ body {
506
506
  }
507
507
 
508
508
  @media screen and (max-width: @phone) {
509
- .env-app {
509
+ .env-app,.v-miniprogram,.wechat-miniprogram {
510
510
  .c-header {
511
511
  .none;
512
512
  }
@@ -514,12 +514,6 @@ body {
514
514
  padding-top: 0;
515
515
  }
516
516
  }
517
-
518
- .wechat-miniprogram {
519
- .c-header {
520
- .none;
521
- }
522
- }
523
517
  }
524
518
 
525
519
  .c-header-jx3box {
@@ -69,7 +69,7 @@ a{
69
69
  }
70
70
  }
71
71
 
72
- .wechat-miniprogram {
72
+ .wechat-miniprogram,.v-miniprogram {
73
73
  .c-wiki-comments {
74
74
  .none;
75
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "9.0.37",
3
+ "version": "9.1.0",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {