bk-magic-vue 2.5.8 → 2.5.9-beta.10

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.
Files changed (145) hide show
  1. package/dist/bk-magic-vue.css +892 -959
  2. package/dist/bk-magic-vue.js +1161 -960
  3. package/dist/bk-magic-vue.min.css +1 -1
  4. package/dist/bk-magic-vue.min.css.gz +0 -0
  5. package/dist/bk-magic-vue.min.css.map +1 -1
  6. package/dist/bk-magic-vue.min.js +1 -1
  7. package/dist/bk-magic-vue.min.js.gz +0 -0
  8. package/dist/bk-magic-vue.min.js.map +1 -1
  9. package/lib/badge.js +6 -6
  10. package/lib/big-tree.js +211 -211
  11. package/lib/cascade.js +6428 -6410
  12. package/lib/checkbox.js +202 -202
  13. package/lib/date-picker.js +32 -29
  14. package/lib/dialog.js +688 -216
  15. package/lib/directives/overflow-tips.js +8 -7
  16. package/lib/directives/tooltips.js +8 -7
  17. package/lib/form-item.js +212 -211
  18. package/lib/form.js +91 -83
  19. package/lib/icon.js +2 -1
  20. package/lib/image.js +6 -6
  21. package/lib/info-box.js +697 -224
  22. package/lib/loading.js +13 -10
  23. package/lib/locale/index.js +6 -6
  24. package/lib/message.js +13 -12
  25. package/lib/navigation-menu.js +202 -202
  26. package/lib/notify.js +8 -7
  27. package/lib/option-group.js +202 -202
  28. package/lib/option.js +202 -202
  29. package/lib/pagination.js +270 -266
  30. package/lib/popconfirm.js +2 -1
  31. package/lib/popover.js +2 -1
  32. package/lib/process.js +6 -6
  33. package/lib/rate.js +14 -3
  34. package/lib/resize-layout.js +55 -56
  35. package/lib/search-select.js +239 -236
  36. package/lib/select.js +270 -266
  37. package/lib/sideslider.js +993 -537
  38. package/lib/slider.js +8 -7
  39. package/lib/star.js +13 -2
  40. package/lib/steps.js +202 -202
  41. package/lib/tab.js +205 -205
  42. package/lib/table-column.js +208 -208
  43. package/lib/table-setting-content.js +205 -205
  44. package/lib/table.js +270 -266
  45. package/lib/tag-input.js +493 -337
  46. package/lib/time-picker.js +28 -27
  47. package/lib/timeline.js +32 -22
  48. package/lib/transfer.js +8 -7
  49. package/lib/tree.js +25 -25
  50. package/lib/ui/badge.css +127 -119
  51. package/lib/ui/badge.min.css +1 -1
  52. package/lib/ui/badge.min.css.map +1 -1
  53. package/lib/ui/bk-magic-vue.css +892 -959
  54. package/lib/ui/bk-magic-vue.min.css +1 -1
  55. package/lib/ui/bk-magic-vue.min.css.gz +0 -0
  56. package/lib/ui/bk-magic-vue.min.css.map +1 -1
  57. package/lib/ui/button.css +4 -4
  58. package/lib/ui/button.min.css +1 -1
  59. package/lib/ui/button.min.css.map +1 -1
  60. package/lib/ui/card.css +2 -2
  61. package/lib/ui/card.min.css +1 -1
  62. package/lib/ui/card.min.css.map +1 -1
  63. package/lib/ui/cascade.css +19 -1
  64. package/lib/ui/cascade.min.css +1 -1
  65. package/lib/ui/cascade.min.css.map +1 -1
  66. package/lib/ui/checkbox.css +67 -67
  67. package/lib/ui/checkbox.min.css.map +1 -1
  68. package/lib/ui/dialog.css +4 -4
  69. package/lib/ui/dialog.min.css +1 -1
  70. package/lib/ui/dialog.min.css.map +1 -1
  71. package/lib/ui/exception.css +1 -0
  72. package/lib/ui/exception.min.css +1 -1
  73. package/lib/ui/exception.min.css.map +1 -1
  74. package/lib/ui/form.css +2 -2
  75. package/lib/ui/form.min.css +1 -1
  76. package/lib/ui/form.min.css.map +1 -1
  77. package/lib/ui/info-box.css +4 -4
  78. package/lib/ui/info-box.min.css +1 -1
  79. package/lib/ui/info-box.min.css.map +1 -1
  80. package/lib/ui/input.css +1 -1
  81. package/lib/ui/input.min.css +1 -1
  82. package/lib/ui/input.min.css.map +1 -1
  83. package/lib/ui/link.css +27 -3
  84. package/lib/ui/link.min.css +1 -1
  85. package/lib/ui/link.min.css.map +1 -1
  86. package/lib/ui/loading.css +43 -280
  87. package/lib/ui/loading.min.css +1 -1
  88. package/lib/ui/loading.min.css.map +1 -1
  89. package/lib/ui/message.css +3 -2
  90. package/lib/ui/message.min.css +1 -1
  91. package/lib/ui/message.min.css.map +1 -1
  92. package/lib/ui/notify.css +5 -5
  93. package/lib/ui/notify.min.css +1 -1
  94. package/lib/ui/notify.min.css.map +1 -1
  95. package/lib/ui/overflow-tips.css +1 -1
  96. package/lib/ui/overflow-tips.min.css +1 -1
  97. package/lib/ui/overflow-tips.min.css.map +1 -1
  98. package/lib/ui/pagination.css +1 -1
  99. package/lib/ui/pagination.min.css +1 -1
  100. package/lib/ui/pagination.min.css.map +1 -1
  101. package/lib/ui/popconfirm.css +2 -2
  102. package/lib/ui/popconfirm.min.css +1 -1
  103. package/lib/ui/popconfirm.min.css.map +1 -1
  104. package/lib/ui/popover.css +1 -1
  105. package/lib/ui/popover.min.css +1 -1
  106. package/lib/ui/popover.min.css.map +1 -1
  107. package/lib/ui/process.css +51 -282
  108. package/lib/ui/process.min.css +1 -1
  109. package/lib/ui/process.min.css.map +1 -1
  110. package/lib/ui/progress.css +2 -2
  111. package/lib/ui/progress.min.css +1 -1
  112. package/lib/ui/progress.min.css.map +1 -1
  113. package/lib/ui/radio.css +64 -64
  114. package/lib/ui/radio.min.css +1 -1
  115. package/lib/ui/radio.min.css.map +1 -1
  116. package/lib/ui/resize-layout.css +5 -5
  117. package/lib/ui/resize-layout.min.css +1 -1
  118. package/lib/ui/resize-layout.min.css.map +1 -1
  119. package/lib/ui/search-select-menu.css +6 -0
  120. package/lib/ui/search-select-menu.min.css +1 -1
  121. package/lib/ui/search-select-menu.min.css.map +1 -1
  122. package/lib/ui/sideslider.css +6 -6
  123. package/lib/ui/sideslider.min.css +1 -1
  124. package/lib/ui/sideslider.min.css.map +1 -1
  125. package/lib/ui/star.css +22 -17
  126. package/lib/ui/star.min.css +1 -1
  127. package/lib/ui/star.min.css.map +1 -1
  128. package/lib/ui/steps.css +372 -274
  129. package/lib/ui/steps.min.css +1 -1
  130. package/lib/ui/steps.min.css.map +1 -1
  131. package/lib/ui/tooltips.css +1 -1
  132. package/lib/ui/tooltips.min.css +1 -1
  133. package/lib/ui/tooltips.min.css.map +1 -1
  134. package/lib/ui/transfer.css +122 -121
  135. package/lib/ui/transfer.min.css +1 -1
  136. package/lib/ui/transfer.min.css.map +1 -1
  137. package/lib/ui/tree.css +45 -282
  138. package/lib/ui/tree.min.css +1 -1
  139. package/lib/ui/tree.min.css.map +1 -1
  140. package/lib/upload.js +212 -211
  141. package/lib/utils/deepmerge.js +6 -6
  142. package/lib/utils/pinyin.js +6 -6
  143. package/lib/utils/tippy.js +2 -1
  144. package/lib/version-detail.js +665 -227
  145. package/package.json +3 -4
@@ -643,150 +643,158 @@
643
643
  opacity:0;
644
644
  }
645
645
  .bk-badge-wrapper{
646
- position:relative;
647
- display:inline-block;
646
+ position:relative;
647
+ display:inline-block;
648
648
  }
649
649
  .bk-badge-wrapper .bk-badge{
650
- position:relative;
651
- display:inline-block;
652
- min-width:18px;
653
- height:18px;
654
- line-height:16px;
655
- padding:0 2px;
656
- border:1px solid #c3cdd7;
657
- border-radius:18px;
658
- background-color:#fff;
659
- font-size:12px;
660
- text-align:center;
661
- }
650
+ position:relative;
651
+ display:-webkit-box;
652
+ display:-ms-flexbox;
653
+ display:flex;
654
+ -webkit-box-align:center;
655
+ -ms-flex-align:center;
656
+ align-items:center;
657
+ -webkit-box-pack:center;
658
+ -ms-flex-pack:center;
659
+ justify-content:center;
660
+ min-width:18px;
661
+ height:18px;
662
+ line-height:16px;
663
+ padding:0 2px;
664
+ border:1px solid #c3cdd7;
665
+ border-radius:18px;
666
+ background-color:#fff;
667
+ font-size:10px;
668
+ text-align:center;
669
+ }
662
670
  .bk-badge-wrapper .bk-badge .bk-icon{
663
- position:absolute;
664
- left:50%;
665
- top:50%;
666
- margin-top:0;
667
- -webkit-transform:translate(-50%, -50%);
668
- transform:translate(-50%, -50%);
669
- display:block;
670
- line-height:18px;
671
- }
671
+ position:absolute;
672
+ left:50%;
673
+ top:50%;
674
+ margin-top:0;
675
+ -webkit-transform:translate(-50%, -50%);
676
+ transform:translate(-50%, -50%);
677
+ display:block;
678
+ line-height:18px;
679
+ }
672
680
  .bk-badge-wrapper .bk-badge.pinned{
673
- position:absolute
674
- }
681
+ position:absolute
682
+ }
675
683
  .bk-badge-wrapper .bk-badge.pinned.top-right{
676
- top:0;
677
- right:0;
678
- -webkit-transform:translate(50%, -50%) scale(1, 1);
679
- transform:translate(50%, -50%) scale(1, 1)
680
- }
684
+ top:0;
685
+ right:0;
686
+ -webkit-transform:translate(50%, -50%) scale(1, 1);
687
+ transform:translate(50%, -50%) scale(1, 1)
688
+ }
681
689
  .bk-badge-wrapper .bk-badge.pinned.top-right.fade-center-enter,
682
- .bk-badge-wrapper .bk-badge.pinned.top-right.fade-center-leave-active{
683
- opacity:0;
684
- -webkit-transform:translate(50%, -50%) scale(0, 0);
685
- transform:translate(50%, -50%) scale(0, 0);
686
- }
690
+ .bk-badge-wrapper .bk-badge.pinned.top-right.fade-center-leave-active{
691
+ opacity:0;
692
+ -webkit-transform:translate(50%, -50%) scale(0, 0);
693
+ transform:translate(50%, -50%) scale(0, 0);
694
+ }
687
695
  .bk-badge-wrapper .bk-badge.pinned.right{
688
- top:50%;
689
- right:0%;
690
- -webkit-transform:translate(100%, -50%) scale(1, 1);
691
- transform:translate(100%, -50%) scale(1, 1)
692
- }
696
+ top:50%;
697
+ right:0%;
698
+ -webkit-transform:translate(100%, -50%) scale(1, 1);
699
+ transform:translate(100%, -50%) scale(1, 1)
700
+ }
693
701
  .bk-badge-wrapper .bk-badge.pinned.right.fade-center-enter,
694
- .bk-badge-wrapper .bk-badge.pinned.right.fade-center-leave-active{
695
- opacity:0;
696
- -webkit-transform:translate(50%, -50%) scale(0, 0);
697
- transform:translate(50%, -50%) scale(0, 0);
698
- }
702
+ .bk-badge-wrapper .bk-badge.pinned.right.fade-center-leave-active{
703
+ opacity:0;
704
+ -webkit-transform:translate(50%, -50%) scale(0, 0);
705
+ transform:translate(50%, -50%) scale(0, 0);
706
+ }
699
707
  .bk-badge-wrapper .bk-badge.pinned.bottom-right{
700
- bottom:0;
701
- right:0;
702
- -webkit-transform:translate(50%, 50%) scale(1, 1);
703
- transform:translate(50%, 50%) scale(1, 1)
704
- }
708
+ bottom:0;
709
+ right:0;
710
+ -webkit-transform:translate(50%, 50%) scale(1, 1);
711
+ transform:translate(50%, 50%) scale(1, 1)
712
+ }
705
713
  .bk-badge-wrapper .bk-badge.pinned.bottom-right.fade-center-enter,
