bk-magic-vue 2.5.9-beta.2 → 2.5.9-beta.4

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 (88) hide show
  1. package/dist/bk-magic-vue.css +817 -934
  2. package/dist/bk-magic-vue.js +27 -12
  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/cascade.js +6412 -6411
  10. package/lib/loading.js +7 -4
  11. package/lib/pagination.js +8 -5
  12. package/lib/rate.js +14 -3
  13. package/lib/select.js +8 -5
  14. package/lib/sideslider.js +2 -2
  15. package/lib/star.js +13 -2
  16. package/lib/table.js +8 -5
  17. package/lib/tag-input.js +7 -4
  18. package/lib/ui/badge.css +127 -119
  19. package/lib/ui/badge.min.css +1 -1
  20. package/lib/ui/badge.min.css.map +1 -1
  21. package/lib/ui/bk-magic-vue.css +817 -934
  22. package/lib/ui/bk-magic-vue.min.css +1 -1
  23. package/lib/ui/bk-magic-vue.min.css.gz +0 -0
  24. package/lib/ui/bk-magic-vue.min.css.map +1 -1
  25. package/lib/ui/cascade.css +1 -0
  26. package/lib/ui/cascade.min.css +1 -1
  27. package/lib/ui/cascade.min.css.map +1 -1
  28. package/lib/ui/checkbox.css +67 -67
  29. package/lib/ui/checkbox.min.css.map +1 -1
  30. package/lib/ui/dialog.css +4 -4
  31. package/lib/ui/dialog.min.css +1 -1
  32. package/lib/ui/dialog.min.css.map +1 -1
  33. package/lib/ui/exception.css +1 -0
  34. package/lib/ui/exception.min.css +1 -1
  35. package/lib/ui/exception.min.css.map +1 -1
  36. package/lib/ui/form.css +2 -2
  37. package/lib/ui/form.min.css +1 -1
  38. package/lib/ui/form.min.css.map +1 -1
  39. package/lib/ui/info-box.css +4 -4
  40. package/lib/ui/info-box.min.css +1 -1
  41. package/lib/ui/info-box.min.css.map +1 -1
  42. package/lib/ui/input.css +1 -1
  43. package/lib/ui/input.min.css +1 -1
  44. package/lib/ui/input.min.css.map +1 -1
  45. package/lib/ui/loading.css +43 -280
  46. package/lib/ui/loading.min.css +1 -1
  47. package/lib/ui/loading.min.css.map +1 -1
  48. package/lib/ui/notify.css +5 -5
  49. package/lib/ui/notify.min.css +1 -1
  50. package/lib/ui/notify.min.css.map +1 -1
  51. package/lib/ui/overflow-tips.css +1 -1
  52. package/lib/ui/overflow-tips.min.css +1 -1
  53. package/lib/ui/overflow-tips.min.css.map +1 -1
  54. package/lib/ui/popconfirm.css +2 -2
  55. package/lib/ui/popconfirm.min.css +1 -1
  56. package/lib/ui/popconfirm.min.css.map +1 -1
  57. package/lib/ui/popover.css +1 -1
  58. package/lib/ui/popover.min.css +1 -1
  59. package/lib/ui/popover.min.css.map +1 -1
  60. package/lib/ui/process.css +42 -279
  61. package/lib/ui/process.min.css +1 -1
  62. package/lib/ui/process.min.css.map +1 -1
  63. package/lib/ui/progress.css +2 -2
  64. package/lib/ui/progress.min.css +1 -1
  65. package/lib/ui/progress.min.css.map +1 -1
  66. package/lib/ui/radio.css +64 -64
  67. package/lib/ui/radio.min.css +1 -1
  68. package/lib/ui/radio.min.css.map +1 -1
  69. package/lib/ui/sideslider.css +6 -6
  70. package/lib/ui/sideslider.min.css +1 -1
  71. package/lib/ui/sideslider.min.css.map +1 -1
  72. package/lib/ui/star.css +22 -17
  73. package/lib/ui/star.min.css +1 -1
  74. package/lib/ui/star.min.css.map +1 -1
  75. package/lib/ui/steps.css +372 -274
  76. package/lib/ui/steps.min.css +1 -1
  77. package/lib/ui/steps.min.css.map +1 -1
  78. package/lib/ui/tooltips.css +1 -1
  79. package/lib/ui/tooltips.min.css +1 -1
  80. package/lib/ui/tooltips.min.css.map +1 -1
  81. package/lib/ui/transfer.css +122 -121
  82. package/lib/ui/transfer.min.css +1 -1
  83. package/lib/ui/transfer.min.css.map +1 -1
  84. package/lib/ui/tree.css +42 -279
  85. package/lib/ui/tree.min.css +1 -1
  86. package/lib/ui/tree.min.css.map +1 -1
  87. package/lib/version-detail.js +7 -4
  88. package/package.json +1 -1
@@ -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;
@@ -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{
@@ -7348,7 +7148,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7348
7148
  -ms-flex-align:center;
7349
7149
  align-items:center;
7350
7150
  position:fixed;
7351
- padding:24px;
7151
+ padding:16px 24px 16px 24px;
7352
7152
  width:360px;
7353
7153
  background:rgba(255,255,255,1);
7354
7154
  -webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,0.15);
@@ -7382,7 +7182,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7382
7182
  -ms-flex-negative:0;
7383
7183
  flex-shrink:0;
7384
7184
  margin-top:1px;
7385
- margin-right:5px;
7185
+ margin-right:8px;
7386
7186
  color:#ffffff;
7387
7187
  }
7388
7188
  .bk-notify-icon .bk-icon{
@@ -7409,7 +7209,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7409
7209
  }
7410
7210
  .bk-notify-content .bk-notify-content-title{
7411
7211
  margin-top:0;
7412
- margin-bottom:4px;
7212
+ margin-bottom:6px;
7413
7213
  font-size:14px;
7414
7214
  font-weight:bold;
7415
7215
  }
@@ -7434,8 +7234,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
7434
7234
  .bk-notify-close{
7435
7235
  text-align:center;
7436
7236
  position:absolute;
7437
- right:10px;
7438
- top:10px;
7237
+ right:8px;
7238
+ top:8px;
7439
7239
  }
7440
7240
  .bk-notify-close .bk-icon{
7441
7241
  display:block;
@@ -8214,7 +8014,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8214
8014
  background-color:rgba(0, 0, 0, .8);
8215
8015
  }
8216
8016
  .tippy-tooltip[data-size=small]{
8217
- padding:7px 14px;
8017
+ padding:12px;
8218
8018
  font-size:12px;
8219
8019
  }
