@hyext/builder-revues 1.0.45 → 1.0.46
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hyext/builder-revues",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.46",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "loler",
|
6
6
|
"homepage": "",
|
@@ -24,11 +24,11 @@
|
|
24
24
|
"minify": "node scripts/minify"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@revues/cocos-web-adapter": "1.0.
|
28
|
-
"@revues/code-compiler": "1.0.
|
29
|
-
"@revues/hyext-adapter": "1.0.
|
30
|
-
"@revues/web-frame": "1.0.
|
31
|
-
"@revues/web-sdk-core": "1.0.
|
27
|
+
"@revues/cocos-web-adapter": "1.0.46",
|
28
|
+
"@revues/code-compiler": "1.0.46",
|
29
|
+
"@revues/hyext-adapter": "1.0.46",
|
30
|
+
"@revues/web-frame": "1.0.46",
|
31
|
+
"@revues/web-sdk-core": "1.0.46",
|
32
32
|
"archiver": "^7.0.1",
|
33
33
|
"axios": "^1.7.1",
|
34
34
|
"chalk": "^2.4.2",
|
@@ -50,5 +50,5 @@
|
|
50
50
|
"engines": {
|
51
51
|
"node": ">=16"
|
52
52
|
},
|
53
|
-
"gitHead": "
|
53
|
+
"gitHead": "19854c3a351498a7b691ad2f1294915409ae756b"
|
54
54
|
}
|
@@ -550,7 +550,7 @@ body {
|
|
550
550
|
}
|
551
551
|
}
|
552
552
|
|
553
|
-
::-webkit-scrollbar {
|
553
|
+
/* ::-webkit-scrollbar {
|
554
554
|
width: 0;
|
555
555
|
height: 0
|
556
556
|
}
|
@@ -558,6 +558,23 @@ body {
|
|
558
558
|
::-webkit-scrollbar,
|
559
559
|
::-webkit-scrollbar-thumb {
|
560
560
|
background: transparent
|
561
|
+
} */
|
562
|
+
|
563
|
+
/* 设置滚动条的样式 */
|
564
|
+
::-webkit-scrollbar {
|
565
|
+
width: 4px;
|
566
|
+
height: 4px;
|
567
|
+
}
|
568
|
+
/* 滚动槽 */
|
569
|
+
::-webkit-scrollbar-track {
|
570
|
+
border-radius: 4px;
|
571
|
+
background: transparent;
|
572
|
+
background-clip: padding-box;
|
573
|
+
}
|
574
|
+
/* 滚动条滑块 */
|
575
|
+
::-webkit-scrollbar-thumb {
|
576
|
+
border-radius: 4px;
|
577
|
+
background: #999;
|
561
578
|
}
|
562
579
|
|
563
580
|
.wx-modal .wx-modal-mask {
|
@@ -2533,7 +2550,7 @@ wx-scroll-view[hidden] {
|
|
2533
2550
|
}
|
2534
2551
|
|
2535
2552
|
.wx-scroll-view.hide-scrollbar::-webkit-scrollbar {
|
2536
|
-
display: none
|
2553
|
+
/* display: none */
|
2537
2554
|
}
|
2538
2555
|
|
2539
2556
|
.wx-scroll-view {
|