bkui-vue 0.0.1-beta.354 → 0.0.1-beta.355
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/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/tab/tab.css +0 -5
- package/lib/tab/tab.less +0 -6
- package/lib/tab/tab.variable.css +0 -5
- package/lib/table/table.css +1 -1
- package/lib/table/table.less +1 -1
- package/lib/table/table.variable.css +1 -1
- package/package.json +1 -1
package/lib/tab/tab.css
CHANGED
@@ -400,11 +400,6 @@
|
|
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
|
-
}
|
408
403
|
.bk-tab-header-next,
|
409
404
|
.bk-tab-header-prev {
|
410
405
|
position: absolute;
|
package/lib/tab/tab.less
CHANGED
package/lib/tab/tab.variable.css
CHANGED
@@ -876,11 +876,6 @@
|
|
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
|
-
}
|
884
879
|
.bk-tab-header-next,
|
885
880
|
.bk-tab-header-prev {
|
886
881
|
position: absolute;
|
package/lib/table/table.css
CHANGED
@@ -1336,7 +1336,7 @@
|
|
1336
1336
|
}
|
1337
1337
|
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1338
1338
|
background: #dcdee5;
|
1339
|
-
border-radius:
|
1339
|
+
border-radius: 10px;
|
1340
1340
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1341
1341
|
}
|
1342
1342
|
.bk-table .bk-fixed-bottom-border {
|
package/lib/table/table.less
CHANGED
@@ -2169,7 +2169,7 @@
|
|
2169
2169
|
}
|
2170
2170
|
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
2171
2171
|
background: #dcdee5;
|
2172
|
-
border-radius:
|
2172
|
+
border-radius: 10px;
|
2173
2173
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
2174
2174
|
}
|
2175
2175
|
.bk-table .bk-fixed-bottom-border {
|