8220
8020
  .tippy-tooltip[data-size=large]{
@@ -8588,10 +8388,10 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8588
8388
  text-align:center
8589
8389
  }
8590
8390
  .bk-progress .progress-bar.bk-progress-small{
8591
- height:2px;
8391
+ height:4px;
8592
8392
  }
8593
8393
  .bk-progress .progress-bar.bk-progress-normal{
8594
- height:4px;
8394
+ height:8px;
8595
8395
  }
8596
8396
  .bk-progress .progress-bar.bk-progress-large{
8597
8397
  height:12px;
@@ -8629,73 +8429,73 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
8629
8429
  text-align:center;
8630
8430
  }
8631
8431
  .bk-form-radio{
8632
- font-size:14px;
8633
- color:#63656e;
8634
- line-height:18px;
8635
- min-height:20px;
8636
- display:inline-block;
8637
- position:relative;
8432
+ font-size:14px;
8433
+ color:#63656e;
8434
+ line-height:18px;
8435
+ min-height:20px;
8436
+ display:inline-block;
8437
+ position:relative;
8638
8438
  }
8639
8439
  .bk-form-radio .bk-radio-text{
8640
- font-style:normal;
8641
- font-weight:normal;
8642
- cursor:pointer;
8643
- vertical-align:middle;
8644
- display:inline-block;
8645
- }
8440
+ font-style:normal;
8441
+ font-weight:normal;
8442
+ cursor:pointer;
8443
+ vertical-align:middle;
8444
+ display:inline-block;
8445
+ }
8646
8446
  .bk-form-radio .icon-check{
8647
- width:8px;
8648
- height:8px;
8649
- border-radius:50%;
8650
- position:absolute;
8651
- left:4px;
8652
- top:50%;
8653
- margin-top:-4px;
8654
- display:block;
8655
- background:#3a84ff;
8656
- }
8657
- .bk-form-radio input[type=radio]{
8658
- position:relative;
8659
- display:inline-block;
8660
- vertical-align:middle;
8661
- width:16px;
8662
- height:16px;
8663
- margin:0 5px 0 0;
8664
- border:1px solid #979ba5;
8665
- border-radius:50%;
8666
- background-color:#fff;
8667
- background-clip:content-box;
8668
- outline:none;
8669
- color:#fff;
8670
- visibility:visible;
8671
- cursor:pointer;
8672
- -webkit-appearance:none
8447
+ width:8px;
8448
+ height:8px;
8449
+ border-radius:50%;
8450
+ position:absolute;
8451
+ left:4px;
8452
+ top:50%;
8453
+ margin-top:-4px;
8454
+ display:block;
8455
+ background:#3a84ff;
8456
+ }
8457
+ .bk-form-radio input[type='radio']{
8458
+ position:relative;
8459
+ display:inline-block;
8460
+ vertical-align:middle;
8461
+ width:16px;
8462
+ height:16px;
8463
+ margin:0 2px 0 0;
8464
+ border:1px solid #979ba5;
8465
+ border-radius:50%;
8466
+ background-color:#fff;
8467
+ background-clip:content-box;
8468
+ outline:none;
8469
+ color:#fff;
8470
+ visibility:visible;
8471
+ cursor:pointer;
8472
+ -webkit-appearance:none
8473
+ }
8474
+ .bk-form-radio input[type='radio'].is-checked{
8475
+ padding:3px;
8476
+ color:#3a84ff;
8477
+ border-color:currentColor;
8478
+ background-color:currentColor
8673
8479
  }
8674
- .bk-form-radio input[type=radio].is-checked{
8675
- padding:3px;
8676
- color:#3a84ff;
8677
- border-color:currentColor;
8678
- background-color:currentColor
8679
- }
8680
- .bk-form-radio input[type=radio].is-checked[disabled]{
8681
- color:#c4c6cc;
8682
- }
8683
- .bk-form-radio input[type=radio][disabled]{
8684
- cursor:not-allowed;
8685
- background-color:currentColor;
8686
- border-color:#dcdee5;
8687
- color:rgba(250, 251, 253, 1)
8688
- }
8689
- .bk-form-radio input[type=radio][disabled] + .bk-radio-text{
8690
- color:#c4c6cc;
8691
- cursor:not-allowed;
8692
- }
8693
- .bk-form-radio:focus input[type=radio]{
8694
- -webkit-box-shadow:0 0 2px 2px #3c96ff;
8695
- box-shadow:0 0 2px 2px #3c96ff;
8696
- border-color:#3c96ff;
8697
- outline:none;
8480
+ .bk-form-radio input[type='radio'].is-checked[disabled]{
8481
+ color:#c4c6cc;
8482
+ }
8483
+ .bk-form-radio input[type='radio'][disabled]{
8484
+ cursor:not-allowed;
8485
+ background-color:currentColor;
8486
+ border-color:#dcdee5;
8487
+ color:rgba(250, 251, 253, 1)
8698
8488
  }
8489
+ .bk-form-radio input[type='radio'][disabled] + .bk-radio-text{
8490
+ color:#c4c6cc;
8491
+ cursor:not-allowed;
8492
+ }
8493
+ .bk-form-radio:focus input[type='radio']{
8494
+ -webkit-box-shadow:0 0 2px 2px #3c96ff;
8495
+ box-shadow:0 0 2px 2px #3c96ff;
8496
+ border-color:#3c96ff;
8497
+ outline:none;
8498
+ }
8699
8499
  .bk-form-control{
8700
8500
  display:inline-block;
8701
8501
  line-height:1;
@@ -9354,7 +9154,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9354
9154
  }
9355
9155
  .bk-sideslider-header{
9356
9156
  width:100%;
9357
- height:60px;
9157
+ height:52px;
9358
9158
  background:#FFFFFF
9359
9159
  }
9360
9160
  .bk-sideslider-header:before,
@@ -9368,8 +9168,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9368
9168
  }
9369
9169
  .bk-sideslider-closer{
9370
9170
  width:30px;
9371
- height:60px;
9372
- line-height:60px;
9171
+ height:52px;
9172
+ line-height:52px;
9373
9173
  background-color:#3a84ff;
9374
9174
  text-align:center;
9375
9175
  color:#fff;
@@ -9381,8 +9181,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9381
9181
  margin-top:22px;
9382
9182
  }
9383
9183
  .bk-sideslider-title{
9384
- height:60px;
9385
- line-height:60px;
9184
+ height:52px;
9185
+ line-height:52px;
9386
9186
  border-bottom:1px solid #DCDEE5;
9387
9187
  font-size:16px;
9388
9188
  color:#313238;
@@ -9397,7 +9197,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9397
9197
  }