706
- .bk-badge-wrapper .bk-badge.pinned.bottom-right.fade-center-leave-active{
707
- opacity:0;
708
- -webkit-transform:translate(50%, 50%) scale(0, 0);
709
- transform:translate(50%, 50%) scale(0, 0);
710
- }
714
+ .bk-badge-wrapper .bk-badge.pinned.bottom-right.fade-center-leave-active{
715
+ opacity:0;
716
+ -webkit-transform:translate(50%, 50%) scale(0, 0);
717
+ transform:translate(50%, 50%) scale(0, 0);
718
+ }
711
719
  .bk-badge-wrapper .bk-badge.pinned.top-left{
712
- top:0;
713
- left:0;
714
- -webkit-transform:translate(-50%, -50%) scale(1, 1);
715
- transform:translate(-50%, -50%) scale(1, 1)
716
- }
720
+ top:0;
721
+ left:0;
722
+ -webkit-transform:translate(-50%, -50%) scale(1, 1);
723
+ transform:translate(-50%, -50%) scale(1, 1)
724
+ }
717
725
  .bk-badge-wrapper .bk-badge.pinned.top-left.fade-center-enter,
718
- .bk-badge-wrapper .bk-badge.pinned.top-left.fade-center-leave-active{
719
- opacity:0;
720
- -webkit-transform:translate(-50%, -50%) scale(0, 0);
721
- transform:translate(-50%, -50%) scale(0, 0);
722
- }
726
+ .bk-badge-wrapper .bk-badge.pinned.top-left.fade-center-leave-active{
727
+ opacity:0;
728
+ -webkit-transform:translate(-50%, -50%) scale(0, 0);
729
+ transform:translate(-50%, -50%) scale(0, 0);
730
+ }
723
731
  .bk-badge-wrapper .bk-badge.pinned.bottom-left{
724
- bottom:0;
725
- left:0;
726
- -webkit-transform:translate(-50%, 50%) scale(1, 1);
727
- transform:translate(-50%, 50%) scale(1, 1)
728
- }
732
+ bottom:0;
733
+ left:0;
734
+ -webkit-transform:translate(-50%, 50%) scale(1, 1);
735
+ transform:translate(-50%, 50%) scale(1, 1)
736
+ }
729
737
  .bk-badge-wrapper .bk-badge.pinned.bottom-left.fade-center-enter,
730
- .bk-badge-wrapper .bk-badge.pinned.bottom-left.fade-center-leave-active{
731
- opacity:0;
732
- -webkit-transform:translate(-50%, 50%) scale(0, 0);
733
- transform:translate(-50%, 50%) scale(0, 0);
734
- }
735
- .bk-badge-wrapper .bk-badge.dot{
736
- width:8px;
737
- height:8px;
738
- min-width:8px;
738
+ .bk-badge-wrapper .bk-badge.pinned.bottom-left.fade-center-leave-active{
739
+ opacity:0;
740
+ -webkit-transform:translate(-50%, 50%) scale(0, 0);
741
+ transform:translate(-50%, 50%) scale(0, 0);
739
742
  }
743
+ .bk-badge-wrapper .bk-badge.dot{
744
+ width:8px;
745
+ height:8px;
746
+ min-width:8px;
747
+ }
740
748
  .bk-badge-wrapper .bk-badge.bk-danger{
741
- background-color:#ff5656;
742
- border:2px solid #fff;
743
- color:#fff
744
- }
749
+ background-color:#ea3636;
750
+ border:2px solid #fff;
751
+ color:#fff
752
+ }
745
753
  .bk-badge-wrapper .bk-badge.bk-danger.is-icon{
746
- background-color:#fff;
747
- border-color:#fff;
748
- color:#ff5656;
749
- }
754
+ background-color:#fff;
755
+ border-color:#fff;
756
+ color:#ea3636;
757
+ }
750
758
  .bk-badge-wrapper .bk-badge.bk-warning{
751
- background-color:#ffb848;
752
- border:2px solid #fff;
753
- color:#fff
754
- }
759
+ background-color:#ff9c01;
760
+ border:2px solid #fff;
761
+ color:#fff
762
+ }
755
763
  .bk-badge-wrapper .bk-badge.bk-warning.is-icon{
756
- background-color:#fff;
757
- border-color:#fff;
758
- color:#ffb848;
759
- }
764
+ background-color:#fff;
765
+ border-color:#fff;
766
+ color:#ff9c01;
767
+ }
760
768
  .bk-badge-wrapper .bk-badge.bk-success{
761
- background-color:#2dcb56;
762
- border:2px solid #fff;
763
- color:#fff
764
- }
769
+ background-color:#2dcb56;
770
+ border:2px solid #fff;
771
+ color:#fff
772
+ }
765
773
  .bk-badge-wrapper .bk-badge.bk-success.is-icon{
766
- background-color:#fff;
767
- border-color:#fff;
768
- color:#2dcb56;
769
- }
774
+ background-color:#fff;
775
+ border-color:#fff;
776
+ color:#2dcb56;
777
+ }
770
778
  .bk-badge-wrapper .bk-badge.bk-primary{
771
- background-color:#3c96ff;
772
- border:2px solid #fff;
773
- color:#fff
774
- }
779
+ background-color:#3a84ff;
780
+ border:2px solid #fff;
781
+ color:#fff
782
+ }
775
783
  .bk-badge-wrapper .bk-badge.bk-primary.is-icon{
776
- background-color:#fff;
777
- border-color:#fff;
778
- color:#3c96ff;
779
- }
784
+ background-color:#fff;
785
+ border-color:#fff;
786
+ color:#3a84ff;
787
+ }
780
788
  .bk-badge-wrapper .bk-badge.bk-info{
781
- background-color:#88c3ff;
782
- border:2px solid #fff;
783
- color:#fff
784
- }
789
+ background-color:#3a84ff;
790
+ border:2px solid #fff;
791
+ color:#fff
792
+ }
785
793
  .bk-badge-wrapper .bk-badge.bk-info.is-icon{
786
- background-color:#fff;
787
- border-color:#fff;
788
- color:#88c3ff;
789
- }
794
+ background-color:#fff;
795
+ border-color:#fff;
796
+ color:#3a84ff;
797
+ }
790
798
  .bk-button{
791
799
  height:32px;
792
800
  line-height:30px;
@@ -898,7 +906,7 @@
898
906
  }
899
907
  .bk-button.bk-default.is-disabled,
900
908
  .bk-button.bk-default[disabled]{
901
- background-color:#fff;
909
+ background-color:#faf9fd;
902
910
  border-color:#dcdee5;
903
911
  color:#c4c6cc;
904
912
  cursor:not-allowed;
@@ -1390,20 +1398,20 @@
1390
1398
  }
1391
1399
  .bk-button-text.is-disabled,
1392
1400
  .bk-button-text[disabled]{
1393
- color:#dcdee5;
1401
+ color:#c4c6cc;
1394
1402
  cursor:not-allowed
1395
1403
  }
1396
1404
  .bk-button-text.is-disabled:hover,
1397
1405
  .bk-button-text.is-disabled.hover,
1398
1406
  .bk-button-text[disabled]:hover,
1399
1407
  .bk-button-text[disabled].hover{
1400
- color:#dcdee5;
1408
+ color:#c4c6cc;
1401
1409
  }
1402
1410
  .bk-button-text.is-disabled:active,
1403
1411
  .bk-button-text.is-disabled.active,
1404
1412
  .bk-button-text[disabled]:active,
1405
1413
  .bk-button-text[disabled].active{
1406
- color:#dcdee5;
1414
+ color:#c4c6cc;
1407
1415
  }
1408
1416
  .bk-button-text.bk-button-small{
1409
1417
  height:26px;
@@ -1940,84 +1948,84 @@
1940
1948
  }
1941
1949
  }
1942
1950
  .bk-form-checkbox{
1943
- position:relative;
1944
- display:inline-block;
1945
- vertical-align:middle;
1946
- font-size:0;
1947
- line-height:18px;
1948
- overflow:hidden;
1949
- cursor:pointer
1951
+ position:relative;
1952
+ display:inline-block;
1953
+ vertical-align:middle;
1954
+ font-size:0;
1955
+ line-height:18px;
1956
+ overflow:hidden;
1957
+ cursor:pointer
1950
1958
  }
1951
1959
  .bk-form-checkbox.is-indeterminate:not(.is-checked) .bk-checkbox{
1952
- border-color:#3a84ff;
1953
- background-color:#3a84ff;
1954
- background-clip:content-box;
1955
- position:relative
1956
- }
1960
+ border-color:#3a84ff;
1961
+ background-color:#3a84ff;
1962
+ background-clip:content-box;
1963
+ position:relative
1964
+ }
1957
1965
  .bk-form-checkbox.is-indeterminate:not(.is-checked) .bk-checkbox::after{
1958
- content:'';
1959
- width:8px;
1960
- height:2px;
1961
- background:#fff;
1962
- position:absolute;
1963
- top:50%;
1964
- left:50%;
1965
- margin-left:-4px;
1966
- border-radius:2px;
1967
- margin-top:-1px;
1968
- display:inline-block;
1969
- }
1966
+ content:'';
1967
+ width:8px;
1968
+ height:2px;
1969
+ background:#fff;
1970
+ position:absolute;
1971
+ top:50%;
1972
+ left:50%;
1973
+ margin-left:-4px;
1974
+ border-radius:2px;
1975
+ margin-top:-1px;
1976
+ display:inline-block;
1977
+ }
1970
1978
  .bk-form-checkbox.is-disabled{
1971
- cursor:not-allowed;
1972
- }
1979
+ cursor:not-allowed;
1980
+ }
1973
1981
  .bk-form-checkbox.is-disabled .bk-checkbox{
1974
- border-color:#dcdee5;
1975
- background-color:#fafbfd;
1976
- }
1982
+ border-color:#dcdee5;
1983
+ background-color:#fafbfd;
1984
+ }
1977
1985
  .bk-form-checkbox.is-disabled.is-checked .bk-checkbox{
1978
- border-color:#dcdee5;
1979
- background-color:#dcdee5;
1980
- }
1986
+ border-color:#dcdee5;
1987
+ background-color:#dcdee5;
1988
+ }
1981
1989
  .bk-form-checkbox.is-checked .bk-checkbox{
1982
- border-color:#3a84ff;
1983
- background-color:#3a84ff;
1984
- background-clip:border-box
1985
- }
1990
+ border-color:#3a84ff;
1991
+ background-color:#3a84ff;
1992
+ background-clip:border-box
1993
+ }
1986
1994
  .bk-form-checkbox.is-checked .bk-checkbox:after{
1987
- content:"";
1988
- position:absolute;
1989
- top:1px;
1990
- left:4px;
1991
- width:4px;
1992
- height:8px;
1993
- border:2px solid #fff;
1994
- border-left:0;
1995
- border-top:0;
1996
- -webkit-transform-origin:center;
1997
- transform-origin:center;
1998
- -webkit-transform:rotate(45deg) scaleY(1);
1999
- transform:rotate(45deg) scaleY(1);
2000
- }
1995
+ content:'';
1996
+ position:absolute;
1997
+ top:1px;
1998
+ left:4px;
1999
+ width:4px;
2000
+ height:8px;
2001
+ border:2px solid #fff;
2002
+ border-left:0;
2003
+ border-top:0;
2004
+ -webkit-transform-origin:center;
2005
+ transform-origin:center;
2006
+ -webkit-transform:rotate(45deg) scaleY(1);
2007
+ transform:rotate(45deg) scaleY(1);
2008
+ }
2001
2009
  .bk-form-checkbox .bk-checkbox{
2002
- position:relative;
2003
- display:inline-block;
2004
- vertical-align:middle;
2005
- width:16px;
2006
- height:16px;
2007
- border:1px solid #979ba5;
2008
- border-radius:2px
2009
- }
2010
+ position:relative;
2011
+ display:inline-block;
2012
+ vertical-align:middle;
2013
+ width:16px;
2014
+ height:16px;
2015
+ border:1px solid #979ba5;
2016
+ border-radius:2px
2017
+ }
2010
2018
  .bk-form-checkbox .bk-checkbox:focus{
2011
- border-color:#3c96ff;
2012
- outline:none;
2013
- }
2014
- .bk-form-checkbox .bk-checkbox-text{
2015
- display:inline-block;
2016
- margin:0 0 0 6px;
2017
- vertical-align:middle;
2018
- font-size:14px;
2019
- color:#63656e;
2019
+ border-color:#3c96ff;
2020
+ outline:none;
2020
2021
  }
2022
+ .bk-form-checkbox .bk-checkbox-text{
2023
+ display:inline-block;
2024
+ margin:0 0 0 6px;
2025
+ vertical-align:middle;
2026
+ font-size:14px;
2027
+ color:#63656e;
2028
+ }
2021
2029
  html,
2022
2030
  body{
2023
2031
  margin:0;
@@ -4464,7 +4472,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
4464
4472
 
4465
4473
  }
4466
4474
  .bk-dialog-wrapper .bk-dialog-header{
4467
- padding:3px 24px 24px 24px;
4475
+ padding:0 24px 8px 24px;
4468
4476
  line-height:1.2;
4469
4477
  text-align:center;
4470
4478
  }
@@ -4494,7 +4502,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
4494
4502
  font-size:20px;
4495
4503
  }
