bk-magic-vue 2.5.9-beta.4 → 2.5.9-beta.41
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/bk-magic-vue.css +84 -28
- package/dist/bk-magic-vue.js +1255 -819
- package/dist/bk-magic-vue.min.css +1 -1
- package/dist/bk-magic-vue.min.css.gz +0 -0
- package/dist/bk-magic-vue.min.css.map +1 -1
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/dist/bk-magic-vue.min.js.map +1 -1
- package/lib/big-tree.js +336 -161
- package/lib/card.js +2996 -206
- package/lib/cascade.js +137 -98
- package/lib/date-picker.js +1 -1
- package/lib/dialog.js +484 -9
- package/lib/directives/tooltips.js +2 -1
- package/lib/form-item.js +2 -1
- package/lib/info-box.js +484 -9
- package/lib/input.js +2957 -167
- package/lib/pagination.js +346 -36
- package/lib/progress.js +1 -1
- package/lib/resize-layout.js +74 -55
- package/lib/select.js +157 -25
- package/lib/sideslider.js +801 -335
- package/lib/slider.js +3274 -3194
- package/lib/table-column.js +21 -24
- package/lib/table.js +416 -39
- package/lib/tag-input.js +126 -104
- package/lib/time-picker.js +1 -1
- package/lib/timeline.js +26 -17
- package/lib/transfer.js +2861 -2673
- package/lib/ui/big-tree.css +6 -0
- package/lib/ui/big-tree.min.css +1 -1
- package/lib/ui/big-tree.min.css.map +1 -1
- package/lib/ui/bk-magic-vue.css +84 -28
- package/lib/ui/bk-magic-vue.min.css +1 -1
- package/lib/ui/bk-magic-vue.min.css.gz +0 -0
- package/lib/ui/bk-magic-vue.min.css.map +1 -1
- package/lib/ui/button.css +4 -4
- package/lib/ui/button.min.css +1 -1
- package/lib/ui/button.min.css.map +1 -1
- package/lib/ui/card.css +2 -2
- package/lib/ui/card.min.css +1 -1
- package/lib/ui/card.min.css.map +1 -1
- package/lib/ui/cascade.css +19 -2
- package/lib/ui/cascade.min.css +1 -1
- package/lib/ui/cascade.min.css.map +1 -1
- package/lib/ui/link.css +27 -3
- package/lib/ui/link.min.css +1 -1
- package/lib/ui/link.min.css.map +1 -1
- package/lib/ui/notify.css +1 -1
- package/lib/ui/notify.min.css +1 -1
- package/lib/ui/notify.min.css.map +1 -1
- package/lib/ui/overflow-tips.css +3 -2
- package/lib/ui/overflow-tips.min.css +1 -1
- package/lib/ui/overflow-tips.min.css.map +1 -1
- package/lib/ui/pagination.css +1 -1
- package/lib/ui/pagination.min.css +1 -1
- package/lib/ui/pagination.min.css.map +1 -1
- package/lib/ui/popover.css +3 -2
- package/lib/ui/popover.min.css +1 -1
- package/lib/ui/popover.min.css.map +1 -1
- package/lib/ui/process.css +9 -3
- package/lib/ui/process.min.css +1 -1
- package/lib/ui/process.min.css.map +1 -1
- package/lib/ui/resize-layout.css +13 -5
- package/lib/ui/resize-layout.min.css +1 -1
- package/lib/ui/resize-layout.min.css.map +1 -1
- package/lib/ui/sideslider.css +2 -1
- package/lib/ui/sideslider.min.css +1 -1
- package/lib/ui/sideslider.min.css.map +1 -1
- package/lib/ui/table.css +1 -1
- package/lib/ui/table.min.css +1 -1
- package/lib/ui/table.min.css.map +1 -1
- package/lib/ui/tooltips.css +3 -2
- package/lib/ui/tooltips.min.css +1 -1
- package/lib/ui/tooltips.min.css.map +1 -1
- package/lib/ui/tree.css +3 -3
- package/lib/ui/tree.min.css +1 -1
- package/lib/ui/tree.min.css.map +1 -1
- package/lib/version-detail.js +446 -9
- package/lib/virtual-scroll.js +379 -200
- package/package.json +7 -4
package/dist/bk-magic-vue.css
CHANGED
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
}
|
|
907
907
|
.bk-button.bk-default.is-disabled,
|
|
908
908
|
.bk-button.bk-default[disabled]{
|
|
909
|
-
background-color:#
|
|
909
|
+
background-color:#faf9fd;
|
|
910
910
|
border-color:#dcdee5;
|
|
911
911
|
color:#c4c6cc;
|
|
912
912
|
cursor:not-allowed;
|
|
@@ -1398,20 +1398,20 @@
|
|
|
1398
1398
|
}
|
|
1399
1399
|
.bk-button-text.is-disabled,
|
|
1400
1400
|
.bk-button-text[disabled]{
|
|
1401
|
-
color:#
|
|
1401
|
+
color:#c4c6cc;
|
|
1402
1402
|
cursor:not-allowed
|
|
1403
1403
|
}
|
|
1404
1404
|
.bk-button-text.is-disabled:hover,
|
|
1405
1405
|
.bk-button-text.is-disabled.hover,
|
|
1406
1406
|
.bk-button-text[disabled]:hover,
|
|
1407
1407
|
.bk-button-text[disabled].hover{
|
|
1408
|
-
color:#
|
|
1408
|
+
color:#c4c6cc;
|
|
1409
1409
|
}
|
|
1410
1410
|
.bk-button-text.is-disabled:active,
|
|
1411
1411
|
.bk-button-text.is-disabled.active,
|
|
1412
1412
|
.bk-button-text[disabled]:active,
|
|
1413
1413
|
.bk-button-text[disabled].active{
|
|
1414
|
-
color:#
|
|
1414
|
+
color:#c4c6cc;
|
|
1415
1415
|
}
|
|
1416
1416
|
.bk-button-text.bk-button-small{
|
|
1417
1417
|
height:26px;
|
|
@@ -7209,7 +7209,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
7209
7209
|
}
|
|
7210
7210
|
.bk-notify-content .bk-notify-content-title{
|
|
7211
7211
|
margin-top:0;
|
|
7212
|
-
margin-bottom:
|
|
7212
|
+
margin-bottom:8px;
|
|
7213
7213
|
font-size:14px;
|
|
7214
7214
|
font-weight:bold;
|
|
7215
7215
|
}
|
|
@@ -7361,7 +7361,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
7361
7361
|
font-weight:bold;
|
|
7362
7362
|
}
|
|
7363
7363
|
.bk-page .bk-page-jumper{
|
|
7364
|
-
margin-left:
|
|
7364
|
+
margin-left:10px;
|
|
7365
7365
|
display:inline-block;
|
|
7366
7366
|
}
|
|
7367
7367
|
.bk-page .bk-page-jumper > span{
|
|
@@ -7611,7 +7611,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
7611
7611
|
transition-timing-function:cubic-bezier(.165, .84, .44, 1);
|
|
7612
7612
|
max-width:calc(100% - 8px);
|
|
7613
7613
|
pointer-events:none;
|
|
7614
|
-
outline:0
|
|
7614
|
+
outline:0;
|
|
7615
|
+
word-wrap:break-word;
|
|
7615
7616
|
}
|
|
7616
7617
|
.tippy-popper[x-placement^=top] .tippy-backdrop{
|
|
7617
7618
|
border-radius:40% 40% 0 0
|
|
@@ -8014,7 +8015,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
8014
8015
|
background-color:rgba(0, 0, 0, .8);
|
|
8015
8016
|
}
|
|
8016
8017
|
.tippy-tooltip[data-size=small]{
|
|
8017
|
-
padding:12px;
|
|
8018
|
+
padding:7px 12px;
|
|
8018
8019
|
font-size:12px;
|
|
8019
8020
|
}
|
|
8020
8021
|
.tippy-tooltip[data-size=large]{
|
|
@@ -8190,8 +8191,13 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
8190
8191
|
font-size:22px;
|
|
8191
8192
|
}
|
|
8192
8193
|
.bk-process .bk-spin-loading.bk-spin-loading-mini{
|
|
8193
|
-
width:
|
|
8194
|
-
height:
|
|
8194
|
+
width:22px;
|
|
8195
|
+
height:22px;
|
|
8196
|
+
display:-webkit-inline-box;
|
|
8197
|
+
display:-ms-inline-flexbox;
|
|
8198
|
+
display:inline-flex;
|
|
8199
|
+
top:2px;
|
|
8200
|
+
left:3px;
|
|
8195
8201
|
}
|
|
8196
8202
|
.bk-process .bk-process-toggle{
|
|
8197
8203
|
position:relative;
|
|
@@ -8297,7 +8303,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
8297
8303
|
color:#2dcb56;
|
|
8298
8304
|
}
|
|
8299
8305
|
.bk-process li .bk-process-step .steps-loading{
|
|
8300
|
-
top
|
|
8306
|
+
top:1px;
|
|
8307
|
+
left:1px;
|
|
8301
8308
|
}
|
|
8302
8309
|
.bk-process li .bk-process-step .step-item.error{
|
|
8303
8310
|
color:#ff5656;
|
|
@@ -9140,7 +9147,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
9140
9147
|
top:0;
|
|
9141
9148
|
bottom:0;
|
|
9142
9149
|
background-color:#fff;
|
|
9143
|
-
overflow-y:auto
|
|
9150
|
+
overflow-y:auto;
|
|
9151
|
+
pointer-events:all
|
|
9144
9152
|
}
|
|
9145
9153
|
.bk-sideslider-wrapper.left{
|
|
9146
9154
|
left:0;
|
|
@@ -10619,7 +10627,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
10619
10627
|
.bk-table.bk-table-dark-header th{
|
|
10620
10628
|
background-color:#f0f1f5;
|
|
10621
10629
|
}
|
|
10622
|
-
.bk-table.bk-table-dark-header th :hover{
|
|
10630
|
+
.bk-table.bk-table-dark-header th .cell:hover{
|
|
10623
10631
|
background-color:#eaebf0
|
|
10624
10632
|
}
|
|
10625
10633
|
.bk-table.bk-table-custom-header{
|
|
@@ -12270,7 +12278,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
12270
12278
|
box-sizing:border-box;
|
|
12271
12279
|
list-style-type:none;
|
|
12272
12280
|
text-align:left;
|
|
12273
|
-
padding-left:
|
|
12281
|
+
padding-left:16px;
|
|
12274
12282
|
}
|
|
12275
12283
|
.bk-tree li{
|
|
12276
12284
|
position:relative;
|
|
@@ -12280,7 +12288,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
12280
12288
|
text-align:left
|
|
12281
12289
|
}
|
|
12282
12290
|
.bk-tree li.leaf{
|
|
12283
|
-
padding-left:
|
|
12291
|
+
padding-left:16px;
|
|
12284
12292
|
}
|
|
12285
12293
|
.bk-tree .tree-drag-node{
|
|
12286
12294
|
line-height:32px;
|
|
@@ -12392,7 +12400,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
12392
12400
|
border-left:1px dashed #ded8d8;
|
|
12393
12401
|
bottom:50px;
|
|
12394
12402
|
height:100%;
|
|
12395
|
-
left:-
|
|
12403
|
+
left:-10px;
|
|
12396
12404
|
top:-11px;
|
|
12397
12405
|
width:1px;
|
|
12398
12406
|
}
|
|
@@ -14299,6 +14307,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14299
14307
|
width:100%;
|
|
14300
14308
|
height:100%;
|
|
14301
14309
|
}
|
|
14310
|
+
.bk-big-tree .fixed-width{
|
|
14311
|
+
width:-webkit-max-content;
|
|
14312
|
+
width:-moz-max-content;
|
|
14313
|
+
width:max-content;
|
|
14314
|
+
}
|
|
14302
14315
|
.bk-big-tree .bk-big-tree-empty{
|
|
14303
14316
|
text-align:center;
|
|
14304
14317
|
font-size:14px;
|
|
@@ -14574,6 +14587,12 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14574
14587
|
.bk-link.is-primary:hover{
|
|
14575
14588
|
color:#699df4;
|
|
14576
14589
|
}
|
|
14590
|
+
.bk-link.is-primary:active{
|
|
14591
|
+
color:#1768ef;
|
|
14592
|
+
}
|
|
14593
|
+
.bk-link.is-primary:visited{
|
|
14594
|
+
color:#699df4;
|
|
14595
|
+
}
|
|
14577
14596
|
.bk-link.is-primary.is-disabled{
|
|
14578
14597
|
color:#a3c5fd;
|
|
14579
14598
|
}
|
|
@@ -14581,7 +14600,13 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14581
14600
|
color:#2dcb56
|
|
14582
14601
|
}
|
|
14583
14602
|
.bk-link.is-success:hover{
|
|
14584
|
-
color:#
|
|
14603
|
+
color:#44e360;
|
|
14604
|
+
}
|
|
14605
|
+
.bk-link.is-success:active{
|
|
14606
|
+
color:#1bb943;
|
|
14607
|
+
}
|
|
14608
|
+
.bk-link.is-success:visited{
|
|
14609
|
+
color:#44e360;
|
|
14585
14610
|
}
|
|
14586
14611
|
.bk-link.is-success.is-disabled{
|
|
14587
14612
|
color:#94f5a4;
|
|
@@ -14590,7 +14615,13 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14590
14615
|
color:#ff9c01
|
|
14591
14616
|
}
|
|
14592
14617
|
.bk-link.is-warning:hover{
|
|
14593
|
-
color:#
|
|
14618
|
+
color:#ffb849;
|
|
14619
|
+
}
|
|
14620
|
+
.bk-link.is-warning:active{
|
|
14621
|
+
color:#eb9000;
|
|
14622
|
+
}
|
|
14623
|
+
.bk-link.is-warning:visited{
|
|
14624
|
+
color:#ffb849;
|
|
14594
14625
|
}
|
|
14595
14626
|
.bk-link.is-warning.is-disabled{
|
|
14596
14627
|
color:#ffd695;
|
|
@@ -14599,7 +14630,13 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14599
14630
|
color:#ea3636
|
|
14600
14631
|
}
|
|
14601
14632
|
.bk-link.is-danger:hover{
|
|
14602
|
-
color:#
|
|
14633
|
+
color:#fe5657;
|
|
14634
|
+
}
|
|
14635
|
+
.bk-link.is-danger:active{
|
|
14636
|
+
color:#da2726;
|
|
14637
|
+
}
|
|
14638
|
+
.bk-link.is-danger:visited{
|
|
14639
|
+
color:#fe5657;
|
|
14603
14640
|
}
|
|
14604
14641
|
.bk-link.is-danger.is-disabled{
|
|
14605
14642
|
color:#fd9c9c;
|
|
@@ -14715,6 +14752,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14715
14752
|
color:#c4c6cc;
|
|
14716
14753
|
cursor:not-allowed;
|
|
14717
14754
|
}
|
|
14755
|
+
.bk-cascade.is-custom-trigger{
|
|
14756
|
+
border:none;
|
|
14757
|
+
-webkit-box-shadow:none;
|
|
14758
|
+
box-shadow:none;
|
|
14759
|
+
}
|
|
14718
14760
|
.bk-cascade.is-readonly,
|
|
14719
14761
|
.bk-cascade.is-loading{
|
|
14720
14762
|
background-color:#fafafa;
|
|
@@ -14779,7 +14821,6 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14779
14821
|
display:block;
|
|
14780
14822
|
}
|
|
14781
14823
|
.bk-cascade-dropdown-content{
|
|
14782
|
-
padding:4px 0;
|
|
14783
14824
|
border:1px solid #dcdee5;
|
|
14784
14825
|
border-radius:2px;
|
|
14785
14826
|
line-height:32px;
|
|
@@ -14888,8 +14929,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14888
14929
|
padding:0 16px;
|
|
14889
14930
|
border-radius:0px 0px 1px 1px;
|
|
14890
14931
|
border-top:1px solid #dcdee5;
|
|
14891
|
-
background:#fafbfd
|
|
14932
|
+
background:#fafbfd;
|
|
14892
14933
|
}
|
|
14934
|
+
.bk-cascade-extension i{
|
|
14935
|
+
font-size:12px;
|
|
14936
|
+
}
|
|
14893
14937
|
.bk-cascade-extension:hover{
|
|
14894
14938
|
background-color:#f0f1f5;
|
|
14895
14939
|
}
|
|
@@ -14940,6 +14984,12 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14940
14984
|
font-size:20px;
|
|
14941
14985
|
color:#979BA5;
|
|
14942
14986
|
}
|
|
14987
|
+
.bk-cascade-panel .bk-option:first-of-type{
|
|
14988
|
+
margin-top:4px;
|
|
14989
|
+
}
|
|
14990
|
+
.bk-cascade-panel .bk-option:last-of-type{
|
|
14991
|
+
margin-bottom:4px;
|
|
14992
|
+
}
|
|
14943
14993
|
.bk-cascade-panel .is-multiple{
|
|
14944
14994
|
background-color:#fff!important;
|
|
14945
14995
|
}
|
|
@@ -15486,7 +15536,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
15486
15536
|
width:100%;
|
|
15487
15537
|
height:50px;
|
|
15488
15538
|
line-height:50px;
|
|
15489
|
-
padding:0
|
|
15539
|
+
padding:0 24px;
|
|
15490
15540
|
position:relative;
|
|
15491
15541
|
}
|
|
15492
15542
|
.bk-card-head .title{
|
|
@@ -15536,7 +15586,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
15536
15586
|
}
|
|
15537
15587
|
.bk-card-body{
|
|
15538
15588
|
width:100%;
|
|
15539
|
-
padding:
|
|
15589
|
+
padding:16px 24px 24px;
|
|
15540
15590
|
}
|
|
15541
15591
|
.bk-card-foot{
|
|
15542
15592
|
width:100%;
|
|
@@ -16027,6 +16077,12 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
16027
16077
|
-webkit-transform:rotate(180deg);
|
|
16028
16078
|
transform:rotate(180deg);
|
|
16029
16079
|
}
|
|
16080
|
+
.bk-resize-layout-collapsible.bk-resize-layout-collapsed > .bk-resize-layout-aside{
|
|
16081
|
+
border:none !important
|
|
16082
|
+
}
|
|
16083
|
+
.bk-resize-layout-collapsible.bk-resize-layout-collapsed > .bk-resize-layout-aside:after{
|
|
16084
|
+
display:none;
|
|
16085
|
+
}
|
|
16030
16086
|
.bk-resize-layout-left{
|
|
16031
16087
|
-webkit-box-orient:horizontal;
|
|
16032
16088
|
-webkit-box-direction:normal;
|
|
@@ -16050,7 +16106,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
16050
16106
|
cursor:col-resize
|
|
16051
16107
|
}
|
|
16052
16108
|
.bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger:hover{
|
|
16053
|
-
background-image:linear-gradient(to left, transparent, transparent 2px, #3a84ff
|
|
16109
|
+
background-image:linear-gradient(to left, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
|
|
16054
16110
|
}
|
|
16055
16111
|
.bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-collapse{
|
|
16056
16112
|
left:100%;
|
|
@@ -16081,7 +16137,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
16081
16137
|
cursor:col-resize
|
|
16082
16138
|
}
|
|
16083
16139
|
.bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger:hover{
|
|
16084
|
-
background-image:linear-gradient(to right, transparent, transparent 2px, #3a84ff
|
|
16140
|
+
background-image:linear-gradient(to right, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
|
|
16085
16141
|
}
|
|
16086
16142
|
.bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-collapse{
|
|
16087
16143
|
right:100%;
|
|
@@ -16112,7 +16168,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
16112
16168
|
cursor:row-resize
|
|
16113
16169
|
}
|
|
16114
16170
|
.bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger:hover{
|
|
16115
|
-
background-image:linear-gradient(to top, transparent, transparent 2px, #3a84ff
|
|
16171
|
+
background-image:linear-gradient(to top, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
|
|
16116
16172
|
}
|
|
16117
16173
|
.bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-collapse{
|
|
16118
16174
|
top:100%;
|
|
@@ -16144,7 +16200,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
16144
16200
|
cursor:row-resize
|
|
16145
16201
|
}
|
|
16146
16202
|
.bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger:hover{
|
|
16147
|
-
background-image:linear-gradient(to bottom, transparent, transparent 2px, #3a84ff
|
|
16203
|
+
background-image:linear-gradient(to bottom, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
|
|
16148
16204
|
}
|
|
16149
16205
|
.bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-collapse{
|
|
16150
16206
|
bottom:100%;
|
|
@@ -16199,7 +16255,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
16199
16255
|
width:16px;
|
|
16200
16256
|
height:50px;
|
|
16201
16257
|
line-height:50px;
|
|
16202
|
-
border-radius:0px
|
|
16258
|
+
border-radius:0px 6px 6px 0px;
|
|
16203
16259
|
background:#dcdee5;
|
|
16204
16260
|
text-align:center;
|
|
16205
16261
|
font-size:20px;
|