@jx3box/jx3box-ui 2.3.28 → 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.
|
@@ -154,23 +154,10 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
@media screen and (max-width: @phone) {
|
|
157
|
-
.v-miniprogram {
|
|
158
|
-
.c-breadcrumb {
|
|
159
|
-
top: 0;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
157
|
.env-app {
|
|
164
158
|
.c-breadcrumb {
|
|
165
159
|
.none;
|
|
166
160
|
}
|
|
167
161
|
}
|
|
168
162
|
|
|
169
|
-
.wechat-miniprogram{
|
|
170
|
-
.c-breadcrumb{
|
|
171
|
-
.u-op {
|
|
172
|
-
.none;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
163
|
}
|
|
@@ -65,29 +65,10 @@
|
|
|
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
|
-
|
|
78
68
|
.env-app {
|
|
79
69
|
.c-main {
|
|
80
70
|
.mt(0);
|
|
81
71
|
}
|
|
82
72
|
}
|
|
83
73
|
|
|
84
|
-
.wechat-miniprogram {
|
|
85
|
-
.c-wiki-comments {
|
|
86
|
-
.none;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.m-single-comment {
|
|
90
|
-
.none;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
74
|
}
|
package/package.json
CHANGED
package/src/CommonFooter.vue
CHANGED
package/src/CommonHeader.vue
CHANGED
|
@@ -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>
|