4496
4504
  .bk-dialog-wrapper .bk-dialog-body{
4497
- padding:3px 24px 26px;
4505
+ padding:3px 24px 24px;
4498
4506
  font-size:14px;
4499
4507
  line-height:1.5;
4500
4508
  color:#63656e;
@@ -4524,7 +4532,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
4524
4532
  user-select:none;
4525
4533
  }
4526
4534
  .bk-dialog-wrapper .bk-dialog-footer{
4527
- padding:12px 24px 12px 24px;
4535
+ padding:7px 24px 7px 24px;
4528
4536
  background-color:#fafbfd;
4529
4537
  border-top:1px solid #dcdee5;
4530
4538
  border-radius:2px;
@@ -4571,7 +4579,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
4571
4579
  color:#63656e;
4572
4580
  line-height:1.5;
4573
4581
  text-align:center;
4574
- word-break:break-all;
4582
+ word-break:break-word;
4575
4583
  }
4576
4584
  .bk-dialog-wrapper .bk-info-box .bk-dialog-body{
4577
4585
  padding:3px 24px 30px;
@@ -5444,6 +5452,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
5444
5452
  -webkit-box-pack:center;
5445
5453
  -ms-flex-pack:center;
5446
5454
  justify-content:center;
5455
+ margin-bottom:8px;
5447
5456
  }
5448
5457
  .bk-exception-img .exception-image{
5449
5458
  -o-object-fit:contain;
@@ -5541,7 +5550,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
5541
5550
  color:#63656E;
5542
5551
  -webkit-box-sizing:border-box;
5543
5552
  box-sizing:border-box;
5544
- padding:0 24px 0 0;
5553
+ padding:0 22px 0 0;
5545
5554
  }
5546
5555
  .bk-form .bk-label .bk-label-text{
5547
5556
  display:inline-block;
@@ -5635,7 +5644,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
5635
5644
  margin-bottom:0;
5636
5645
  }
5637
5646
  .bk-form-item +.bk-form-item{
5638
- margin-top:20px;
5647
+ margin-top:22px;
5639
5648
  }
5640
5649
  .bk-form-item.is-required .bk-label{
5641
5650
  position:relative
@@ -5968,7 +5977,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
5968
5977
  font-size:var(--font-size);
5969
5978
  box-sizing:border-box;
5970
5979
  border:1px solid #c4c6cc;
5971
- padding:0 10px;
5980
+ padding:0 10px 0 8px;
5972
5981
  text-align:left;
5973
5982
  vertical-align:middle;
5974
5983
  outline:none;
@@ -6254,61 +6263,6 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6254
6263
  -webkit-animation-delay:0.55s;
6255
6264
  animation-delay:0.55s;
6256
6265
  }
6257
- .bk-loading .bk-loading1.bk-black .point1,
6258
- .bk-loading .bk-loading1.bk-black .point2,
6259
- .bk-loading .bk-loading1.bk-black .point3,
6260
- .bk-loading .bk-loading1.bk-black .point4{
6261
- background:#979ba5;
6262
- }
6263
- .bk-dot-loading,
6264
- .bk-loading1{
6265
- position:relative;
6266
- width:75px;
6267
- height:14px;
6268
- margin:auto;
6269
- display:inline-block;
6270
- }
6271
- .bk-dot-loading .point, .bk-loading1 .point{
6272
- position:absolute;
6273
- top:0;
6274
- width:14px;
6275
- height:14px;
6276
- -webkit-animation-name:scale-animate;
6277
- animation-name:scale-animate;
6278
- -webkit-animation-duration:.8s;
6279
- animation-duration:.8s;
6280
- -webkit-animation-iteration-count:infinite;
6281
- animation-iteration-count:infinite;
6282
- -webkit-animation-direction:normal;
6283
- animation-direction:normal;
6284
- -webkit-transform:scale(.6);
6285
- transform:scale(.6);
6286
- border-radius:19px;
6287
- }
6288
- .bk-dot-loading .point1, .bk-loading1 .point1{
6289
- background-color:#fd6154;
6290
- left:0;
6291
- -webkit-animation-delay:0.1s;
6292
- animation-delay:0.1s;
6293
- }
6294
- .bk-dot-loading .point2, .bk-loading1 .point2{
6295
- background-color:#ffb726;
6296
- left:20px;
6297
- -webkit-animation-delay:0.25s;
6298
- animation-delay:0.25s;
6299
- }
6300
- .bk-dot-loading .point3, .bk-loading1 .point3{
6301
- background-color:#4cd084;
6302
- left:40px;
6303
- -webkit-animation-delay:0.4s;
6304
- animation-delay:0.4s;
6305
- }
6306
- .bk-dot-loading .point4, .bk-loading1 .point4{
6307
- background-color:#57a3f1;
6308
- left:60px;
6309
- -webkit-animation-delay:0.55s;
6310
- animation-delay:0.55s;
6311
- }
6312
6266
  .bk-dot-loading.bk-size-mini, .bk-loading1.bk-size-mini{
6313
6267
  width:30px;
6314
6268
  }
@@ -6397,160 +6351,6 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6397
6351
  .bk-loading1.bk-default .point4{
6398
6352
  background:#979BA5;
6399
6353
  }
6400
- .bk-spin-loading,
6401
- .bk-loading2{
6402
- width:39px;
6403
- height:39px;
6404
- position:relative;
6405
- margin:auto;
6406
- display:inline-block;
6407
- vertical-align:middle;
6408
- }
6409
- .bk-spin-loading .rotate,
6410
- .bk-loading2 .rotate{
6411
- position:absolute;
6412
- top:77%;
6413
- right:43%;
6414
- background-color:none;
6415
- background-color:#39424e\9\0;
6416
- width:6px;
6417
- height:8px;
6418
- -webkit-transform-origin:50% -10px;
6419
- transform-origin:50% -10px;
6420
- border-radius:8px;
6421
- -webkit-transform:scale(0.4);
6422
- transform:scale(0.4);
6423
- -webkit-animation-name:fade;
6424
- animation-name:fade;
6425
- -webkit-animation-duration:1.2s;
6426
- animation-duration:1.2s;
6427
- -webkit-animation-iteration-count:infinite;
6428
- animation-iteration-count:infinite;
6429
- -webkit-animation-direction:normal;
6430
- animation-direction:normal;
6431
- }
6432
- .bk-spin-loading.bk-spin-loading-success .rotate,
6433
- .bk-loading2.bk-spin-loading-success .rotate{
6434
- background:#30d878\9\0;
6435
- -webkit-animation-name:fadeSuccess;
6436
- animation-name:fadeSuccess;
6437
- }
6438
- .bk-spin-loading.bk-spin-loading-danger .rotate,
6439
- .bk-loading2.bk-spin-loading-danger .rotate{
6440
- background:#ff5656\9\0;
6441
- -webkit-animation-name:fadeDanger;
6442
- animation-name:fadeDanger;
6443
- }
6444
- .bk-spin-loading.bk-spin-loading-warning .rotate,
6445
- .bk-loading2.bk-spin-loading-warning .rotate{
6446
- background:#ffb400\9\0;
6447
- -webkit-animation-name:fadeWarning;
6448
- animation-name:fadeWarning;
6449
- }
6450
- .bk-spin-loading.bk-spin-loading-primary .rotate,
6451
- .bk-loading2.bk-spin-loading-primary .rotate{
6452
- background:#3c96ff\9\0;
6453
- -webkit-animation-name:fadePrimary;
6454
- animation-name:fadePrimary;
6455
- }
6456
- .bk-spin-loading.bk-spin-loading-white .rotate,
6457
- .bk-loading2.bk-spin-loading-white .rotate{
6458
- background:#fff\9\0;
6459
- -webkit-animation-name:fadeWhite;
6460
- animation-name:fadeWhite;
6461
- }
6462
- .bk-spin-loading .rotate1,
6463
- .bk-loading2 .rotate1{
6464
- -webkit-animation-delay:0.45s;
6465
- animation-delay:0.45s;
6466
- -webkit-transform:rotate(-90deg);
6467
- transform:rotate(-90deg);
6468
- }
6469
- .bk-spin-loading .rotate2,
6470
- .bk-loading2 .rotate2{
6471
- -webkit-animation-delay:0.6s;
6472
- animation-delay:0.6s;
6473
- -webkit-transform:rotate(-45deg);
6474
- transform:rotate(-45deg);
6475
- }
6476
- .bk-spin-loading .rotate3,
6477
- .bk-loading2 .rotate3{
6478
- -webkit-animation-delay:0.75s;
6479
- animation-delay:0.75s;
6480
- -webkit-transform:rotate(0deg);
6481
- transform:rotate(0deg);
6482
- }
6483
- .bk-spin-loading .rotate4,
6484
- .bk-loading2 .rotate4{
6485
- -webkit-animation-delay:0.9s;
6486
- animation-delay:0.9s;
6487
- -webkit-transform:rotate(45deg);
6488
- transform:rotate(45deg);
6489
- }
6490
- .bk-spin-loading .rotate5,
6491
- .bk-loading2 .rotate5{
6492
- -webkit-animation-delay:1.05s;
6493
- animation-delay:1.05s;
6494
- -webkit-transform:rotate(90deg);
6495
- transform:rotate(90deg);
6496
- }
6497
- .bk-spin-loading .rotate6,
6498
- .bk-loading2 .rotate6{
6499
- -webkit-animation-delay:1.2s;
6500
- animation-delay:1.2s;
6501
- -webkit-transform:rotate(135deg);
6502
- transform:rotate(135deg);
6503
- }
6504
- .bk-spin-loading .rotate7,
6505
- .bk-loading2 .rotate7{
6506
- -webkit-animation-delay:1.35s;
6507
- animation-delay:1.35s;
6508
- -webkit-transform:rotate(180deg);
6509
- transform:rotate(180deg);
6510
- }
6511
- .bk-spin-loading .rotate8,
6512
- .bk-loading2 .rotate8{
6513
- -webkit-animation-delay:1.5s;
6514
- animation-delay:1.5s;
6515
- -webkit-transform:rotate(-135deg);
6516
- transform:rotate(-135deg);
6517
- }
6518
- .bk-spin-loading.bk-spin-loading-large,
6519
- .bk-loading2.bk-spin-loading-large{
6520
- width:69px;
6521
- height:69px;
6522
- }
6523
- .bk-spin-loading.bk-spin-loading-large .rotate,
6524
- .bk-loading2.bk-spin-loading-large .rotate{
6525
- width:10px;
6526
- height:14px;
6527
- -webkit-transform-origin:50% -18px;
6528
- transform-origin:50% -18px;
6529
- }
6530
- .bk-spin-loading.bk-spin-loading-small,
6531
- .bk-loading2.bk-spin-loading-small{
6532
- width:27px;
6533
- height:27px;
6534
- }
6535
- .bk-spin-loading.bk-spin-loading-small .rotate,
6536
- .bk-loading2.bk-spin-loading-small .rotate{
6537
- width:4px;
6538
- height:5px;
6539
- -webkit-transform-origin:50% -7px;
6540
- transform-origin:50% -7px;
6541
- }
6542
- .bk-spin-loading.bk-spin-loading-mini,
6543
- .bk-loading2.bk-spin-loading-mini{
6544
- width:16px;
6545
- height:16px;
6546
- }
6547
- .bk-spin-loading.bk-spin-loading-mini .rotate,
6548
- .bk-loading2.bk-spin-loading-mini .rotate{
6549
- width:2px;
6550
- height:3px;
6551
- -webkit-transform-origin:50% -4px;
6552
- transform-origin:50% -4px;
6553
- }
6554
6354
  @keyframes scale-animate{
6555
6355
  0%{
6556
6356
  -webkit-transform:scale(1);
@@ -6573,23 +6373,25 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6573
6373
  }
6574
6374
  .bk-spin-loading,
6575
6375
  .bk-loading2{
6576
- width:39px;
6577
- height:39px;
6376
+ width:48px;
6377
+ height:48px;
6578
6378
  position:relative;
6579
6379
  margin:auto;
6580
6380
  display:inline-block;
6581
6381
  vertical-align:middle;
6382
+ display:-webkit-box;
6383
+ display:-ms-flexbox;
6384
+ display:flex;
6385
+ -webkit-box-pack:center;
6386
+ -ms-flex-pack:center;
6387
+ justify-content:center;
6582
6388
  }
6583
6389
  .bk-spin-loading .rotate, .bk-loading2 .rotate{
6584
6390
  position:absolute;
6585
- top:77%;
6586
- right:43%;
6587
- background-color:none;
6588
- background-color:#39424e\9\0;
6589
6391
  width:6px;
6590
6392
  height:8px;
6591
- -webkit-transform-origin:50% -10px;
6592
- transform-origin:50% -10px;
6393
+ -webkit-transform-origin:50% 24px;
6394
+ transform-origin:50% 24px;
6593
6395
  border-radius:8px;
6594
6396
  -webkit-transform:scale(0.4);
6595
6397
  transform:scale(0.4);
@@ -6603,27 +6405,22 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6603
6405
  animation-direction:normal;
6604
6406
  }
6605
6407
  .bk-spin-loading.bk-spin-loading-success .rotate, .bk-loading2.bk-spin-loading-success .rotate{
6606
- background:#30d878\9\0;
6607
6408
  -webkit-animation-name:fadeSuccess;
6608
6409
  animation-name:fadeSuccess;
6609
6410
  }
6610
6411
  .bk-spin-loading.bk-spin-loading-danger .rotate, .bk-loading2.bk-spin-loading-danger .rotate{
6611
- background:#ff5656\9\0;
6612
6412
  -webkit-animation-name:fadeDanger;
6613
6413
  animation-name:fadeDanger;
6614
6414
  }
6615
6415
  .bk-spin-loading.bk-spin-loading-warning .rotate, .bk-loading2.bk-spin-loading-warning .rotate{
6616
- background:#ffb400\9\0;
6617
6416
  -webkit-animation-name:fadeWarning;
6618
6417
  animation-name:fadeWarning;
6619
6418
  }
6620
6419
  .bk-spin-loading.bk-spin-loading-primary .rotate, .bk-loading2.bk-spin-loading-primary .rotate{
6621
- background:#3c96ff\9\0;
6622
6420
  -webkit-animation-name:fadePrimary;
6623
6421
  animation-name:fadePrimary;
6624
6422
  }
6625
6423
  .bk-spin-loading.bk-spin-loading-white .rotate, .bk-loading2.bk-spin-loading-white .rotate{
6626
- background:#fff\9\0;
6627
6424
  -webkit-animation-name:fadeWhite;
6628
6425
  animation-name:fadeWhite;
6629
6426
  }
@@ -6676,24 +6473,26 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6676
6473
  transform:rotate(-135deg);
6677
6474
  }