9398
9198
  .bk-sideslider-footer{
9399
9199
  width:100%;
9400
- height:54px;
9200
+ height:48px;
9401
9201
  border-top:1px solid #dcdee5;
9402
9202
  background-color:#fff;
9403
9203
  display:-webkit-box;
@@ -9621,343 +9421,420 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9621
9421
  top:20px;
9622
9422
  }
9623
9423
  @-webkit-keyframes loadingCircle{
9624
- 100%{
9625
- -webkit-transform:rotate(360deg);
9626
- transform:rotate(360deg);
9627
- }
9424
+ 100%{
9425
+ -webkit-transform:rotate(360deg);
9426
+ transform:rotate(360deg);
9427
+ }
9628
9428
  }
9629
9429
  @keyframes loadingCircle{
9630
- 100%{
9631
- -webkit-transform:rotate(360deg);
9632
- transform:rotate(360deg);
9633
- }
9430
+ 100%{
9431
+ -webkit-transform:rotate(360deg);
9432
+ transform:rotate(360deg);
9433
+ }
9634
9434
  }
9635
9435
  .bk-steps{
9636
- display:table;
9637
- width:100%;
9638
- display:-webkit-box;
9639
- display:-ms-flexbox;
9640
- display:flex;
9641
- font-size:0;
9436
+ display:table;
9437
+ width:100%;
9438
+ display:-webkit-box;
9439
+ display:-ms-flexbox;
9440
+ display:flex;
9441
+ font-size:0;
9642
9442
  }
9643
9443
  .bk-steps .bk-icon{
9644
- font-size:24px;
9645
- line-height:24px
9646
- }
9444
+ font-size:24px;
9445
+ line-height:24px
9446
+ }
9647
9447
  .bk-steps .bk-icon.icon-loading{
9648
- display:inline-block;
9649
- -webkit-animation:loadingCircle 1s infinite linear;
9650
- animation:loadingCircle 1s infinite linear;
9651
- font-size:14px;
9652
- }
9448
+ display:inline-block;
9449
+ -webkit-animation:loadingCircle 1s infinite linear;
9450
+ animation:loadingCircle 1s infinite linear;
9451
+ font-size:14px;
9452
+ }
9653
9453
  .bk-steps .bk-step.done{
9654
- }
9454
+ }
9655
9455
  .bk-steps .bk-step.done .bk-step-number,
9656
- .bk-steps .bk-step.done .bk-step-icon,
9657
- .bk-steps .bk-step.done .bk-step-text{
9658
- border-color:#3a84ff;
9659
- color:#3a84ff;
9660
- }
9456
+ .bk-steps .bk-step.done .bk-step-icon{
9457
+ border-color:#3a84ff;
9458
+ color:#3a84ff;
9459
+ }
9661
9460
  .bk-steps .bk-step.done .bk-step-title::after, .bk-steps .bk-step.done .bk-step-indicator::after{
9662
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9663
- background-image:linear-gradient(to right, #3a84ff 50%, transparent 0%);
9664
- }
9461
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9462
+ background-image:linear-gradient(to right, #3a84ff 50%, transparent 0%);
9463
+ }
9665
9464
  .bk-steps .bk-step.done::after{
9666
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9667
- background-image:linear-gradient(#3a84ff 50%, transparent 0%);
9668
- }
9465
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #3a84ff), color-stop(0%, transparent));
9466
+ background-image:linear-gradient(#3a84ff 50%, transparent 0%);
9467
+ }
9468
+ .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{
9469
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9470
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9471
+ }
9472
+ .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{
9473
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9474
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9475
+ }
9476
+ .bk-steps .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9477
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9478
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9479
+ }
9480
+ .bk-steps .bk-step.done:has(+ .current.bk-step-error)::after{
9481
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9482
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9483
+ }
9669
9484
  .bk-steps .bk-step.current .bk-step-number,
9670
- .bk-steps .bk-step.current .bk-step-icon,
9671
- .bk-steps .bk-step.current .bk-step-text{
9672
- background-color:#3a84ff;
9673
- border-color:#3a84ff;
9674
- color:#fff;
9675
- }
9485
+ .bk-steps .bk-step.current .bk-step-icon,
9486
+ .bk-steps .bk-step.current .bk-step-text{
9487
+ background-color:#3a84ff;
9488
+ border-color:#3a84ff;
9489
+ color:#fff;
9490
+ }
9676
9491
  .bk-steps .bk-step{
9677
- -webkit-box-flex:1;
9678
- -ms-flex:1;
9679
- flex:1;
9680
- position:relative;
9681
- overflow:hidden;
9682
- white-space:nowrap;
9683
- margin-right:8px;
9684
- }
9492
+ -webkit-box-flex:1;
9493
+ -ms-flex:1;
9494
+ flex:1;
9495
+ position:relative;
9496
+ overflow:hidden;
9497
+ white-space:nowrap;
9498
+ margin-right:16px;
9499
+ }
9685
9500
  .bk-steps .bk-step .bk-step-indicator{
9686
- display:-webkit-inline-box;
9687
- display:-ms-inline-flexbox;
9688
- display:inline-flex;
9689
- -webkit-box-align:center;
9690
- -ms-flex-align:center;
9691
- align-items:center;
9692
- -webkit-box-pack:center;
9693
- -ms-flex-pack:center;
9694
- justify-content:center;
9695
- width:24px;
9696
- height:24px;
9697
- padding:0;
9698
- margin-right:8px;
9699
- border:1px solid #979ba5;
9700
- border-radius:50%;
9701
- line-height:24px;
9702
- color:#979ba5;
9703
- text-align:center;
9704
- background-color:#fff;
9705
- z-index:1;
9706
- vertical-align:top;
9707
- }
9501
+ display:-webkit-inline-box;
9502
+ display:-ms-inline-flexbox;
9503
+ display:inline-flex;
9504
+ -webkit-box-align:center;
9505
+ -ms-flex-align:center;
9506
+ align-items:center;
9507
+ -webkit-box-pack:center;
9508
+ -ms-flex-pack:center;
9509
+ justify-content:center;
9510
+ width:24px;
9511
+ height:24px;
9512
+ padding:0;
9513
+ margin-right:8px;
9514
+ border:1px solid #979ba5;
9515
+ border-radius:50%;
9516
+ line-height:24px;
9517
+ color:#979ba5;
9518
+ text-align:center;
9519
+ background-color:#fff;
9520
+ z-index:1;
9521
+ vertical-align:top;
9522
+ }
9708
9523
  .bk-steps .bk-step .bk-step-number{
9709
- font-size:14px;
9710
- font-family:arial;
9711
- }
9524
+ font-size:14px;
9525
+ font-family:arial;
9526
+ }
9712
9527
  .bk-steps .bk-step .bk-step-content{
9713
- display:inline-block;
9714
- vertical-align:top;
9715
- }
9528
+ display:inline-block;
9529
+ vertical-align:top;
9530
+ }
9716
9531
  .bk-steps .bk-step .bk-step-title{
9717
- display:inline-block;
9718
- position:relative;
9719
- color:#63656e;
9720
- font-size:14px;
9721
- word-break:break-all;
9722
- padding-right:8px;
9723
- line-height:24px;
9724
- }
9725
- .bk-steps .bk-step .bk-step-title::after{
9726
- content:"";
9727
- position:absolute;
9728
- left:100%;
9729
- top:12px;
9730
- width:99999px;
9731
- height:1px;
9732
- background-color:transparent;
9532
+ display:inline-block;
9533
+ position:relative;
9534
+ color:#63656e;
9535
+ font-size:14px;
9536
+ word-break:break-all;
9537
+ padding-right:16px;
9538
+ line-height:24px;
9733
9539
  }
