@jx3box/jx3box-ui 2.3.27 → 2.3.28

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.
@@ -154,6 +154,12 @@
154
154
  }
155
155
 
156
156
  @media screen and (max-width: @phone) {
157
+ .v-miniprogram {
158
+ .c-breadcrumb {
159
+ top: 0;
160
+ }
161
+ }
162
+
157
163
  .env-app {
158
164
  .c-breadcrumb {
159
165
  .none;
@@ -65,6 +65,16 @@
65
65
  }
66
66
 
67
67
  @media screen and (max-width: @phone) {
68
+ .v-miniprogram {
69
+ .c-main {
70
+ margin-top: @bread-height;
71
+
72
+ &.without-bread {
73
+ margin-top: 0;
74
+ }
75
+ }
76
+ }
77
+
68
78
  .env-app {
69
79
  .c-main {
70
80
  .mt(0);
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.28",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {