@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.
package/assets/css/footer.less
CHANGED
package/assets/css/header.less
CHANGED
|
@@ -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 {
|
package/assets/css/main.less
CHANGED