6678
6475
  .bk-spin-loading.bk-spin-loading-large, .bk-loading2.bk-spin-loading-large{
6679
- width:69px;
6680
- height:69px;
6476
+ width:68px;
6477
+ height:68px;
6681
6478
  }
6682
6479
  .bk-spin-loading.bk-spin-loading-large .rotate, .bk-loading2.bk-spin-loading-large .rotate{
6683
6480
  width:10px;
6684
- height:14px;
6685
- -webkit-transform-origin:50% -18px;
6686
- transform-origin:50% -18px;
6481
+ height:12px;
6482
+ border-radius:12px;
6483
+ -webkit-transform-origin:50% 34px;
6484
+ transform-origin:50% 34px;
6687
6485
  }
6688
6486
  .bk-spin-loading.bk-spin-loading-small, .bk-loading2.bk-spin-loading-small{
6689
- width:27px;
6690
- height:27px;
6487
+ width:32px;
6488
+ height:32px;
6691
6489
  }
6692
6490
  .bk-spin-loading.bk-spin-loading-small .rotate, .bk-loading2.bk-spin-loading-small .rotate{
6693
6491
  width:4px;
6694
6492
  height:5px;
6695
- -webkit-transform-origin:50% -7px;
6696
- transform-origin:50% -7px;
6493
+ border-radius:5px;
6494
+ -webkit-transform-origin:50% 16px;
6495
+ transform-origin:50% 16px;
6697
6496
  }
6698
6497
  .bk-spin-loading.bk-spin-loading-mini, .bk-loading2.bk-spin-loading-mini{
6699
6498
  width:16px;
@@ -6702,8 +6501,9 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6702
6501
  .bk-spin-loading.bk-spin-loading-mini .rotate, .bk-loading2.bk-spin-loading-mini .rotate{
6703
6502
  width:2px;
6704
6503
  height:3px;
6705
- -webkit-transform-origin:50% -4px;
6706
- transform-origin:50% -4px;
6504
+ border-radius:3px;
6505
+ -webkit-transform-origin:50% 8px;
6506
+ transform-origin:50% 8px;
6707
6507
  }
6708
6508
  @keyframes fade{
6709
6509
  0%{
@@ -6711,7 +6511,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6711
6511
  }
6712
6512
 
6713
6513
  100%{
6714
- background-color:none;
6514
+ background-color:transparent;
6715
6515
  }
6716
6516
  }
6717
6517
  @-webkit-keyframes fade{
@@ -6720,7 +6520,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6720
6520
  }
6721
6521
 
6722
6522
  100%{
6723
- background-color:none;
6523
+ background-color:transparent;
6724
6524
  }
6725
6525
  }
6726
6526
  @keyframes fadeSuccess{
@@ -6729,7 +6529,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6729
6529
  }
6730
6530
 
6731
6531
  100%{
6732
- background-color:none;
6532
+ background-color:transparent;
6733
6533
  }
6734
6534
  }
6735
6535
  @-webkit-keyframes fadeSuccess{
@@ -6738,7 +6538,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6738
6538
  }
6739
6539
 
6740
6540
  100%{
6741
- background-color:none;
6541
+ background-color:transparent;
6742
6542
  }
6743
6543
  }
6744
6544
  @keyframes fadePrimary{
@@ -6747,7 +6547,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6747
6547
  }
6748
6548
 
6749
6549
  100%{
6750
- background-color:none;
6550
+ background-color:transparent;
6751
6551
  }
6752
6552
  }
6753
6553
  @-webkit-keyframes fadePrimary{
@@ -6756,7 +6556,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6756
6556
  }
6757
6557
 
6758
6558
  100%{
6759
- background-color:none;
6559
+ background-color:transparent;
6760
6560
  }
6761
6561
  }
6762
6562
  @keyframes fadeDanger{
@@ -6765,7 +6565,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6765
6565
  }
6766
6566
 
6767
6567
  100%{
6768
- background-color:none;
6568
+ background-color:transparent;
6769
6569
  }
6770
6570
  }
6771
6571
  @-webkit-keyframes fadeDanger{
@@ -6774,7 +6574,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6774
6574
  }
6775
6575
 
6776
6576
  100%{
6777
- background-color:none;
6577
+ background-color:transparent;
6778
6578
  }
6779
6579
  }
6780
6580
  @keyframes fadeWarning{
@@ -6783,7 +6583,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6783
6583
  }
6784
6584
 
6785
6585
  100%{
6786
- background-color:none;
6586
+ background-color:transparent;
6787
6587
  }
6788
6588
  }
6789
6589
  @-webkit-keyframes fadeWarning{
@@ -6792,7 +6592,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6792
6592
  }
6793
6593
 
6794
6594
  100%{
6795
- background-color:none;
6595
+ background-color:transparent;
6796
6596
  }
6797
6597
  }
6798
6598
  @keyframes fadeWhite{
@@ -6801,7 +6601,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6801
6601
  }
6802
6602
 
6803
6603
  100%{
6804
- background-color:none;
6604
+ background-color:transparent;
6805
6605
  }
6806
6606
  }
6807
6607
  @-webkit-keyframes fadeWhite{
@@ -6810,7 +6610,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6810
6610
  }
6811
6611
 
6812
6612
  100%{
6813
- background-color:none;
6613
+ background-color:transparent;
6814
6614
  }
6815
6615
  }
6816
6616
  .bk-loading-box,
@@ -6849,7 +6649,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6849
6649
  }
6850
6650
 
6851
6651
  100%{
6852
- background-color:none;
6652
+ background-color:transparent;
6853
6653
  }
6854
6654
  }
6855
6655
  @keyframes fadeSuccess{
@@ -6858,7 +6658,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6858
6658
  }
6859
6659
 
6860
6660
  100%{
6861
- background-color:none;
6661
+ background-color:transparent;
6862
6662
  }
6863
6663
  }
6864
6664
  @keyframes fadePrimary{
@@ -6867,7 +6667,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6867
6667
  }
6868
6668
 
6869
6669
  100%{
6870
- background-color:none;
6670
+ background-color:transparent;
6871
6671
  }
6872
6672
  }
6873
6673
  @keyframes fadeDanger{
@@ -6876,7 +6676,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6876
6676
  }
6877
6677
 
6878
6678
  100%{
6879
- background-color:none;
6679
+ background-color:transparent;
6880
6680
  }
6881
6681
  }
6882
6682
  @keyframes fadeWarning{
@@ -6885,7 +6685,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6885
6685
  }
6886
6686
 
6887
6687
  100%{
6888
- background-color:none;
6688
+ background-color:transparent;
6889
6689
  }
6890
6690
  }
6891
6691
  @keyframes fadeWhite{
@@ -6894,7 +6694,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
6894
6694
  }
6895
6695
 
6896
6696
  100%{
6897
- background-color:none;
6697
+ background-color:transparent;
6898
6698
  }
6899
6699
  }
6900
6700
  @-webkit-keyframes animate{
@@ -7211,7 +7011,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7211
7011
  }
7212
7012
  .bk-message-content.multi .message-detail .message-tree{
7213
7013
  max-height:480px;
7214
- padding:14px 32px;
7014
+ min-height:300px;
7015
+ padding:14px 24px;
7215
7016
  overflow:auto;
7216
7017
  background:#fff;
7217
7018
  border-radius:2px;
@@ -7272,7 +7073,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7272
7073
  }
7273
7074
  .bk-message-content.multi .message-detail .message-copy:hover span{
7274
7075
  color:#3a84ff;
7275
-
7076
+
7276
7077
  }
7277
7078
  .bk-message-content.multi .message-detail .copy-status{
7278
7079
  display:none;
@@ -7347,7 +7148,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7347
7148
  -ms-flex-align:center;
7348
7149
  align-items:center;
7349
7150
  position:fixed;
7350
- padding:24px;
7151
+ padding:16px 24px 16px 24px;
7351
7152
  width:360px;
7352
7153
  background:rgba(255,255,255,1);
7353
7154
  -webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,0.15);
@@ -7381,7 +7182,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7381
7182
  -ms-flex-negative:0;
7382
7183
  flex-shrink:0;
7383
7184
  margin-top:1px;
7384
- margin-right:5px;
7185
+ margin-right:8px;
7385
7186
  color:#ffffff;
7386
7187
  }
7387
7188
  .bk-notify-icon .bk-icon{
@@ -7408,7 +7209,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7408
7209
  }
7409
7210
  .bk-notify-content .bk-notify-content-title{
7410
7211
  margin-top:0;
7411
- margin-bottom:4px;
7212
+ margin-bottom:8px;
7412
7213
  font-size:14px;
7413
7214
  font-weight:bold;
7414
7215
  }
@@ -7433,8 +7234,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7433
7234
  .bk-notify-close{
7434
7235
  text-align:center;
7435
7236
  position:absolute;
7436
- right:10px;
7437
- top:10px;
7237
+ right:8px;
7238
+ top:8px;
7438
7239
  }
7439
7240
  .bk-notify-close .bk-icon{
7440
7241
  display:block;
@@ -7560,7 +7361,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7560
7361
  font-weight:bold;
7561
7362
  }
7562
7363
  .bk-page .bk-page-jumper{
7563
- margin-left:18px;
7364
+ margin-left:10px;
7564
7365
  display:inline-block;
7565
7366
  }
7566
7367
  .bk-page .bk-page-jumper > span{
@@ -8213,7 +8014,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8213
8014
  background-color:rgba(0, 0, 0, .8);
8214
8015
  }
8215
8016
  .tippy-tooltip[data-size=small]{
8216
- padding:7px 14px;
8017
+ padding:7px 12px;
8217
8018
  font-size:12px;
8218
8019
  }
8219
8020
  .tippy-tooltip[data-size=large]{
@@ -8389,8 +8190,13 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8389
8190
  font-size:22px;
8390
8191
  }
8391
8192
  .bk-process .bk-spin-loading.bk-spin-loading-mini{
8392
- width:14px;
8393
- height:14px;
8193
+ width:22px;
8194
+ height:22px;
8195
+ display:-webkit-inline-box;
8196
+ display:-ms-inline-flexbox;
8197
+ display:inline-flex;
8198
+ top:2px;
8199
+ left:3px;
8394
8200
  }
8395
8201
  .bk-process .bk-process-toggle{
8396
8202
  position:relative;
@@ -8496,7 +8302,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8496
8302
  color:#2dcb56;
8497
8303
  }
8498
8304
  .bk-process li .bk-process-step .steps-loading{
8499
- top:-2px;
8305
+ top:1px;
8306
+ left:1px;
8500
8307
  }
8501
8308
  .bk-process li .bk-process-step .step-item.error{
8502
8309
  color:#ff5656;
@@ -8587,10 +8394,10 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8587
8394
  text-align:center
8588
8395
  }
8589
8396
  .bk-progress .progress-bar.bk-progress-small{
8590
- height:2px;
8397
+ height:4px;
8591
8398
  }
8592
8399
  .bk-progress .progress-bar.bk-progress-normal{
8593
- height:4px;
8400
+ height:8px;
8594
8401
  }
8595
8402
  .bk-progress .progress-bar.bk-progress-large{
8596
8403
  height:12px;
@@ -8628,73 +8435,73 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8628
8435
  text-align:center;
8629
8436
  }
8630
8437
  .bk-form-radio{
8631
- font-size:14px;
8632
- color:#63656e;
8633
- line-height:18px;
8634
- min-height:20px;
8635
- display:inline-block;
8636
- position:relative;
8438
+ font-size:14px;
8439
+ color:#63656e;
8440
+ line-height:18px;
8441
+ min-height:20px;
8442
+ display:inline-block;
8443
+ position:relative;
8637
8444
  }
