bkui-vue 0.0.1-beta.352 → 0.0.1-beta.354

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/lib/tab/tab.css CHANGED
@@ -400,6 +400,11 @@
400
400
  width: 0;
401
401
  height: 0;
402
402
  }
403
+ .bk-tab-header-nav::-webkit-scrollbar-thumb {
404
+ background: #dcdee5;
405
+ border-radius: 50%;
406
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
407
+ }
403
408
  .bk-tab-header-next,
404
409
  .bk-tab-header-prev {
405
410
  position: absolute;
package/lib/tab/tab.less CHANGED
@@ -61,6 +61,12 @@
61
61
  width: 0;
62
62
  height: 0;
63
63
  }
64
+
65
+ &::-webkit-scrollbar-thumb {
66
+ background: #dcdee5;
67
+ border-radius: 50%;
68
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, .3);
69
+ }
64
70
  }
65
71
 
66
72
  &-next,
@@ -876,6 +876,11 @@
876
876
  width: 0;
877
877
  height: 0;
878
878
  }
879
+ .bk-tab-header-nav::-webkit-scrollbar-thumb {
880
+ background: #dcdee5;
881
+ border-radius: 50%;
882
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
883
+ }
879
884
  .bk-tab-header-next,
880
885
  .bk-tab-header-prev {
881
886
  position: absolute;
@@ -1334,6 +1334,11 @@
1334
1334
  width: 6px;
1335
1335
  height: 6px;
1336
1336
  }
1337
+ .bk-table .bk-table-body::-webkit-scrollbar-thumb {
1338
+ background: #dcdee5;
1339
+ border-radius: 50%;
1340
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
1341
+ }
1337
1342
  .bk-table .bk-fixed-bottom-border {
1338
1343
  position: sticky;
1339
1344
  bottom: 0;
@@ -30,6 +30,12 @@
30
30
  width: 6px;
31
31
  height: 6px;
32
32
  }
33
+
34
+ &::-webkit-scrollbar-thumb {
35
+ background: #dcdee5;
36
+ border-radius: 50%;
37
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, .3);
38
+ }
33
39
  }
34
40
 
35
41
  .@{bk-prefix}-fixed-bottom-border {
@@ -2167,6 +2167,11 @@
2167
2167
  width: 6px;
2168
2168
  height: 6px;
2169
2169
  }
2170
+ .bk-table .bk-table-body::-webkit-scrollbar-thumb {
2171
+ background: #dcdee5;
2172
+ border-radius: 50%;
2173
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
2174
+ }
2170
2175
  .bk-table .bk-fixed-bottom-border {
2171
2176
  position: sticky;
2172
2177
  bottom: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.352",
3
+ "version": "0.0.1-beta.354",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",