9540
+ .bk-steps .bk-step .bk-step-title::after{
9541
+ content:'';
9542
+ position:absolute;
9543
+ left:100%;
9544
+ top:12px;
9545
+ width:99999px;
9546
+ height:1px;
9547
+ background-color:transparent;
9548
+ }
9734
9549
  .bk-steps .bk-step .bk-step-description{
9735
- font-size:12px;
9736
- color:#979ba5;
9737
- max-width:140px;
9738
- white-space:normal;
9739
- display:block;
9740
- max-width:140px;
9741
- overflow:hidden;
9742
- text-overflow:ellipsis;
9743
- white-space:nowrap;
9744
- }
9550
+ font-size:12px;
9551
+ color:#979ba5;
9552
+ max-width:140px;
9553
+ white-space:normal;
9554
+ display:block;
9555
+ max-width:140px;
9556
+ overflow:hidden;
9557
+ text-overflow:ellipsis;
9558
+ white-space:nowrap;
9559
+ }
9745
9560
  .bk-steps .bk-step.bk-step-no-content .bk-step-indicator{
9746
- margin-right:0
9747
- }
9561
+ margin-right:0
9562
+ }
9748
9563
  .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after{
9749
- content:"";
9750
- position:absolute;
9751
- left:100%;
9752
- top:12px;
9753
- width:99999px;
9754
- height:1px;
9755
- background-color:transparent;
9756
- }
9564
+ content:'';
9565
+ position:absolute;
9566
+ left:100%;
9567
+ top:12px;
9568
+ width:99999px;
9569
+ height:1px;
9570
+ background-color:transparent;
9571
+ }
9757
9572
  .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after{
9758
- left:32px;
9759
- top:10px;
9760
- }
9761
- .bk-steps .bk-step:last-child{
9762
- -webkit-box-flex:0;
9763
- -ms-flex:none;
9764
- flex:none;
9765
- margin-right:0;
9573
+ left:32px;
9574
+ top:10px;
9766
9575
  }
9576
+ .bk-steps .bk-step:last-child{
9577
+ -webkit-box-flex:0;
9578
+ -ms-flex:none;
9579
+ flex:none;
9580
+ margin-right:0;
9581
+ }
9767
9582
  .bk-steps .bk-step:last-child .bk-step-title{
9768
- padding-right:0
9769
- }
9583
+ padding-right:0
9584
+ }
9770
9585
  .bk-steps .bk-step:last-child .bk-step-title::after{
9771
- display:none;
9772
- }
9773
- .bk-steps .bk-step.done .bk-step-title,
9774
- .bk-steps .bk-step.done .bk-step-description{
9775
- color:#63656e;
9776
- }
9586
+ display:none;
9587
+ }
9588
+ .bk-steps .bk-step.done .bk-step-title{
9589
+ color:#63656e;
9590
+ }
9591
+ .bk-steps .bk-step.done .bk-step-description{
9592
+ color:#979ba5;
9593
+ }
9777
9594
  .bk-steps .bk-step.current .bk-step-number,
9778
- .bk-steps .bk-step.current .bk-step-icon,
9779
- .bk-steps .bk-step.current .bk-step-text{
9780
- border-width:2px;
9781
- }
9595
+ .bk-steps .bk-step.current .bk-step-icon,
9596
+ .bk-steps .bk-step.current .bk-step-text{
9597
+ border-width:2px;
9598
+ }
9782
9599
  .bk-steps .bk-step.current .bk-step-title,
9783
- .bk-steps .bk-step.current .bk-step-description{
9784
- color:#63656e;
9785
- }
9600
+ .bk-steps .bk-step.current .bk-step-description{
9601
+ color:#63656e;
9602
+ }
9786
9603
  .bk-steps .bk-step.current.bk-step-error .bk-step-indicator{
9787
- background-color:#ff5656;
9788
- border-color:#ff5656;
9789
- }
9604
+ background-color:#ff5656;
9605
+ border-color:#ff5656;
9606
+ }
9790
9607
  .bk-steps .bk-step.current.bk-step-error .bk-step-title,