8638
8445
  .bk-form-radio .bk-radio-text{
8639
- font-style:normal;
8640
- font-weight:normal;
8641
- cursor:pointer;
8642
- vertical-align:middle;
8643
- display:inline-block;
8644
- }
8446
+ font-style:normal;
8447
+ font-weight:normal;
8448
+ cursor:pointer;
8449
+ vertical-align:middle;
8450
+ display:inline-block;
8451
+ }
8645
8452
  .bk-form-radio .icon-check{
8646
- width:8px;
8647
- height:8px;
8648
- border-radius:50%;
8649
- position:absolute;
8650
- left:4px;
8651
- top:50%;
8652
- margin-top:-4px;
8653
- display:block;
8654
- background:#3a84ff;
8655
- }
8656
- .bk-form-radio input[type=radio]{
8657
- position:relative;
8658
- display:inline-block;
8659
- vertical-align:middle;
8660
- width:16px;
8661
- height:16px;
8662
- margin:0 5px 0 0;
8663
- border:1px solid #979ba5;
8664
- border-radius:50%;
8665
- background-color:#fff;
8666
- background-clip:content-box;
8667
- outline:none;
8668
- color:#fff;
8669
- visibility:visible;
8670
- cursor:pointer;
8671
- -webkit-appearance:none
8453
+ width:8px;
8454
+ height:8px;
8455
+ border-radius:50%;
8456
+ position:absolute;
8457
+ left:4px;
8458
+ top:50%;
8459
+ margin-top:-4px;
8460
+ display:block;
8461
+ background:#3a84ff;
8462
+ }
8463
+ .bk-form-radio input[type='radio']{
8464
+ position:relative;
8465
+ display:inline-block;
8466
+ vertical-align:middle;
8467
+ width:16px;
8468
+ height:16px;
8469
+ margin:0 2px 0 0;
8470
+ border:1px solid #979ba5;
8471
+ border-radius:50%;
8472
+ background-color:#fff;
8473
+ background-clip:content-box;
8474
+ outline:none;
8475
+ color:#fff;
8476
+ visibility:visible;
8477
+ cursor:pointer;
8478
+ -webkit-appearance:none
8479
+ }
8480
+ .bk-form-radio input[type='radio'].is-checked{
8481
+ padding:3px;
8482
+ color:#3a84ff;
8483
+ border-color:currentColor;
8484
+ background-color:currentColor
8672
8485
  }
8673
- .bk-form-radio input[type=radio].is-checked{
8674
- padding:3px;
8675
- color:#3a84ff;
8676
- border-color:currentColor;
8677
- background-color:currentColor
8678
- }
8679
- .bk-form-radio input[type=radio].is-checked[disabled]{
8680
- color:#c4c6cc;
8681
- }
8682
- .bk-form-radio input[type=radio][disabled]{
8683
- cursor:not-allowed;
8684
- background-color:currentColor;
8685
- border-color:#dcdee5;
8686
- color:rgba(250, 251, 253, 1)
8687
- }
8688
- .bk-form-radio input[type=radio][disabled] + .bk-radio-text{
8689
- color:#c4c6cc;
8690
- cursor:not-allowed;
8691
- }
8692
- .bk-form-radio:focus input[type=radio]{
8693
- -webkit-box-shadow:0 0 2px 2px #3c96ff;
8694
- box-shadow:0 0 2px 2px #3c96ff;
8695
- border-color:#3c96ff;
8696
- outline:none;
8486
+ .bk-form-radio input[type='radio'].is-checked[disabled]{
8487
+ color:#c4c6cc;
8488
+ }
8489
+ .bk-form-radio input[type='radio'][disabled]{
8490
+ cursor:not-allowed;
8491
+ background-color:currentColor;
8492
+ border-color:#dcdee5;
8493
+ color:rgba(250, 251, 253, 1)
8697
8494
  }
8495
+ .bk-form-radio input[type='radio'][disabled] + .bk-radio-text{
8496
+ color:#c4c6cc;
8497
+ cursor:not-allowed;
8498
+ }
8499
+ .bk-form-radio:focus input[type='radio']{
8500
+ -webkit-box-shadow:0 0 2px 2px #3c96ff;
8501
+ box-shadow:0 0 2px 2px #3c96ff;
8502
+ border-color:#3c96ff;
8503
+ outline:none;
8504
+ }
8698
8505
  .bk-form-control{
8699
8506
  display:inline-block;
8700
8507
  line-height:1;
@@ -9353,7 +9160,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9353
9160
  }
9354
9161
  .bk-sideslider-header{
9355
9162
  width:100%;
9356
- height:60px;
9163
+ height:52px;
9357
9164
  background:#FFFFFF
9358
9165
  }
9359
9166
  .bk-sideslider-header:before,
@@ -9367,8 +9174,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9367
9174
  }
9368
9175
  .bk-sideslider-closer{
9369
9176
  width:30px;
9370
- height:60px;
9371
- line-height:60px;
9177
+ height:52px;
9178
+ line-height:52px;
9372
9179
  background-color:#3a84ff;
9373
9180
  text-align:center;
9374
9181
  color:#fff;
@@ -9380,8 +9187,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9380
9187
  margin-top:22px;
9381
9188
  }
9382
9189
  .bk-sideslider-title{
9383
- height:60px;
9384
- line-height:60px;
9190
+ height:52px;
9191
+ line-height:52px;
9385
9192
  border-bottom:1px solid #DCDEE5;
9386
9193
  font-size:16px;
9387
9194
  color:#313238;
@@ -9396,7 +9203,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9396
9203
  }
9397
9204
  .bk-sideslider-footer{
9398
9205
  width:100%;
9399
- height:54px;
9206
+ height:48px;
9400
9207
  border-top:1px solid #dcdee5;
9401
9208
  background-color:#fff;
9402
9209
  display:-webkit-box;
@@ -9620,343 +9427,420 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9620
9427
  top:20px;
9621
9428
  }
9622
9429
  @-webkit-keyframes loadingCircle{
9623
- 100%{
9624
- -webkit-transform:rotate(360deg);
9625
- transform:rotate(360deg);
9626
- }
9430
+ 100%{
9431
+ -webkit-transform:rotate(360deg);
9432
+ transform:rotate(360deg);
9433
+ }
9627
9434
  }
9628
9435
  @keyframes loadingCircle{
9629
- 100%{
9630
- -webkit-transform:rotate(360deg);
9631
- transform:rotate(360deg);
9632
- }
9436
+ 100%{
9437
+ -webkit-transform:rotate(360deg);
9438
+ transform:rotate(360deg);
9439
+ }
9633
9440
  }
9634
9441
  .bk-steps{
9635
- display:table;
9636
- width:100%;
9637
- display:-webkit-box;
9638
- display:-ms-flexbox;
9639
- display:flex;
9640
- font-size:0;
9442
+ display:table;
9443
+ width:100%;
9444
+ display:-webkit-box;
9445
+ display:-ms-flexbox;
9446
+ display:flex;
9447
+ font-size:0;
9641
9448
  }
9642
9449
  .bk-steps .bk-icon{
9643
- font-size:24px;
9644
- line-height:24px
9645
- }
9450
+ font-size:24px;
9451
+ line-height:24px
9452
+ }
9646
9453
  .bk-steps .bk-icon.icon-loading{
9647
- display:inline-block;
9648
- -webkit-animation:loadingCircle 1s infinite linear;
9649
- animation:loadingCircle 1s infinite linear;
9650
- font-size:14px;
9651
- }
9454
+ display:inline-block;
9455
+ -webkit-animation:loadingCircle 1s infinite linear;
9456
+ animation:loadingCircle 1s infinite linear;
9457
+ font-size:14px;
9458
+ }
9652
9459
  .bk-steps .bk-step.done{
9653
- }
9460
+ }
9654
9461
  .bk-steps .bk-step.done .bk-step-number,
9655
- .bk-steps .bk-step.done .bk-step-icon,
9656
- .bk-steps .bk-step.done .bk-step-text{
9657
- border-color:#3a84ff;
9658
- color:#3a84ff;
9659
- }
9462
+ .bk-steps .bk-step.done .bk-step-icon{
9463
+ border-color:#3a84ff;
9464
+ color:#3a84ff;
9465
+ }
9660
9466
  .bk-steps .bk-step.done .bk-step-title::after, .bk-steps .bk-step.done .bk-step-indicator::after{
9661
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9662
- background-image:linear-gradient(to right, #3a84ff 50%, transparent 0%);
9663
- }
9467
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9468
+ background-image:linear-gradient(to right, #3a84ff 50%, transparent 0%);
9469
+ }
9664
9470
  .bk-steps .bk-step.done::after{
9665
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9666
- background-image:linear-gradient(#3a84ff 50%, transparent 0%);
9667
- }
9471
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9472
+ background-image:linear-gradient(#3a84ff 50%, transparent 0%);
9473
+ }
9474
+ .bk-steps .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-title::after, .bk-steps .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-indicator::after{
9475
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9476
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9477
+ }
9478
+ .bk-steps .bk-step.done:has(+ .current.bk-step-error) .bk-step-title::after, .bk-steps .bk-step.done:has(+ .current.bk-step-error) .bk-step-indicator::after{
9479
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9480
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9481
+ }
9482
+ .bk-steps .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9483
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9484
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9485
+ }
9486
+ .bk-steps .bk-step.done:has(+ .current.bk-step-error)::after{
9487
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9488
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9489
+ }
9668
9490
  .bk-steps .bk-step.current .bk-step-number,
9669
- .bk-steps .bk-step.current .bk-step-icon,
9670
- .bk-steps .bk-step.current .bk-step-text{
9671
- background-color:#3a84ff;
9672
- border-color:#3a84ff;
9673
- color:#fff;
9674
- }
9491
+ .bk-steps .bk-step.current .bk-step-icon,
9492
+ .bk-steps .bk-step.current .bk-step-text{
9493
+ background-color:#3a84ff;
9494
+ border-color:#3a84ff;
9495
+ color:#fff;
9496
+ }
9675
9497
  .bk-steps .bk-step{
9676
- -webkit-box-flex:1;
9677
- -ms-flex:1;
9678
- flex:1;
9679
- position:relative;
9680
- overflow:hidden;
9681
- white-space:nowrap;
9682
- margin-right:8px;
9683
- }
9498
+ -webkit-box-flex:1;
9499
+ -ms-flex:1;
9500
+ flex:1;
9501
+ position:relative;
9502
+ overflow:hidden;
9503
+ white-space:nowrap;
9504
+ margin-right:16px;
9505
+ }
9684
9506
  .bk-steps .bk-step .bk-step-indicator{
9685
- display:-webkit-inline-box;
9686
- display:-ms-inline-flexbox;
9687
- display:inline-flex;
9688
- -webkit-box-align:center;
9689
- -ms-flex-align:center;
9690
- align-items:center;
9691
- -webkit-box-pack:center;
9692
- -ms-flex-pack:center;
9693
- justify-content:center;
9694
- width:24px;
9695
- height:24px;
9696
- padding:0;
9697
- margin-right:8px;
9698
- border:1px solid #979ba5;
9699
- border-radius:50%;
9700
- line-height:24px;
9701
- color:#979ba5;
9702
- text-align:center;
9703
- background-color:#fff;
9704
- z-index:1;
9705
- vertical-align:top;
9706
- }
9507
+ display:-webkit-inline-box;
9508
+ display:-ms-inline-flexbox;
9509
+ display:inline-flex;
9510
+ -webkit-box-align:center;
9511
+ -ms-flex-align:center;
9512
+ align-items:center;
9513
+ -webkit-box-pack:center;
9514
+ -ms-flex-pack:center;
9515
+ justify-content:center;
9516
+ width:24px;
9517
+ height:24px;
9518
+ padding:0;
9519
+ margin-right:8px;
9520
+ border:1px solid #979ba5;
9521
+ border-radius:50%;
9522
+ line-height:24px;
9523
+ color:#979ba5;
9524
+ text-align:center;
9525
+ background-color:#fff;
9526
+ z-index:1;
9527
+ vertical-align:top;
9528
+ }
9707
9529
  .bk-steps .bk-step .bk-step-number{
9708
- font-size:14px;
9709
- font-family:arial;
9710
- }
9530
+ font-size:14px;
9531
+ font-family:arial;
9532
+ }
9711
9533
  .bk-steps .bk-step .bk-step-content{
9712
- display:inline-block;
9713
- vertical-align:top;
9714
- }
9534
+ display:inline-block;
9535
+ vertical-align:top;
9536
+ }
9715
9537
  .bk-steps .bk-step .bk-step-title{
9716
- display:inline-block;
9717
- position:relative;
9718
- color:#63656e;
9719
- font-size:14px;
9720
- word-break:break-all;
9721
- padding-right:8px;
9722
- line-height:24px;
9723
- }
9724
- .bk-steps .bk-step .bk-step-title::after{
9725
- content:"";
9726
- position:absolute;
9727
- left:100%;
9728
- top:12px;
9729
- width:99999px;
9730
- height:1px;
9731
- background-color:transparent;
9538
+ display:inline-block;
9539
+ position:relative;
9540
+ color:#63656e;
9541
+ font-size:14px;
9542
+ word-break:break-all;
9543
+ padding-right:16px;
9544
+ line-height:24px;
9732
9545
  }
