@hyext/builder-revues 1.0.45 → 1.0.47

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.45",
3
+ "version": "1.0.47",
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.45",
28
- "@revues/code-compiler": "1.0.45",
29
- "@revues/hyext-adapter": "1.0.45",
30
- "@revues/web-frame": "1.0.45",
31
- "@revues/web-sdk-core": "1.0.45",
27
+ "@revues/cocos-web-adapter": "1.0.47",
28
+ "@revues/code-compiler": "1.0.47",
29
+ "@revues/hyext-adapter": "1.0.47",
30
+ "@revues/web-frame": "1.0.47",
31
+ "@revues/web-sdk-core": "1.0.47",
32
32
  "archiver": "^7.0.1",
33
33
  "axios": "^1.7.1",
34
34
  "chalk": "^2.4.2",
@@ -47,8 +47,5 @@
47
47
  "@types/ramda": "^0.29.11",
48
48
  "terser": "^5.31.0"
49
49
  },
50
- "engines": {
51
- "node": ">=16"
52
- },
53
- "gitHead": "7359c10007db33c6199ed965e16a2bbf07aa6bda"
50
+ "gitHead": "6ccd1093db53596321e16e37a616ac2d423870d7"
54
51
  }
@@ -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 {