9791
- .bk-steps .bk-step.current.bk-step-error .bk-step-description{
9792
- color:#ff5656;
9793
- }
9794
- .bk-steps-info .bk-step.done{
9608
+ .bk-steps .bk-step.current.bk-step-error .bk-step-description{
9609
+ color:#ff5656;
9795
9610
  }
9611
+ .bk-steps-info .bk-step.done{
9612
+ }
9796
9613
  .bk-steps-info .bk-step.done .bk-step-number,
9797
- .bk-steps-info .bk-step.done .bk-step-icon,
9798
- .bk-steps-info .bk-step.done .bk-step-text{
9799
- border-color:#88c3ff;
9800
- color:#88c3ff;
9801
- }
9614
+ .bk-steps-info .bk-step.done .bk-step-icon{
9615
+ border-color:#88c3ff;
9616
+ color:#88c3ff;
9617
+ }
9802
9618
  .bk-steps-info .bk-step.done .bk-step-title::after, .bk-steps-info .bk-step.done .bk-step-indicator::after{
9803
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9804
- background-image:linear-gradient(to right, #88c3ff 50%, transparent 0%);
9805
- }
9619
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9620
+ background-image:linear-gradient(to right, #88c3ff 50%, transparent 0%);
9621
+ }
9806
9622
  .bk-steps-info .bk-step.done::after{
9807
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9808
- background-image:linear-gradient(#88c3ff 50%, transparent 0%);
9809
- }
9623
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #88c3ff), color-stop(0%, transparent));
9624
+ background-image:linear-gradient(#88c3ff 50%, transparent 0%);
9625
+ }
9626
+ .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{
9627
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9628
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9629
+ }
9630
+ .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{
9631
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9632
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9633
+ }
9634
+ .bk-steps-info .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9635
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9636
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9637
+ }
9638
+ .bk-steps-info .bk-step.done:has(+ .current.bk-step-error)::after{
9639
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9640
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9641
+ }
9810
9642
  .bk-steps-info .bk-step.current .bk-step-number,
9811
- .bk-steps-info .bk-step.current .bk-step-icon,
9812
- .bk-steps-info .bk-step.current .bk-step-text{
9813
- background-color:#88c3ff;
9814
- border-color:#88c3ff;
9815
- color:#fff;
9816
- }
9643
+ .bk-steps-info .bk-step.current .bk-step-icon,
9644
+ .bk-steps-info .bk-step.current .bk-step-text{
9645
+ background-color:#88c3ff;
9646
+ border-color:#88c3ff;
9647
+ color:#fff;
9648
+ }
9817
9649
  .bk-steps-success .bk-step.done{
9818
- }
9650
+ }
9819
9651
  .bk-steps-success .bk-step.done .bk-step-number,
9820
- .bk-steps-success .bk-step.done .bk-step-icon,
9821
- .bk-steps-success .bk-step.done .bk-step-text{
9822
- border-color:#2dcb56;
9823
- color:#2dcb56;
9824
- }
9652
+ .bk-steps-success .bk-step.done .bk-step-icon{
9653
+ border-color:#2dcb56;
9654
+ color:#2dcb56;
9655
+ }
9825
9656
  .bk-steps-success .bk-step.done .bk-step-title::after, .bk-steps-success .bk-step.done .bk-step-indicator::after{
9826
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9827
- background-image:linear-gradient(to right, #2dcb56 50%, transparent 0%);
9828
- }
9657
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9658
+ background-image:linear-gradient(to right, #2dcb56 50%, transparent 0%);
9659
+ }
9829
9660
  .bk-steps-success .bk-step.done::after{
9830
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9831
- background-image:linear-gradient(#2dcb56 50%, transparent 0%);
9832
- }
9661
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #2dcb56), color-stop(0%, transparent));
9662
+ background-image:linear-gradient(#2dcb56 50%, transparent 0%);
9663
+ }
9664
+ .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{
9665
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9666
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9667
+ }
9668
+ .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{
9669
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9670
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9671
+ }
9672
+ .bk-steps-success .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9673
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9674
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9675
+ }
9676
+ .bk-steps-success .bk-step.done:has(+ .current.bk-step-error)::after{
9677
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9678
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9679
+ }
9833
9680
  .bk-steps-success .bk-step.current .bk-step-number,
9834
- .bk-steps-success .bk-step.current .bk-step-icon,
9835
- .bk-steps-success .bk-step.current .bk-step-text{
9836
- background-color:#2dcb56;
9837
- border-color:#2dcb56;
9838
- color:#fff;
9839
- }
9681
+ .bk-steps-success .bk-step.current .bk-step-icon,
9682
+ .bk-steps-success .bk-step.current .bk-step-text{
9683
+ background-color:#2dcb56;
9684
+ border-color:#2dcb56;
9685
+ color:#fff;
9686
+ }
9840
9687
  .bk-steps-warning .bk-step.done{
9841
- }
9688
+ }
9842
9689
  .bk-steps-warning .bk-step.done .bk-step-number,
9843
- .bk-steps-warning .bk-step.done .bk-step-icon,
9844
- .bk-steps-warning .bk-step.done .bk-step-text{
9845
- border-color:#ff9c01;
9846
- color:#ff9c01;
9847
- }
9690
+ .bk-steps-warning .bk-step.done .bk-step-icon{
9691
+ border-color:#ff9c01;
9692
+ color:#ff9c01;
9693
+ }
9848
9694
  .bk-steps-warning .bk-step.done .bk-step-title::after, .bk-steps-warning .bk-step.done .bk-step-indicator::after{
9849
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9850
- background-image:linear-gradient(to right, #ff9c01 50%, transparent 0%);
9851
- }
9695
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9696
+ background-image:linear-gradient(to right, #ff9c01 50%, transparent 0%);
9697
+ }
9852
9698
  .bk-steps-warning .bk-step.done::after{
9853
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9854
- background-image:linear-gradient(#ff9c01 50%, transparent 0%);
9855
- }
9699
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff9c01), color-stop(0%, transparent));
9700
+ background-image:linear-gradient(#ff9c01 50%, transparent 0%);
9701
+ }
9702
+ .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{
9703
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9704
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9705
+ }
9706
+ .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{
9707
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9708
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9709
+ }
9710
+ .bk-steps-warning .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9711
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9712
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9713
+ }
9714
+ .bk-steps-warning .bk-step.done:has(+ .current.bk-step-error)::after{
9715
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9716
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9717
+ }
9856
9718
  .bk-steps-warning .bk-step.current .bk-step-number,
9857
- .bk-steps-warning .bk-step.current .bk-step-icon,
9858
- .bk-steps-warning .bk-step.current .bk-step-text{
9859
- background-color:#ff9c01;
9860
- border-color:#ff9c01;
9861
- color:#fff;
9862
- }
9719
+ .bk-steps-warning .bk-step.current .bk-step-icon,
9720
+ .bk-steps-warning .bk-step.current .bk-step-text{
9721
+ background-color:#ff9c01;
9722
+ border-color:#ff9c01;
9723
+ color:#fff;
9724
+ }
9863
9725
  .bk-steps-danger .bk-step.done{
9864
- }
9726
+ }
9865
9727
  .bk-steps-danger .bk-step.done .bk-step-number,
