@jx3box/jx3box-ui 2.3.27 → 2.3.29

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.
@@ -160,11 +160,4 @@
160
160
  }
161
161
  }
162
162
 
163
- .wechat-miniprogram{
164
- .c-breadcrumb{
165
- .u-op {
166
- .none;
167
- }
168
- }
169
- }
170
163
  }
@@ -72,9 +72,4 @@
72
72
  }
73
73
  }
74
74
 
75
- .wechat-miniprogram {
76
- .c-footer {
77
- .none;
78
- }
79
- }
80
75
  }
@@ -71,13 +71,4 @@
71
71
  }
72
72
  }
73
73
 
74
- .wechat-miniprogram {
75
- .c-wiki-comments {
76
- .none;
77
- }
78
-
79
- .m-single-comment {
80
- .none;
81
- }
82
- }
83
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.3.27",
3
+ "version": "2.3.29",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -143,9 +143,4 @@ body::after {
143
143
  .c-footer--v4__popover .el-popper__arrow::before {
144
144
  display: none !important;
145
145
  }
146
- .v-miniprogram{
147
- .c-footer--v4{
148
- .none;
149
- }
150
- }
151
146
  </style>
@@ -574,9 +574,7 @@ export default {
574
574
  }
575
575
 
576
576
  @media screen and (max-width: @phone) {
577
- .env-app,
578
- .v-miniprogram,
579
- .wechat-miniprogram {
577
+ .env-app {
580
578
  .c-header {
581
579
  .none;
582
580
  }
@@ -584,11 +582,5 @@ export default {
584
582
  padding-top: 0;
585
583
  }
586
584
  }
587
-
588
- .wechat-miniprogram {
589
- .c-header {
590
- .none;
591
- }
592
- }
593
585
  }
594
586
  </style>