9546
+ .bk-steps .bk-step .bk-step-title::after{
9547
+ content:'';
9548
+ position:absolute;
9549
+ left:100%;
9550
+ top:12px;
9551
+ width:99999px;
9552
+ height:1px;
9553
+ background-color:transparent;
9554
+ }
9733
9555
  .bk-steps .bk-step .bk-step-description{
9734
- font-size:12px;
9735
- color:#979ba5;
9736
- max-width:140px;
9737
- white-space:normal;
9738
- display:block;
9739
- max-width:140px;
9740
- overflow:hidden;
9741
- text-overflow:ellipsis;
9742
- white-space:nowrap;
9743
- }
9556
+ font-size:12px;
9557
+ color:#979ba5;
9558
+ max-width:140px;
9559
+ white-space:normal;
9560
+ display:block;
9561
+ max-width:140px;
9562
+ overflow:hidden;
9563
+ text-overflow:ellipsis;
9564
+ white-space:nowrap;
9565
+ }
9744
9566
  .bk-steps .bk-step.bk-step-no-content .bk-step-indicator{
9745
- margin-right:0
9746
- }
9567
+ margin-right:0
9568
+ }
9747
9569
  .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after{
9748
- content:"";
9749
- position:absolute;
9750
- left:100%;
9751
- top:12px;
9752
- width:99999px;
9753
- height:1px;
9754
- background-color:transparent;
9755
- }
9570
+ content:'';
9571
+ position:absolute;
9572
+ left:100%;
9573
+ top:12px;
9574
+ width:99999px;
9575
+ height:1px;
9576
+ background-color:transparent;
9577
+ }
9756
9578
  .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after{
9757
- left:32px;
9758
- top:10px;
9759
- }
9760
- .bk-steps .bk-step:last-child{
9761
- -webkit-box-flex:0;
9762
- -ms-flex:none;
9763
- flex:none;
9764
- margin-right:0;
9579
+ left:32px;
9580
+ top:10px;
9765
9581
  }
9582
+ .bk-steps .bk-step:last-child{
9583
+ -webkit-box-flex:0;
9584
+ -ms-flex:none;
9585
+ flex:none;
9586
+ margin-right:0;
9587
+ }
9766
9588
  .bk-steps .bk-step:last-child .bk-step-title{
9767
- padding-right:0
9768
- }
9589
+ padding-right:0
9590
+ }
9769
9591
  .bk-steps .bk-step:last-child .bk-step-title::after{
9770
- display:none;
9771
- }
9772
- .bk-steps .bk-step.done .bk-step-title,
9773
- .bk-steps .bk-step.done .bk-step-description{
9774
- color:#63656e;
9775
- }
9592
+ display:none;
9593
+ }
9594
+ .bk-steps .bk-step.done .bk-step-title{
9595
+ color:#63656e;
9596
+ }
9597
+ .bk-steps .bk-step.done .bk-step-description{
9598
+ color:#979ba5;
9599
+ }
9776
9600
  .bk-steps .bk-step.current .bk-step-number,
9777
- .bk-steps .bk-step.current .bk-step-icon,
9778
- .bk-steps .bk-step.current .bk-step-text{
9779
- border-width:2px;
9780
- }
9601
+ .bk-steps .bk-step.current .bk-step-icon,
9602
+ .bk-steps .bk-step.current .bk-step-text{
9603
+ border-width:2px;
9604
+ }
9781
9605
  .bk-steps .bk-step.current .bk-step-title,
9782
- .bk-steps .bk-step.current .bk-step-description{
9783
- color:#63656e;
9784
- }
9606
+ .bk-steps .bk-step.current .bk-step-description{
9607
+ color:#63656e;
9608
+ }
9785
9609
  .bk-steps .bk-step.current.bk-step-error .bk-step-indicator{
9786
- background-color:#ff5656;
9787
- border-color:#ff5656;
9788
- }
9610
+ background-color:#ff5656;
9611
+ border-color:#ff5656;
9612
+ }
9789
9613
  .bk-steps .bk-step.current.bk-step-error .bk-step-title,
9790
- .bk-steps .bk-step.current.bk-step-error .bk-step-description{
9791
- color:#ff5656;
9792
- }
9793
- .bk-steps-info .bk-step.done{
9614
+ .bk-steps .bk-step.current.bk-step-error .bk-step-description{
9615
+ color:#ff5656;
9794
9616
  }
9617
+ .bk-steps-info .bk-step.done{
9618
+ }
9795
9619
  .bk-steps-info .bk-step.done .bk-step-number,
9796
- .bk-steps-info .bk-step.done .bk-step-icon,
9797
- .bk-steps-info .bk-step.done .bk-step-text{
9798
- border-color:#88c3ff;
9799
- color:#88c3ff;
9800
- }
9620
+ .bk-steps-info .bk-step.done .bk-step-icon{
9621
+ border-color:#88c3ff;
9622
+ color:#88c3ff;
9623
+ }
9801
9624
  .bk-steps-info .bk-step.done .bk-step-title::after, .bk-steps-info .bk-step.done .bk-step-indicator::after{
9802
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9803
- background-image:linear-gradient(to right, #88c3ff 50%, transparent 0%);
9804
- }
9625
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9626
+ background-image:linear-gradient(to right, #88c3ff 50%, transparent 0%);
9627
+ }
9805
9628
  .bk-steps-info .bk-step.done::after{
9806
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9807
- background-image:linear-gradient(#88c3ff 50%, transparent 0%);
9808
- }
9629
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9630
+ background-image:linear-gradient(#88c3ff 50%, transparent 0%);
9631
+ }
9632
+ .bk-steps-info .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-title::after, .bk-steps-info .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-indicator::after{
9633
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9634
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9635
+ }
9636
+ .bk-steps-info .bk-step.done:has(+ .current.bk-step-error) .bk-step-title::after, .bk-steps-info .bk-step.done:has(+ .current.bk-step-error) .bk-step-indicator::after{
9637
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9638
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9639
+ }
9640
+ .bk-steps-info .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9641
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9642
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9643
+ }
9644
+ .bk-steps-info .bk-step.done:has(+ .current.bk-step-error)::after{
9645
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9646
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9647
+ }
9809
9648
  .bk-steps-info .bk-step.current .bk-step-number,
9810
- .bk-steps-info .bk-step.current .bk-step-icon,
9811
- .bk-steps-info .bk-step.current .bk-step-text{
9812
- background-color:#88c3ff;
9813
- border-color:#88c3ff;
9814
- color:#fff;
9815
- }
9649
+ .bk-steps-info .bk-step.current .bk-step-icon,
9650
+ .bk-steps-info .bk-step.current .bk-step-text{
9651
+ background-color:#88c3ff;
9652
+ border-color:#88c3ff;
9653
+ color:#fff;
9654
+ }
9816
9655
  .bk-steps-success .bk-step.done{
9817
- }
9656
+ }
9818
9657
  .bk-steps-success .bk-step.done .bk-step-number,
9819
- .bk-steps-success .bk-step.done .bk-step-icon,
9820
- .bk-steps-success .bk-step.done .bk-step-text{
9821
- border-color:#2dcb56;
9822
- color:#2dcb56;
9823
- }
9658
+ .bk-steps-success .bk-step.done .bk-step-icon{
9659
+ border-color:#2dcb56;
9660
+ color:#2dcb56;
9661
+ }
9824
9662
  .bk-steps-success .bk-step.done .bk-step-title::after, .bk-steps-success .bk-step.done .bk-step-indicator::after{
9825
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9826
- background-image:linear-gradient(to right, #2dcb56 50%, transparent 0%);
9827
- }
9663
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9664
+ background-image:linear-gradient(to right, #2dcb56 50%, transparent 0%);
9665
+ }
9828
9666
  .bk-steps-success .bk-step.done::after{
9829
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9830
- background-image:linear-gradient(#2dcb56 50%, transparent 0%);
9831
- }
9667
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9668
+ background-image:linear-gradient(#2dcb56 50%, transparent 0%);
9669
+ }
9670
+ .bk-steps-success .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-title::after, .bk-steps-success .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-indicator::after{
9671
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9672
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9673
+ }
9674
+ .bk-steps-success .bk-step.done:has(+ .current.bk-step-error) .bk-step-title::after, .bk-steps-success .bk-step.done:has(+ .current.bk-step-error) .bk-step-indicator::after{
9675
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9676
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9677
+ }
9678
+ .bk-steps-success .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9679
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9680
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9681
+ }
9682
+ .bk-steps-success .bk-step.done:has(+ .current.bk-step-error)::after{
9683
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9684
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9685
+ }
9832
9686
  .bk-steps-success .bk-step.current .bk-step-number,
9833
- .bk-steps-success .bk-step.current .bk-step-icon,
9834
- .bk-steps-success .bk-step.current .bk-step-text{
9835
- background-color:#2dcb56;
9836
- border-color:#2dcb56;
9837
- color:#fff;
9838
- }
9687
+ .bk-steps-success .bk-step.current .bk-step-icon,
9688
+ .bk-steps-success .bk-step.current .bk-step-text{
9689
+ background-color:#2dcb56;
9690
+ border-color:#2dcb56;
9691
+ color:#fff;
9692
+ }
9839
9693
  .bk-steps-warning .bk-step.done{
9840
- }
9694
+ }
9841
9695
  .bk-steps-warning .bk-step.done .bk-step-number,
9842
- .bk-steps-warning .bk-step.done .bk-step-icon,
9843
- .bk-steps-warning .bk-step.done .bk-step-text{
9844
- border-color:#ff9c01;
9845
- color:#ff9c01;
9846
- }
9696
+ .bk-steps-warning .bk-step.done .bk-step-icon{
9697
+ border-color:#ff9c01;
9698
+ color:#ff9c01;
9699
+ }
9847
9700
  .bk-steps-warning .bk-step.done .bk-step-title::after, .bk-steps-warning .bk-step.done .bk-step-indicator::after{
9848
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9849
- background-image:linear-gradient(to right, #ff9c01 50%, transparent 0%);
9850
- }
9701
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9702
+ background-image:linear-gradient(to right, #ff9c01 50%, transparent 0%);
9703
+ }
9851
9704
  .bk-steps-warning .bk-step.done::after{
9852
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9853
- background-image:linear-gradient(#ff9c01 50%, transparent 0%);
9854
- }
9705
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9706
+ background-image:linear-gradient(#ff9c01 50%, transparent 0%);
9707
+ }
9708
+ .bk-steps-warning .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-title::after, .bk-steps-warning .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-indicator::after{
9709
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9710
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9711
+ }
9712
+ .bk-steps-warning .bk-step.done:has(+ .current.bk-step-error) .bk-step-title::after, .bk-steps-warning .bk-step.done:has(+ .current.bk-step-error) .bk-step-indicator::after{
9713
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9714
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9715
+ }
9716
+ .bk-steps-warning .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9717
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9718
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9719
+ }
9720
+ .bk-steps-warning .bk-step.done:has(+ .current.bk-step-error)::after{
9721
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9722
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9723
+ }
9855
9724
  .bk-steps-warning .bk-step.current .bk-step-number,
9856
- .bk-steps-warning .bk-step.current .bk-step-icon,
9857
- .bk-steps-warning .bk-step.current .bk-step-text{
9858
- background-color:#ff9c01;
9859
- border-color:#ff9c01;
9860
- color:#fff;
9861
- }
9725
+ .bk-steps-warning .bk-step.current .bk-step-icon,
9726
+ .bk-steps-warning .bk-step.current .bk-step-text{
9727
+ background-color:#ff9c01;
9728
+ border-color:#ff9c01;
9729
+ color:#fff;
9730
+ }
9862
9731
  .bk-steps-danger .bk-step.done{
9863
- }
9732
+ }
9864
9733
  .bk-steps-danger .bk-step.done .bk-step-number,
9865
- .bk-steps-danger .bk-step.done .bk-step-icon,
9866
- .bk-steps-danger .bk-step.done .bk-step-text{
9867
- border-color:#ea3636;
9868
- color:#ea3636;
9869
- }
9734
+ .bk-steps-danger .bk-step.done .bk-step-icon{
9735
+ border-color:#ea3636;
9736
+ color:#ea3636;
9737
+ }
9870
9738
  .bk-steps-danger .bk-step.done .bk-step-title::after, .bk-steps-danger .bk-step.done .bk-step-indicator::after{
9871
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9872
- background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9873
- }
9739
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9740
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9741
+ }
9874
9742
  .bk-steps-danger .bk-step.done::after{
9875
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9876
- background-image:linear-gradient(#ea3636 50%, transparent 0%);
9877
- }
9743
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9744
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9745
+ }
9746
+ .bk-steps-danger .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-title::after, .bk-steps-danger .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)] .bk-step-indicator::after{
9747
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9748
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9749
+ }
9750
+ .bk-steps-danger .bk-step.done:has(+ .current.bk-step-error) .bk-step-title::after, .bk-steps-danger .bk-step.done:has(+ .current.bk-step-error) .bk-step-indicator::after{
9751
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9752
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9753
+ }
9754
+ .bk-steps-danger .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9755
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9756
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9757
+ }
9758
+ .bk-steps-danger .bk-step.done:has(+ .current.bk-step-error)::after{
9759
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9760
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9761
+ }
9878
9762
  .bk-steps-danger .bk-step.current .bk-step-number,