9866
- .bk-steps-danger .bk-step.done .bk-step-icon,
9867
- .bk-steps-danger .bk-step.done .bk-step-text{
9868
- border-color:#ea3636;
9869
- color:#ea3636;
9870
- }
9728
+ .bk-steps-danger .bk-step.done .bk-step-icon{
9729
+ border-color:#ea3636;
9730
+ color:#ea3636;
9731
+ }
9871
9732
  .bk-steps-danger .bk-step.done .bk-step-title::after, .bk-steps-danger .bk-step.done .bk-step-indicator::after{
9872
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9873
- background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9874
- }
9733
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9734
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9735
+ }
9875
9736
  .bk-steps-danger .bk-step.done::after{
9876
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9877
- background-image:linear-gradient(#ea3636 50%, transparent 0%);
9878
- }
9737
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9738
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9739
+ }
9740
+ .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{
9741
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9742
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9743
+ }
9744
+ .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{
9745
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #ea3636), color-stop(0%, transparent));
9746
+ background-image:linear-gradient(to right, #ea3636 50%, transparent 0%);
9747
+ }
9748
+ .bk-steps-danger .bk-step.done[\:has\(\%2B\%20.current.bk-step-error\)]::after{
9749
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9750
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9751
+ }
9752
+ .bk-steps-danger .bk-step.done:has(+ .current.bk-step-error)::after{
9753
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea3636), color-stop(0%, transparent));
9754
+ background-image:linear-gradient(#ea3636 50%, transparent 0%);
9755
+ }
9879
9756
  .bk-steps-danger .bk-step.current .bk-step-number,
9880
- .bk-steps-danger .bk-step.current .bk-step-icon,
9881
- .bk-steps-danger .bk-step.current .bk-step-text{
9882
- background-color:#ea3636;
9883
- border-color:#ea3636;
9884
- color:#fff;
9885
- }
9757
+ .bk-steps-danger .bk-step.current .bk-step-icon,
9758
+ .bk-steps-danger .bk-step.current .bk-step-text{
9759
+ background-color:#ea3636;
9760
+ border-color:#ea3636;
9761
+ color:#fff;
9762
+ }
9886
9763
  .bk-steps-dashed .bk-step .bk-step-title::after, .bk-steps-dashed .bk-step .bk-step-indicator::after{
9887
- background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9888
- background-image:linear-gradient(to right, #c4c6cc 50%, transparent 0%);
9889
- background-position:bottom;
9890
- background-size:6px 1px;
9891
- background-repeat:repeat-x;
9892
- }
9764
+ background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9765
+ background-image:linear-gradient(to right, #c4c6cc 50%, transparent 0%);
9766
+ background-position:bottom;
9767
+ background-size:6px 1px;
9768
+ background-repeat:repeat-x;
9769
+ }
9893
9770
  .bk-steps-solid .bk-step .bk-step-title::after, .bk-steps-solid .bk-step .bk-step-indicator::after{
9894
- background-color:#c4c6cc;
9895
- }
9771
+ background-color:#c4c6cc;
9772
+ }
9896
9773
  .bk-steps-vertical{
9897
- -webkit-box-orient:vertical;
9898
- -webkit-box-direction:normal;
9899
- -ms-flex-direction:column;
9900
- flex-direction:column;
9901
- height:100%;
9902
- }
9774
+ -webkit-box-orient:vertical;
9775
+ -webkit-box-direction:normal;
9776
+ -ms-flex-direction:column;
9777
+ flex-direction:column;
9778
+ height:100%;
9779
+ }
9903
9780
  .bk-steps-vertical .bk-step{
9904
- margin-bottom:8px;
9905
- margin-right:0;
9906
- }
9781
+ margin-bottom:16px;
9782
+ margin-right:0;
9783
+ }
9907
9784
  .bk-steps-vertical .bk-step .bk-step-title::after, .bk-steps-vertical .bk-step .bk-step-indicator::after{
9908
- display:none;
9909
- }
9785
+ display:none;
9786
+ }
9910
9787
  .bk-steps-vertical .bk-step::after{
9911
- content:"";
9912
- position:absolute;
9913
- left:12px;
9914
- top:32px;
9915
- height:100%;
9916
- width:1px;
9917
- background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9918
- background-image:linear-gradient(#c4c6cc 50%, transparent 0%);
9919
- background-position:right;
9920
- background-size:1px 6px;
9921
- background-repeat:repeat-y;
9922
- }
9788
+ content:'';
9789
+ position:absolute;
9790
+ left:12px;
9791
+ top:40px;
9792
+ height:100%;
9793
+ width:1px;
9794
+ background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #c4c6cc), color-stop(0%, transparent));
9795
+ background-image:linear-gradient(#c4c6cc 50%, transparent 0%);
9796
+ background-position:right;
9797
+ background-size:1px 6px;
9798
+ background-repeat:repeat-y;
9799
+ }
9923
9800
  .bk-steps-vertical .bk-step .bk-step-title{
9924
- display:-webkit-box;
9925
- display:-ms-flexbox;
9926
- display:flex;
9927
- height:100%;
9928
- -webkit-box-align:center;
9929
- -ms-flex-align:center;
9930
- align-items:center;
9931
- text-align:left;
9932
- margin-top:0;
9933
- }
9801
+ display:-webkit-box;
9802
+ display:-ms-flexbox;
9803
+ display:flex;
9804
+ height:100%;
9805
+ -webkit-box-align:center;
9806
+ -ms-flex-align:center;
9807
+ align-items:center;
9808
+ text-align:left;
9809
+ margin-top:0;
9810
+ }
9934
9811
  .bk-steps-small .bk-step .bk-step-indicator{
9935
- width:20px;
9936
- height:20px;
9937
- line-height:20px;
9938
- }
9812
+ width:20px;
9813
+ height:20px;
9814
+ line-height:20px;
9815
+ }
9939
9816
  .bk-steps-small .bk-step .bk-step-title{
9940
- font-size:12px;
9941
- line-height:20px;
9942
- }
9817
+ font-size:12px;
9818
+ line-height:20px;
9819
+ }
9943
9820
  .bk-steps-small .bk-step .bk-step-number{
9944
- font-size:12px;
9945
- }
9821
+ font-size:12px;
9822
+ }
9946
9823
  .bk-steps-small .bk-step .bk-icon{
9947
- font-size:12px;
9948
- line-height:20px;
9949
- }
9824
+ font-size:12px;
9825
+ line-height:20px;
9826
+ }
9950
9827
  .bk-steps-small .bk-step::after{
9951
- left:10px;
9952
- top:28px;
9953
- }
9828
+ left:10px;
9829
+ top:28px;
9830
+ }
9954
9831
  .bk-steps-small .bk-step .bk-step-title::after{
9955
- top:10px;
9956
- }
9832
+ top:10px;
9833
+ }
9957
9834
  .bk-steps-small .bk-step.bk-step-no-content .bk-step-indicator::after{
9958
- left:28px;
9959
- top:8px;
9960
- }
9835
+ left:28px;
9836
+ top:8px;
9837
+ }
9961
9838
  .bk-switcher{
9962
9839
  width:36px;
9963
9840
  height:20px;
@@ -12213,149 +12090,150 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
12213
12090
  padding-bottom:0;
12214
12091
  }
12215
12092
  .bk-transfer{
12216
- display:-webkit-box;
12217
- display:-ms-flexbox;
12218
- display:flex;
12219
- -webkit-box-orient:horizontal;
12220
- -webkit-box-direction:normal;
12221
- -ms-flex-direction:row;
12222
- flex-direction:row;
12223
- -webkit-box-pack:center;
12224
- -ms-flex-pack:center;
12225
- justify-content:center;
12226
- position:relative;
12227
- font-size:14px;
12093
+ display:-webkit-box;
12094
+ display:-ms-flexbox;
12095
+ display:flex;
12096
+ -webkit-box-orient:horizontal;
12097
+ -webkit-box-direction:normal;
12098
+ -ms-flex-direction:row;
12099
+ flex-direction:row;
12100
+ -webkit-box-pack:center;
12101
+ -ms-flex-pack:center;
12102
+ justify-content:center;
12103
+ position:relative;
12104
+ font-size:14px;
12228
12105
  }
12229
12106
  .bk-transfer .transfer{
12230
- width:30px;
12231
- height:30px;
12232
- position:absolute;
12233
- -webkit-transform:translate(-50%, -50%);
12234
- transform:translate(-50%, -50%);
12235
- top:50%;
12236
- left:50%;
12237
- background:url(images/transfer.png) no-repeat center center;
12238
- }
12107
+ width:30px;
12108
+ height:30px;
12109
+ position:absolute;
12110
+ -webkit-transform:translate(-50%, -50%);
12111
+ transform:translate(-50%, -50%);
12112
+ top:50%;
12113
+ left:50%;
12114
+ background:url(images/transfer.png) no-repeat center center;
12115
+ }
12239
12116
  .bk-transfer .source-list,
12240
- .bk-transfer .target-list{
12241
- -webkit-box-flex:1;
12242
- -ms-flex:1;
12243
- flex:1;
12244
- min-width:200px;
12245
- height:400px;
12246
- background-color:#fff;
12247
- border-radius:2px;
12248
- border:1px solid #dde4eb;
12249
- overflow:hidden;
12250
- }
12117
+ .bk-transfer .target-list{
12118
+ -webkit-box-flex:1;
12119
+ -ms-flex:1;
12120
+ flex:1;
12121
+ min-width:200px;
12122
+ height:400px;
12123
+ background-color:#fff;
12124
+ border-radius:2px;
12125
+ border:1px solid #dde4eb;
12126
+ overflow:hidden;
12127
+ }
12251
12128
  .bk-transfer .source-list .slot-header, .bk-transfer .target-list .slot-header{
12252
- height:43px;
12253
- line-height:43px;
12254
- background-color:#fafbfd;
12255
- border-bottom:1px solid #dde4eb;
12256
- padding:0 20px;
12257
- position:relative;
12258
- }
12129
+ height:43px;
12130
+ line-height:43px;
12131
+ background-color:#fafbfd;
12132
+ border-bottom:1px solid #dde4eb;
12133
+ padding:0 20px;
12134
+ position:relative;
12135
+ }
12259
12136
  .bk-transfer .source-list .slot-header .slot-content, .bk-transfer .target-list .slot-header .slot-content{
12260
- position:relative;
12261
- }
12137
+ position:relative;
12138
+ }
12262
12139
  .bk-transfer .source-list .header, .bk-transfer .target-list .header{
12263
- height:43px;
12264
- line-height:43px;
12265
- background-color:#fafbfd;
12266
- border-bottom:1px solid #dde4eb;
12267
- padding:0 20px;
12268
- position:relative;
12269
- }
12140
+ height:43px;
12141
+ line-height:43px;
12142
+ background-color:#fafbfd;
12143
+ border-bottom:1px solid #dde4eb;
12144
+ padding:0 20px;
12145
+ position:relative;
12146
+ }
12270
12147
  .bk-transfer .source-list .header span, .bk-transfer .target-list .header span{
12271
- position:absolute;
12272
- right:10px;
12273
- font-size:12px;
12274
- color:#3a84ff;
12275
- cursor:pointer
12276
- }
12148
+ position:absolute;
12149
+ right:10px;
12150
+ font-size:12px;
12151
+ color:#3a84ff;
12152
+ cursor:pointer
12153
+ }
12277
12154
  .bk-transfer .source-list .header span.disabled, .bk-transfer .target-list .header span.disabled{
12278
- color:#c4c6cc;
12279
- cursor:not-allowed;
12280
- }
12281
- .bk-transfer .source-list .empty, .bk-transfer .target-list .empty{
12282
- width:100%;
12283
- position:relative;
12284
- top:40%;
12285
- text-align:center;
12286
- color:#c4c6cc;
12287
- cursor:default;
12155
+ color:#c4c6cc;
12156
+ cursor:not-allowed;
12288
12157
  }