9879
- .bk-steps-danger .bk-step.current .bk-step-icon,
9880
- .bk-steps-danger .bk-step.current .bk-step-text{
9881
- background-color:#ea3636;
9882
- border-color:#ea3636;
9883
- color:#fff;
9884
- }
9763
+ .bk-steps-danger .bk-step.current .bk-step-icon,
9764
+ .bk-steps-danger .bk-step.current .bk-step-text{
9765
+ background-color:#ea3636;
9766
+ border-color:#ea3636;
9767
+ color:#fff;
9768
+ }
9885
9769
  .bk-steps-dashed .bk-step .bk-step-title::after, .bk-steps-dashed .bk-step .bk-step-indicator::after{
9886
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9887
- background-image:linear-gradient(to right, #c4c6cc 50%, transparent 0%);
9888
- background-position:bottom;
9889
- background-size:6px 1px;
9890
- background-repeat:repeat-x;
9891
- }
9770
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9771
+ background-image:linear-gradient(to right, #c4c6cc 50%, transparent 0%);
9772
+ background-position:bottom;
9773
+ background-size:6px 1px;
9774
+ background-repeat:repeat-x;
9775
+ }
9892
9776
  .bk-steps-solid .bk-step .bk-step-title::after, .bk-steps-solid .bk-step .bk-step-indicator::after{
9893
- background-color:#c4c6cc;
9894
- }
9777
+ background-color:#c4c6cc;
9778
+ }
9895
9779
  .bk-steps-vertical{
9896
- -webkit-box-orient:vertical;
9897
- -webkit-box-direction:normal;
9898
- -ms-flex-direction:column;
9899
- flex-direction:column;
9900
- height:100%;
9901
- }
9780
+ -webkit-box-orient:vertical;
9781
+ -webkit-box-direction:normal;
9782
+ -ms-flex-direction:column;
9783
+ flex-direction:column;
9784
+ height:100%;
9785
+ }
9902
9786
  .bk-steps-vertical .bk-step{
9903
- margin-bottom:8px;
9904
- margin-right:0;
9905
- }
9787
+ margin-bottom:16px;
9788
+ margin-right:0;
9789
+ }
9906
9790
  .bk-steps-vertical .bk-step .bk-step-title::after, .bk-steps-vertical .bk-step .bk-step-indicator::after{
9907
- display:none;
9908
- }
9791
+ display:none;
9792
+ }
9909
9793
  .bk-steps-vertical .bk-step::after{
9910
- content:"";
9911
- position:absolute;
9912
- left:12px;
9913
- top:32px;
9914
- height:100%;
9915
- width:1px;
9916
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9917
- background-image:linear-gradient(#c4c6cc 50%, transparent 0%);
9918
- background-position:right;
9919
- background-size:1px 6px;
9920
- background-repeat:repeat-y;
9921
- }
9922
- .bk-steps-vertical .bk-step .bk-step-title{
9923
- display:-webkit-box;
9924
- display:-ms-flexbox;
9925
- display:flex;
9926
- height:100%;
9927
- -webkit-box-align:center;
9928
- -ms-flex-align:center;
9929
- align-items:center;
9930
- text-align:left;
9931
- margin-top:0;
9932
- }
9794
+ content:'';
9795
+ position:absolute;
9796
+ left:12px;
9797
+ top:40px;
9798
+ height:100%;
9799
+ width:1px;
9800
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9801
+ background-image:linear-gradient(#c4c6cc 50%, transparent 0%);
9802
+ background-position:right;
9803
+ background-size:1px 6px;
9804
+ background-repeat:repeat-y;
9805
+ }
9806
+ .bk-steps-vertical .bk-step .bk-step-title{
9807
+ display:-webkit-box;
9808
+ display:-ms-flexbox;
9809
+ display:flex;
9810
+ height:100%;
9811
+ -webkit-box-align:center;
9812
+ -ms-flex-align:center;
9813
+ align-items:center;
9814
+ text-align:left;
9815
+ margin-top:0;
9816
+ }
9933
9817
  .bk-steps-small .bk-step .bk-step-indicator{
9934
- width:20px;
9935
- height:20px;
9936
- line-height:20px;
9937
- }
9818
+ width:20px;
9819
+ height:20px;
9820
+ line-height:20px;
9821
+ }
9938
9822
  .bk-steps-small .bk-step .bk-step-title{
9939
- font-size:12px;
9940
- line-height:20px;
9941
- }
9823
+ font-size:12px;
9824
+ line-height:20px;
9825
+ }
9942
9826
  .bk-steps-small .bk-step .bk-step-number{
9943
- font-size:12px;
9944
- }
9827
+ font-size:12px;
9828
+ }
9945
9829
  .bk-steps-small .bk-step .bk-icon{
9946
- font-size:12px;
9947
- line-height:20px;
9948
- }
9830
+ font-size:12px;
9831
+ line-height:20px;
9832
+ }
9949
9833
  .bk-steps-small .bk-step::after{
9950
- left:10px;
9951
- top:28px;
9952
- }
9834
+ left:10px;
9835
+ top:28px;
9836
+ }
9953
9837
  .bk-steps-small .bk-step .bk-step-title::after{
9954
- top:10px;
9955
- }
9838
+ top:10px;
9839
+ }
9956
9840
  .bk-steps-small .bk-step.bk-step-no-content .bk-step-indicator::after{
9957
- left:28px;
9958
- top:8px;
9959
- }
9841
+ left:28px;
9842
+ top:8px;
9843
+ }
9960
9844
  .bk-switcher{
9961
9845
  width:36px;
9962
9846
  height:20px;
@@ -12212,149 +12096,150 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
12212
12096
  padding-bottom:0;
12213
12097
  }
12214
12098
  .bk-transfer{
12215
- display:-webkit-box;
12216
- display:-ms-flexbox;
12217
- display:flex;
12218
- -webkit-box-orient:horizontal;
12219
- -webkit-box-direction:normal;
12220
- -ms-flex-direction:row;
12221
- flex-direction:row;
12222
- -webkit-box-pack:center;
12223
- -ms-flex-pack:center;
12224
- justify-content:center;
12225
- position:relative;
12226
- font-size:14px;
12099
+ display:-webkit-box;
12100
+ display:-ms-flexbox;
12101
+ display:flex;
12102
+ -webkit-box-orient:horizontal;
12103
+ -webkit-box-direction:normal;
12104
+ -ms-flex-direction:row;
12105
+ flex-direction:row;
12106
+ -webkit-box-pack:center;
12107
+ -ms-flex-pack:center;
12108
+ justify-content:center;
12109
+ position:relative;
12110
+ font-size:14px;
12227
12111
  }
12228
12112
  .bk-transfer .transfer{
12229
- width:30px;
12230
- height:30px;
12231
- position:absolute;
12232
- -webkit-transform:translate(-50%, -50%);
12233
- transform:translate(-50%, -50%);
12234
- top:50%;
12235
- left:50%;
12236
- background:url(images/transfer.png) no-repeat center center;
12237
- }
12113
+ width:30px;
12114
+ height:30px;
12115
+ position:absolute;
12116
+ -webkit-transform:translate(-50%, -50%);
12117
+ transform:translate(-50%, -50%);
12118
+ top:50%;
12119
+ left:50%;
12120
+ background:url(images/transfer.png) no-repeat center center;
12121
+ }
12238
12122
  .bk-transfer .source-list,
12239
- .bk-transfer .target-list{
12240
- -webkit-box-flex:1;
12241
- -ms-flex:1;
12242
- flex:1;
12243
- min-width:200px;
12244
- height:400px;
12245
- background-color:#fff;
12246
- border-radius:2px;
12247
- border:1px solid #dde4eb;
12248
- overflow:hidden;
12249
- }
12123
+ .bk-transfer .target-list{
12124
+ -webkit-box-flex:1;
12125
+ -ms-flex:1;
12126
+ flex:1;
12127
+ min-width:200px;
12128
+ height:400px;
12129
+ background-color:#fff;
12130
+ border-radius:2px;
12131
+ border:1px solid #dde4eb;
12132
+ overflow:hidden;
12133
+ }
12250
12134
  .bk-transfer .source-list .slot-header, .bk-transfer .target-list .slot-header{
12251
- height:43px;
12252
- line-height:43px;
12253
- background-color:#fafbfd;
12254
- border-bottom:1px solid #dde4eb;
12255
- padding:0 20px;
12256
- position:relative;
12257
- }
12135
+ height:43px;
12136
+ line-height:43px;
12137
+ background-color:#fafbfd;
12138
+ border-bottom:1px solid #dde4eb;
12139
+ padding:0 20px;
12140
+ position:relative;
12141
+ }
12258
12142
  .bk-transfer .source-list .slot-header .slot-content, .bk-transfer .target-list .slot-header .slot-content{
12259
- position:relative;
12260
- }
12143
+ position:relative;
12144
+ }
12261
12145
  .bk-transfer .source-list .header, .bk-transfer .target-list .header{
12262
- height:43px;
12263
- line-height:43px;
12264
- background-color:#fafbfd;
12265
- border-bottom:1px solid #dde4eb;
12266
- padding:0 20px;
12267
- position:relative;
12268
- }
12146
+ height:43px;
12147
+ line-height:43px;
12148
+ background-color:#fafbfd;
12149
+ border-bottom:1px solid #dde4eb;
12150
+ padding:0 20px;
12151
+ position:relative;
12152
+ }
12269
12153
  .bk-transfer .source-list .header span, .bk-transfer .target-list .header span{
12270
- position:absolute;
12271
- right:10px;
12272
- font-size:12px;
12273
- color:#3a84ff;
12274
- cursor:pointer
12275
- }
12154
+ position:absolute;
12155
+ right:10px;
12156
+ font-size:12px;
12157
+ color:#3a84ff;
12158
+ cursor:pointer
12159
+ }
12276
12160
  .bk-transfer .source-list .header span.disabled, .bk-transfer .target-list .header span.disabled{
12277
- color:#c4c6cc;
12278
- cursor:not-allowed;
12279
- }
12280
- .bk-transfer .source-list .empty, .bk-transfer .target-list .empty{
12281
- width:100%;
12282
- position:relative;
12283
- top:40%;
12284
- text-align:center;
12285
- color:#c4c6cc;
12286
- cursor:default;
12161
+ color:#c4c6cc;
12162
+ cursor:not-allowed;
12287
12163
  }
12164
+ .bk-transfer .source-list .empty, .bk-transfer .target-list .empty{
12165
+ width:100%;
12166
+ position:relative;
12167
+ top:40%;
12168
+ text-align:center;
12169
+ color:#c4c6cc;
12170
+ cursor:default;
12171
+ }
12288
12172
  .bk-transfer .source-list .content, .bk-transfer .target-list .content{
12289
- max-height:82%;
12290
- overflow-y:auto;
12291
- position:relative;
12292
- padding:0;
12293
- margin:6px 0;
12294
- }
12173
+ max-height:82%;
12174
+ overflow-y:auto;
12175
+ position:relative;
12176
+ padding:0;
12177
+ margin:6px 0;
12178
+ }
12295
12179
  .bk-transfer .source-list .content li, .bk-transfer .target-list .content li{
12296
- display:-webkit-box;
12297
- display:-ms-flexbox;
12298
- display:flex;
12299
- -webkit-box-align:center;
12300
- -ms-flex-align:center;
12301
- align-items:center;
12302
- height:40px;
12303
- line-height:40px;
12304
- padding:0 20px;
12305
- list-style:none;
12306
- cursor:pointer;
12307
- position:relative
12308
- }
12180
+ display:-webkit-box;
12181
+ display:-ms-flexbox;
12182
+ display:flex;
12183
+ -webkit-box-align:center;
12184
+ -ms-flex-align:center;
12185
+ align-items:center;
12186
+ height:40px;
12187
+ line-height:40px;
12188
+ padding:0 16px;
12189
+ list-style:none;
12190
+ cursor:pointer;
12191
+ position:relative
12192
+ }
12309
12193
  .bk-transfer .source-list .content li:hover, .bk-transfer .target-list .content li:hover{
12310
- background-color:#eef6fe;
12311
- color:#3a84ff;
12312
- }
12194
+ background-color:#eef6fe;
12195
+ color:#3a84ff;
12196
+ }
12313
12197
  .bk-transfer .source-list .content li.is-disabled, .bk-transfer .target-list .content li.is-disabled{
12314
- cursor:not-allowed;
12315
- color:#c4c6cc;
12316
- background-color:#fff;
12317
- }
12198
+ cursor:not-allowed;
12199
+ color:#c4c6cc;
12200
+ background-color:#fff;
12201
+ }
12318
12202
  .bk-transfer .source-list .content li .content-text, .bk-transfer .target-list .content li .content-text{
12319
- -webkit-box-flex:1;
12320
- -ms-flex:1;
12321
- flex:1;
12322
- overflow:hidden;
12323
- text-overflow:ellipsis;
12324
- white-space:nowrap;
12325
- }
12203
+ -webkit-box-flex:1;
12204
+ -ms-flex:1;
12205
+ flex:1;
12206
+ overflow:hidden;
12207
+ text-overflow:ellipsis;
12208
+ white-space:nowrap;
12209
+ }
12326
12210
  .bk-transfer .source-list .content li .icon-wrapper, .bk-transfer .target-list .content li .icon-wrapper{
12327
- -webkit-box-flex:22px;
12328
- -ms-flex:22px 0 0px;
12329
- flex:22px 0 0;
12330
- display:none
12331
- }
12211
+ -webkit-box-flex:22px;
12212
+ -ms-flex:22px 0 0px;
12213
+ flex:22px 0 0;
12214
+ display:none
12215
+ }
12332
12216
  .bk-transfer .source-list .content li .icon-wrapper.hover, .bk-transfer .target-list .content li .icon-wrapper.hover{
12333
- display:inline-block;
12334
- }
12217
+ display:inline-block;
12218
+ }
12335
12219
  .bk-transfer .source-list .content::-webkit-scrollbar, .bk-transfer .target-list .content::-webkit-scrollbar{
12336
- width:4px;
12337
- background-color:rgba(204, 204, 204, 0);
12338
- }
12220
+ width:4px;
12221
+ background-color:rgba(204, 204, 204, 0);
12222
+ }
12339
12223
  .bk-transfer .source-list .content::-webkit-scrollbar-thumb, .bk-transfer .target-list .content::-webkit-scrollbar-thumb{
12340
- height:5px;
12341
- border-radius:2px;
12342
- background-color:#e6e9ea;
12343
- }
12224
+ height:5px;
12225
+ border-radius:2px;
12226
+ background-color:#e6e9ea;
12227
+ }
12344
12228
  .bk-transfer .source-list .content .bk-icon, .bk-transfer .target-list .content .bk-icon{
12345
- font-size:22px;
12346
- }
12229
+ font-size:22px;
12230
+ }
12347
12231
  .bk-transfer .target-list{
12348
- margin-left:33px;
12349
- }
12232
+ margin-left:33px;
12233
+ }
12350
12234
  .bk-transfer .transfer-search-input{
12351
- border-bottom:1px solid #F0F1F5;
12352
- }
12235
+ border-bottom:1px solid #f0f1f5;
12236
+ margin-top:6px;
12237
+ }
12353
12238
  .bk-transfer .transfer-search-input .bk-form-input{
12354
- height:36px;
12355
- line-height:34px;
12356
- border:none;
12357
- }
12239
+ height:36px;
12240
+ line-height:34px;
12241
+ border:none;
12242
+ }
12358
12243
  .fade-enter-active,
12359
12244
  .fade-leave-active{
12360
12245
  -webkit-transition:opacity .2s;
@@ -12391,7 +12276,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
12391
12276
  box-sizing:border-box;
12392
12277
  list-style-type:none;
12393
12278
  text-align:left;
12394
- padding-left:18px;
12279
+ padding-left:16px;
12395
12280
  }
12396
12281
  .bk-tree li{
12397
12282
  position:relative;
@@ -12401,7 +12286,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
12401
12286
  text-align:left
12402
12287
  }
12403
12288
  .bk-tree li.leaf{
12404
- padding-left:18px;
12289
+ padding-left:16px;
12405
12290
  }
12406
12291
  .bk-tree .tree-drag-node{
12407
12292
  line-height:32px;
@@ -12513,7 +12398,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
12513
12398
  border-left:1px dashed #ded8d8;
12514
12399
  bottom:50px;
12515
12400
  height:100%;
12516
- left:-12px;
12401
+ left:-10px;
12517
12402
  top:-11px;
12518
12403
  width:1px;
12519
12404
  }
@@ -13843,6 +13728,12 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
13843
13728
  -ms-flex:1;
13844
13729
  flex:1;
13845
13730
  line-height:32px;
13731
+ display:-webkit-box;
13732
+ display:-ms-flexbox;
13733
+ display:flex;
13734
+ -webkit-box-align:center;
13735
+ -ms-flex-align:center;
13736
+ align-items:center;
13846
13737
  }
13847
13738
  .bk-search-list-menu-item .item-name-filter{
13848
13739
  color:#3a84ff;
@@ -13926,29 +13817,33 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
13926
13817
  display:flex;
13927
13818
  }
13928
13819
  .bk-rate-stars{
13929
- margin:0;
13930
- padding:0;
13820
+ margin:0;
13821
+ padding:0;
13931
13822
  }
13932
13823
  .bk-rate-stars .bk-is-edit{
13933
- cursor:pointer;
13934
- }
13824
+ cursor:pointer;
13825
+ }
13935
13826
  .bk-rate-stars:after{
13936
- content:'';
13937
- display:table;
13938
- clear:both;
13939
- }
13827
+ content:'';
13828
+ display:table;
13829
+ clear:both;
13830
+ }
13940
13831
  .bk-rate-stars .bk-rate-star{
13941
- float:left;
13942
- margin-right:3px;
13943
- enable-background:new 0 0 64 64;
13944
- fill:#c5c7d1
13945
- }
13832
+ float:left;
13833
+ margin-right:3px;
13834
+ enable-background:new 0 0 64 64;
13835
+ fill:#c5c7d1
13836
+ }
13946
13837
  .bk-rate-stars .bk-rate-star.bk-yellow{
13947
- fill:#ffb848;
13948
- }
13838
+ fill:#ffb848;
13839
+ }
13840
+ .bk-rate-stars .bk-rate-star.bk-rate-star-is-hover{
13841
+ -webkit-transform:scale(1.2);
13842
+ transform:scale(1.2);
13843
+ }
13949
13844
  .bk-rate-stars .bk-rate-star:last-child{
13950
- margin-right:0;
13951
- }
13845
+ margin-right:0;
13846
+ }
13952
13847
  .bk-spin{
13953
13848
  display:inline-block;
13954
13849
  position:relative;
@@ -14685,6 +14580,12 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14685
14580
  .bk-link.is-primary:hover{
14686
14581
  color:#699df4;
14687
14582
  }
14583
+ .bk-link.is-primary:active{
14584
+ color:#1768ef;
14585
+ }
14586
+ .bk-link.is-primary:visited{
14587
+ color:#699df4;
14588
+ }
14688
14589
  .bk-link.is-primary.is-disabled{
14689
14590
  color:#a3c5fd;
14690
14591
  }
@@ -14692,7 +14593,13 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14692
14593
  color:#2dcb56
14693
14594
  }
14694
14595
  .bk-link.is-success:hover{
14695
- color:#45e35f;
14596
+ color:#44e360;
14597
+ }
14598
+ .bk-link.is-success:active{
14599
+ color:#1bb943;
14600
+ }
14601
+ .bk-link.is-success:visited{
14602
+ color:#44e360;
14696
14603
  }
14697
14604
  .bk-link.is-success.is-disabled{
14698
14605
  color:#94f5a4;
@@ -14701,7 +14608,13 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14701
14608
  color:#ff9c01
14702
14609
  }
14703
14610
  .bk-link.is-warning:hover{
14704
- color:#ffb848;
14611
+ color:#ffb849;
14612
+ }
14613
+ .bk-link.is-warning:active{
14614
+ color:#eb9000;
14615
+ }
14616
+ .bk-link.is-warning:visited{
14617
+ color:#ffb849;
14705
14618
  }
14706
14619
  .bk-link.is-warning.is-disabled{
14707
14620
  color:#ffd695;
@@ -14710,7 +14623,13 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14710
14623
  color:#ea3636
14711
14624
  }
14712
14625
  .bk-link.is-danger:hover{
14713
- color:#ff5656;
14626
+ color:#fe5657;
14627
+ }
14628
+ .bk-link.is-danger:active{
14629
+ color:#da2726;
14630
+ }
14631
+ .bk-link.is-danger:visited{
14632
+ color:#fe5657;
14714
14633
  }
14715
14634
  .bk-link.is-danger.is-disabled{
14716
14635
  color:#fd9c9c;
@@ -14734,7 +14653,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14734
14653
  margin-left:-2px;
14735
14654
  }
14736
14655
  .bk-popconfirm-content.popconfirm-more{
14737
- padding:10px;
14656
+ padding:12px 7px;
14738
14657
  }
14739
14658
  .bk-popconfirm-content.popconfirm-more .popconfirm-content .title{
14740
14659
  font-size:14px;
@@ -14745,7 +14664,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14745
14664
  font-size:12px;
14746
14665
  line-height:20px;
14747
14666
  color:#63656e;
14748
- padding-bottom:10px;
14667
+ padding-bottom:16px;
14749
14668
  }
14750
14669
  .bk-popconfirm-content.popconfirm-more .popconfirm-content .is-simple.content{
14751
14670
  font-size:14px;
@@ -14826,6 +14745,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14826
14745
  color:#c4c6cc;
14827
14746
  cursor:not-allowed;
14828
14747
  }
14748
+ .bk-cascade.is-custom-trigger{
14749
+ border:none;
14750
+ -webkit-box-shadow:none;
14751
+ box-shadow:none;
14752
+ }
14829
14753
  .bk-cascade.is-readonly,
14830
14754
  .bk-cascade.is-loading{
14831
14755
  background-color:#fafafa;
@@ -14998,8 +14922,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14998
14922
  padding:0 16px;
14999
14923
  border-radius:0px 0px 1px 1px;
15000
14924
  border-top:1px solid #dcdee5;
15001
- background:#fafbfd
14925
+ background:#fafbfd;
15002
14926
  }
14927
+ .bk-cascade-extension i{
14928
+ font-size:12px;
14929
+ }
15003
14930
  .bk-cascade-extension:hover{
15004
14931
  background-color:#f0f1f5;
15005
14932
  }
@@ -15050,6 +14977,12 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15050
14977
  font-size:20px;
15051
14978
  color:#979BA5;
15052
14979
  }
14980
+ .bk-cascade-panel .bk-option:first-of-type{
14981
+ margin-top:4px;
14982
+ }
14983
+ .bk-cascade-panel .bk-option:last-of-type{
14984
+ margin-bottom:4px;
14985
+ }
15053
14986
  .bk-cascade-panel .is-multiple{
15054
14987
  background-color:#fff!important;
15055
14988
  }
@@ -15596,7 +15529,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15596
15529
  width:100%;
15597
15530
  height:50px;
15598
15531
  line-height:50px;
15599
- padding:0 20px;
15532
+ padding:0 24px;
15600
15533
  position:relative;
15601
15534
  }
15602
15535
  .bk-card-head .title{
@@ -15646,7 +15579,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15646
15579
  }
15647
15580
  .bk-card-body{
15648
15581
  width:100%;
15649
- padding:20px 20px;
15582
+ padding:16px 24px 24px;
15650
15583
  }
15651
15584
  .bk-card-foot{
15652
15585
  width:100%;
@@ -16160,7 +16093,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
16160
16093
  cursor:col-resize
16161
16094
  }
16162
16095
  .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger:hover{
16163
- background-image:linear-gradient(to left, transparent, transparent 2px, #3a84ff 2px, #3a84ff 3px, transparent 3px, transparent);
16096
+ background-image:linear-gradient(to left, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
16164
16097
  }
16165
16098
  .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-collapse{
16166
16099
  left:100%;
@@ -16191,7 +16124,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
16191
16124
  cursor:col-resize
16192
16125
  }
16193
16126
  .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger:hover{
16194
- background-image:linear-gradient(to right, transparent, transparent 2px, #3a84ff 2px, #3a84ff 3px, transparent 3px, transparent);
16127
+ background-image:linear-gradient(to right, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
16195
16128
  }
16196
16129
  .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-collapse{
16197
16130
  right:100%;
@@ -16222,7 +16155,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
16222
16155
  cursor:row-resize
16223
16156
  }
16224
16157
  .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger:hover{
16225
- background-image:linear-gradient(to top, transparent, transparent 2px, #3a84ff 2px, #3a84ff 3px, transparent 3px, transparent);
16158
+ background-image:linear-gradient(to top, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
16226
16159
  }
16227
16160
  .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-collapse{
16228
16161
  top:100%;
@@ -16254,7 +16187,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
16254
16187
  cursor:row-resize
16255
16188
  }
16256
16189
  .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger:hover{
16257
- background-image:linear-gradient(to bottom, transparent, transparent 2px, #3a84ff 2px, #3a84ff 3px, transparent 3px, transparent);
16190
+ background-image:linear-gradient(to bottom, transparent, transparent 2px, #3a84ff 1px, #3a84ff 4px, transparent 3px, transparent);
16258
16191
  }
16259
16192
  .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-collapse{
16260
16193
  bottom:100%;
@@ -16309,7 +16242,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
16309
16242
  width:16px;
16310
16243
  height:50px;
16311
16244
  line-height:50px;
16312
- border-radius:0px 12px 12px 0px;
16245
+ border-radius:0px 6px 6px 0px;
16313
16246
  background:#dcdee5;
16314
16247
  text-align:center;
16315
16248
  font-size:20px;