12158
+ .bk-transfer .source-list .empty, .bk-transfer .target-list .empty{
12159
+ width:100%;
12160
+ position:relative;
12161
+ top:40%;
12162
+ text-align:center;
12163
+ color:#c4c6cc;
12164
+ cursor:default;
12165
+ }
12289
12166
  .bk-transfer .source-list .content, .bk-transfer .target-list .content{
12290
- max-height:82%;
12291
- overflow-y:auto;
12292
- position:relative;
12293
- padding:0;
12294
- margin:6px 0;
12295
- }
12167
+ max-height:82%;
12168
+ overflow-y:auto;
12169
+ position:relative;
12170
+ padding:0;
12171
+ margin:6px 0;
12172
+ }
12296
12173
  .bk-transfer .source-list .content li, .bk-transfer .target-list .content li{
12297
- display:-webkit-box;
12298
- display:-ms-flexbox;
12299
- display:flex;
12300
- -webkit-box-align:center;
12301
- -ms-flex-align:center;
12302
- align-items:center;
12303
- height:40px;
12304
- line-height:40px;
12305
- padding:0 20px;
12306
- list-style:none;
12307
- cursor:pointer;
12308
- position:relative
12309
- }
12174
+ display:-webkit-box;
12175
+ display:-ms-flexbox;
12176
+ display:flex;
12177
+ -webkit-box-align:center;
12178
+ -ms-flex-align:center;
12179
+ align-items:center;
12180
+ height:40px;
12181
+ line-height:40px;
12182
+ padding:0 16px;
12183
+ list-style:none;
12184
+ cursor:pointer;
12185
+ position:relative
12186
+ }
12310
12187
  .bk-transfer .source-list .content li:hover, .bk-transfer .target-list .content li:hover{
12311
- background-color:#eef6fe;
12312
- color:#3a84ff;
12313
- }
12188
+ background-color:#eef6fe;
12189
+ color:#3a84ff;
12190
+ }
12314
12191
  .bk-transfer .source-list .content li.is-disabled, .bk-transfer .target-list .content li.is-disabled{
12315
- cursor:not-allowed;
12316
- color:#c4c6cc;
12317
- background-color:#fff;
12318
- }
12192
+ cursor:not-allowed;
12193
+ color:#c4c6cc;
12194
+ background-color:#fff;
12195
+ }
12319
12196
  .bk-transfer .source-list .content li .content-text, .bk-transfer .target-list .content li .content-text{
12320
- -webkit-box-flex:1;
12321
- -ms-flex:1;
12322
- flex:1;
12323
- overflow:hidden;
12324
- text-overflow:ellipsis;
12325
- white-space:nowrap;
12326
- }
12197
+ -webkit-box-flex:1;
12198
+ -ms-flex:1;
12199
+ flex:1;
12200
+ overflow:hidden;
12201
+ text-overflow:ellipsis;
12202
+ white-space:nowrap;
12203
+ }
12327
12204
  .bk-transfer .source-list .content li .icon-wrapper, .bk-transfer .target-list .content li .icon-wrapper{
12328
- -webkit-box-flex:22px;
12329
- -ms-flex:22px 0 0px;
12330
- flex:22px 0 0;
12331
- display:none
12332
- }
12205
+ -webkit-box-flex:22px;
12206
+ -ms-flex:22px 0 0px;
12207
+ flex:22px 0 0;
12208
+ display:none
12209
+ }
12333
12210
  .bk-transfer .source-list .content li .icon-wrapper.hover, .bk-transfer .target-list .content li .icon-wrapper.hover{
12334
- display:inline-block;
12335
- }
12211
+ display:inline-block;
12212
+ }
12336
12213
  .bk-transfer .source-list .content::-webkit-scrollbar, .bk-transfer .target-list .content::-webkit-scrollbar{
12337
- width:4px;
12338
- background-color:rgba(204, 204, 204, 0);
12339
- }
12214
+ width:4px;
12215
+ background-color:rgba(204, 204, 204, 0);
12216
+ }
12340
12217
  .bk-transfer .source-list .content::-webkit-scrollbar-thumb, .bk-transfer .target-list .content::-webkit-scrollbar-thumb{
12341
- height:5px;
12342
- border-radius:2px;
12343
- background-color:#e6e9ea;
12344
- }
12218
+ height:5px;
12219
+ border-radius:2px;
12220
+ background-color:#e6e9ea;
12221
+ }
12345
12222
  .bk-transfer .source-list .content .bk-icon, .bk-transfer .target-list .content .bk-icon{
12346
- font-size:22px;
12347
- }
12223
+ font-size:22px;
12224
+ }
12348
12225
  .bk-transfer .target-list{
12349
- margin-left:33px;
12350
- }
12226
+ margin-left:33px;
12227
+ }
12351
12228
  .bk-transfer .transfer-search-input{
12352
- border-bottom:1px solid #F0F1F5;
12353
- }
12229
+ border-bottom:1px solid #f0f1f5;
12230
+ margin-top:6px;
12231
+ }
12354
12232
  .bk-transfer .transfer-search-input .bk-form-input{
12355
- height:36px;
12356
- line-height:34px;
12357
- border:none;
12358
- }
12233
+ height:36px;
12234
+ line-height:34px;
12235
+ border:none;
12236
+ }
12359
12237
  .fade-enter-active,
12360
12238
  .fade-leave-active{
12361
12239
  -webkit-transition:opacity .2s;
@@ -13933,29 +13811,33 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
13933
13811
  display:flex;
13934
13812
  }
13935
13813
  .bk-rate-stars{
13936
- margin:0;
13937
- padding:0;
13814
+ margin:0;
13815
+ padding:0;
13938
13816
  }
13939
13817
  .bk-rate-stars .bk-is-edit{
13940
- cursor:pointer;
13941
- }
13818
+ cursor:pointer;
13819
+ }
13942
13820
  .bk-rate-stars:after{
13943
- content:'';
13944
- display:table;
13945
- clear:both;
13946
- }
13821
+ content:'';
13822
+ display:table;
13823
+ clear:both;
13824
+ }
13947
13825
  .bk-rate-stars .bk-rate-star{
13948
- float:left;
13949
- margin-right:3px;
13950
- enable-background:new 0 0 64 64;
13951
- fill:#c5c7d1
13952
- }
13826
+ float:left;
13827
+ margin-right:3px;
13828
+ enable-background:new 0 0 64 64;
13829
+ fill:#c5c7d1
13830
+ }
13953
13831
  .bk-rate-stars .bk-rate-star.bk-yellow{
13954
- fill:#ffb848;
13955
- }
13832
+ fill:#ffb848;
13833
+ }
13834
+ .bk-rate-stars .bk-rate-star.bk-rate-star-is-hover{
13835
+ -webkit-transform:scale(1.2);
13836
+ transform:scale(1.2);
13837
+ }
13956
13838
  .bk-rate-stars .bk-rate-star:last-child{
13957
- margin-right:0;
13958
- }
13839
+ margin-right:0;
13840
+ }
13959
13841
  .bk-spin{
13960
13842
  display:inline-block;
13961
13843
  position:relative;
@@ -14741,7 +14623,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14741
14623
  margin-left:-2px;
14742
14624
  }
14743
14625
  .bk-popconfirm-content.popconfirm-more{
14744
- padding:10px;
14626
+ padding:12px 7px;
14745
14627
  }
14746
14628
  .bk-popconfirm-content.popconfirm-more .popconfirm-content .title{
14747
14629
  font-size:14px;
@@ -14752,7 +14634,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14752
14634
  font-size:12px;
14753
14635
  line-height:20px;
14754
14636
  color:#63656e;
14755
- padding-bottom:10px;
14637
+ padding-bottom:16px;
14756
14638
  }
14757
14639
  .bk-popconfirm-content.popconfirm-more .popconfirm-content .is-simple.content{
14758
14640
  font-size:14px;
@@ -14897,6 +14779,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14897
14779
  display:block;
14898
14780
  }
14899
14781
  .bk-cascade-dropdown-content{
14782
+ padding:4px 0;
14900
14783
  border:1px solid #dcdee5;
14901
14784
  border-radius:2px;
14902
14785
  line-height:32px;