@mdsfe/mds-ui 0.2.9 → 0.2.10-rc.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 (120) hide show
  1. package/dist/_util/iconfont/index.js +38 -0
  2. package/dist/affix.js +8 -8
  3. package/dist/alert.js +476 -0
  4. package/dist/anchor.js +5 -5
  5. package/dist/avatar.js +8 -8
  6. package/dist/backtop.js +9 -9
  7. package/dist/badge.js +17 -17
  8. package/dist/bordershadow.js +2 -2
  9. package/dist/breadcrumb.js +4 -4
  10. package/dist/button.js +10 -10
  11. package/dist/card.js +4 -4
  12. package/dist/carousel.js +67 -67
  13. package/dist/cascader.js +33 -33
  14. package/dist/cascaderpanel.js +20 -20
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +3 -3
  17. package/dist/collapse.js +4 -4
  18. package/dist/color.js +4 -4
  19. package/dist/datepicker.js +234 -234
  20. package/dist/divider.js +2 -2
  21. package/dist/drawer.js +8 -8
  22. package/dist/dropdown.js +17 -17
  23. package/dist/empty.js +8 -8
  24. package/dist/font/{iconfont.28359fa.ttf → iconfont.22ef8cb.ttf} +0 -0
  25. package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
  26. package/dist/font/iconfont.c5d3297.woff +0 -0
  27. package/dist/font.js +4 -4
  28. package/dist/form.js +8 -8
  29. package/dist/icon.js +17 -63
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +13 -13
  32. package/dist/inputnumber.js +8 -8
  33. package/dist/layout.js +10 -10
  34. package/dist/list.js +8 -8
  35. package/dist/loading.js +2 -2
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +909 -743
  38. package/dist/menu.js +17 -17
  39. package/dist/message.js +8 -8
  40. package/dist/modal.js +8 -8
  41. package/dist/notification.js +12 -12
  42. package/dist/pagination.js +49 -24
  43. package/dist/popconfirm.js +17 -17
  44. package/dist/popover.js +6 -6
  45. package/dist/progress.js +10 -208
  46. package/dist/radio.js +8 -8
  47. package/dist/rate.js +33 -213
  48. package/dist/row.js +3 -3
  49. package/dist/select.js +32 -32
  50. package/dist/slider.js +23 -23
  51. package/dist/slottable.js +22 -22
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +295 -1
  54. package/dist/style/alert.css +6168 -0
  55. package/dist/style/anchor.css +295 -1
  56. package/dist/style/avatar.css +295 -1
  57. package/dist/style/badge.css +295 -1
  58. package/dist/style/bordershadow.css +295 -1
  59. package/dist/style/breadcrumb.css +295 -1
  60. package/dist/style/button.css +295 -1
  61. package/dist/style/card.css +295 -1
  62. package/dist/style/carousel.css +295 -1
  63. package/dist/style/checkbox.css +295 -1
  64. package/dist/style/col.css +295 -1
  65. package/dist/style/collapse.css +295 -1
  66. package/dist/style/color.css +295 -1
  67. package/dist/style/datepicker.css +295 -1
  68. package/dist/style/divider.css +295 -1
  69. package/dist/style/drawer.css +295 -1
  70. package/dist/style/dropdown.css +295 -1
  71. package/dist/style/empty.css +295 -1
  72. package/dist/style/font.css +295 -1
  73. package/dist/style/form.css +295 -1
  74. package/dist/style/icon.css +295 -1
  75. package/dist/style/input.css +295 -1
  76. package/dist/style/inputnumber.css +295 -1
  77. package/dist/style/layout.css +295 -1
  78. package/dist/style/list.css +295 -1
  79. package/dist/style/loading.css +295 -1
  80. package/dist/style/menu.css +295 -1
  81. package/dist/style/modal.css +295 -1
  82. package/dist/style/notification.css +295 -1
  83. package/dist/style/pagination.css +295 -1
  84. package/dist/style/popconfirm.css +295 -1
  85. package/dist/style/popover.css +295 -1
  86. package/dist/style/progress.css +295 -23
  87. package/dist/style/radio.css +295 -1
  88. package/dist/style/rate.css +295 -23
  89. package/dist/style/row.css +295 -1
  90. package/dist/style/select.css +295 -1
  91. package/dist/style/slider.css +295 -1
  92. package/dist/style/slottable.css +295 -1
  93. package/dist/style/steps.css +295 -1
  94. package/dist/style/switch.css +295 -1
  95. package/dist/style/table.css +295 -23
  96. package/dist/style/tabs.css +295 -1
  97. package/dist/style/tag.css +295 -1
  98. package/dist/style/text.css +295 -1
  99. package/dist/style/timeline.css +295 -1
  100. package/dist/style/timepicker.css +295 -1
  101. package/dist/style/tooltip.css +295 -1
  102. package/dist/style/tree.css +295 -1
  103. package/dist/style/typography.css +295 -1
  104. package/dist/style/upload.css +295 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +72 -252
  107. package/dist/tabs.js +11 -11
  108. package/dist/tag.js +8 -8
  109. package/dist/text.js +10 -10
  110. package/dist/timeline.js +4 -4
  111. package/dist/timepicker.js +11 -11
  112. package/dist/tooltip.js +9 -9
  113. package/dist/transfer.js +13 -13
  114. package/dist/transition.js +2 -2
  115. package/dist/tree.js +78 -78
  116. package/dist/typography.js +4 -4
  117. package/dist/upload.js +8 -8
  118. package/package.json +10 -4
  119. package/dist/font/iconfont.486e3d3.woff2 +0 -0
  120. package/dist/font/iconfont.675049e.woff +0 -0
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,300 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-add-ebi:before {
4728
+ content: "\E725";
4729
+ }
4730
+ .mdsicon-line-arrow2-left:before {
4731
+ content: "\E726";
4732
+ }
4733
+ .mdsicon-line-arrow2-right:before {
4734
+ content: "\E727";
4735
+ }
4736
+ .mdsicon-line-closed:before {
4737
+ content: "\E724";
4738
+ }
4739
+ .mdsicon-line-upload:before {
4740
+ content: "\E720";
4741
+ }
4742
+ .mdsicon-line-download:before {
4743
+ content: "\E721";
4744
+ }
4745
+ .mdsicon-line-setting:before {
4746
+ content: "\E722";
4747
+ }
4748
+ .mdsicon-line-search:before {
4749
+ content: "\E723";
4750
+ }
4751
+ .mdsicon-line-perspective-mode:before {
4752
+ content: "\E718";
4753
+ }
4754
+ .mdsicon-fill-arrow-up:before {
4755
+ content: "\E71C";
4756
+ }
4757
+ .mdsicon-fill-arrow-left:before {
4758
+ content: "\E71D";
4759
+ }
4760
+ .mdsicon-fill-arrow-down:before {
4761
+ content: "\E71E";
4762
+ }
4763
+ .mdsicon-fill-arrow-right:before {
4764
+ content: "\E71F";
4765
+ }
4766
+ .mdsicon-line-alter:before {
4767
+ content: "\E717";
4768
+ }
4769
+ .mdsicon-line-settle-accounts:before {
4770
+ content: "\E716";
4771
+ }
4772
+ .mdsicon-line-cancel:before {
4773
+ content: "\E719";
4774
+ }
4775
+ .mdsicon-line-summation:before {
4776
+ content: "\E71A";
4777
+ }
4778
+ .mdsicon-line-mean-value:before {
4779
+ content: "\E71B";
4780
+ }
4781
+ .mdsicon-line-compute:before {
4782
+ content: "\E715";
4783
+ }
4784
+ .mdsicon-line-more:before {
4785
+ content: "\E70E";
4786
+ }
4787
+ .mdsicon-line-unfold:before {
4788
+ content: "\E70F";
4789
+ }
4790
+ .mdsicon-line-table:before {
4791
+ content: "\E710";
4792
+ }
4793
+ .mdsicon-line-drag:before {
4794
+ content: "\E711";
4795
+ }
4796
+ .mdsicon-line-index:before {
4797
+ content: "\E712";
4798
+ }
4799
+ .mdsicon-line-data-source1:before {
4800
+ content: "\E713";
4801
+ }
4802
+ .mdsicon-fill-caution:before {
4803
+ content: "\E714";
4804
+ }
4805
+ .mdsicon-line-data-source-2:before {
4806
+ content: "\E708";
4807
+ }
4808
+ .mdsicon-line-editor:before {
4809
+ content: "\E709";
4810
+ }
4811
+ .mdsicon-line-dataset:before {
4812
+ content: "\E70B";
4813
+ }
4814
+ .mdsicon-fill-normal:before {
4815
+ content: "\E70C";
4816
+ }
4817
+ .mdsicon-line-packup:before {
4818
+ content: "\E70D";
4819
+ }
4820
+ .mdsicon-line-statement:before {
4821
+ content: "\E705";
4822
+ }
4823
+ .mdsicon-line-check:before {
4824
+ content: "\E706";
4825
+ }
4826
+ .mdsicon-line-index2:before {
4827
+ content: "\E704";
4828
+ }
4829
+ .mdsicon-line-oa2:before {
4830
+ content: "\E703";
4831
+ }
4832
+ .mdsicon-line-data-itemname:before {
4833
+ content: "\E6E5";
4834
+ }
4835
+ .mdsicon-line-template-view:before {
4836
+ content: "\E6E6";
4837
+ }
4838
+ .mdsicon-line-ID:before {
4839
+ content: "\E6E7";
4840
+ }
4841
+ .mdsicon-line-relational-view:before {
4842
+ content: "\E6E8";
4843
+ }
4844
+ .mdsicon-line-data-view:before {
4845
+ content: "\E6E9";
4846
+ }
4847
+ .mdsicon-line-data-itemtype:before {
4848
+ content: "\E6EA";
4849
+ }
4850
+ .mdsicon-line-job-number:before {
4851
+ content: "\E6EB";
4852
+ }
4853
+ .mdsicon-line-city:before {
4854
+ content: "\E6EC";
4855
+ }
4856
+ .mdsicon-line-move-to:before {
4857
+ content: "\E6ED";
4858
+ }
4859
+ .mdsicon-line-clean:before {
4860
+ content: "\E6EE";
4861
+ }
4862
+ .mdsicon-line-historical-record:before {
4863
+ content: "\E6EF";
4864
+ }
4865
+ .mdsicon-line-format1:before {
4866
+ content: "\E6F0";
4867
+ }
4868
+ .mdsicon-line-top-insert:before {
4869
+ content: "\E6F1";
4870
+ }
4871
+ .mdsicon-line-under-insert:before {
4872
+ content: "\E6F2";
4873
+ }
4874
+ .mdsicon-line-intermediary-agent:before {
4875
+ content: "\E6F3";
4876
+ }
4877
+ .mdsicon-line-enable:before {
4878
+ content: "\E6F5";
4879
+ }
4880
+ .mdsicon-line-format3:before {
4881
+ content: "\E6F6";
4882
+ }
4883
+ .mdsicon-line-relationship-setting:before {
4884
+ content: "\E6F7";
4885
+ }
4886
+ .mdsicon-line-file-rename:before {
4887
+ content: "\E6F8";
4888
+ }
4889
+ .mdsicon-line-extract:before {
4890
+ content: "\E6F9";
4891
+ }
4892
+ .mdsicon-line-data-itemvalue:before {
4893
+ content: "\E6FA";
4894
+ }
4895
+ .mdsicon-line-performance-type:before {
4896
+ content: "\E6FB";
4897
+ }
4898
+ .mdsicon-line-screen:before {
4899
+ content: "\E6FC";
4900
+ }
4901
+ .mdsicon-line-add-childlevel:before {
4902
+ content: "\E6FD";
4903
+ }
4904
+ .mdsicon-line-file:before {
4905
+ content: "\E6FE";
4906
+ }
4907
+ .mdsicon-fill-index:before {
4908
+ content: "\E6FF";
4909
+ }
4910
+ .mdsicon-line-del:before {
4911
+ content: "\E700";
4912
+ }
4913
+ .mdsicon-line-format2:before {
4914
+ content: "\E701";
4915
+ }
4916
+ .mdsicon-line-file-add:before {
4917
+ content: "\E702";
4918
+ }
4919
+ .mdsicon-line-myteam-ehr:before {
4920
+ content: "\E6DD";
4921
+ }
4922
+ .mdsicon-line-personal-center:before {
4923
+ content: "\E6DF";
4924
+ }
4925
+ .mdsicon-line-allicon:before {
4926
+ content: "\E6DC";
4927
+ }
4928
+ .mdsicon-line-data-report:before {
4929
+ content: "\E6D9";
4930
+ }
4931
+ .mdsicon-line-common-reports:before {
4932
+ content: "\E6DA";
4933
+ }
4934
+ .mdsicon-line-task:before {
4935
+ content: "\E6DB";
4936
+ }
4937
+ .mdsicon-line-employee-information:before {
4938
+ content: "\E6C1";
4939
+ }
4940
+ .mdsicon-line-qrcode-checkin:before {
4941
+ content: "\E6C2";
4942
+ }
4943
+ .mdsicon-line-personal-information:before {
4944
+ content: "\E6D3";
4945
+ }
4946
+ .mdsicon-line-kaoqin:before {
4947
+ content: "\E6D4";
4948
+ }
4949
+ .mdsicon-line-meiyan:before {
4950
+ content: "\E6D5";
4951
+ }
4952
+ .mdsicon-line-okr-thin:before {
4953
+ content: "\E6D6";
4954
+ }
4955
+ .mdsicon-line-resignation:before {
4956
+ content: "\E6D7";
4957
+ }
4958
+ .mdsicon-line-SSC-contact:before {
4959
+ content: "\E6D8";
4960
+ }
4961
+ .mdsicon-line-HR:before {
4962
+ content: "\E6B9";
4963
+ }
4964
+ .mdsicon-line-OA:before {
4965
+ content: "\E6BA";
4966
+ }
4967
+ .mdsicon-line-yunxiao:before {
4968
+ content: "\E6BB";
4969
+ }
4970
+ .mdsicon-line-test-report:before {
4971
+ content: "\E6BC";
4972
+ }
4973
+ .mdsicon-line-beisen:before {
4974
+ content: "\E6BD";
4975
+ }
4976
+ .mdsicon-line-all-reports:before {
4977
+ content: "\E6BE";
4978
+ }
4979
+ .mdsicon-line-performance-thin:before {
4980
+ content: "\E6BF";
4981
+ }
4982
+ .mdsicon-line-prove-apply:before {
4983
+ content: "\E6C0";
4984
+ }
4985
+ .mdsicon-line-database:before {
4986
+ content: "\E6B8";
4987
+ }
4988
+ .mdsicon-line-attendance:before {
4989
+ content: "\E6AF";
4990
+ }
4991
+ .mdsicon-line-my-team:before {
4992
+ content: "\E6B4";
4993
+ }
4994
+ .mdsicon-line-staff-information:before {
4995
+ content: "\E6B7";
4996
+ }
4997
+ .mdsicon-line-performance:before {
4998
+ content: "\E6B1";
4999
+ }
5000
+ .mdsicon-line-rank-evaluation:before {
5001
+ content: "\E6B2";
5002
+ }
5003
+ .mdsicon-line-partner:before {
5004
+ content: "\E6B3";
5005
+ }
5006
+ .mdsicon-line-okr:before {
5007
+ content: "\E6B5";
5008
+ }
5009
+ .mdsicon-line-information:before {
5010
+ content: "\E6B6";
5011
+ }
5012
+ .mdsicon-line-train:before {
5013
+ content: "\E6AE";
5014
+ }
5015
+ .mdsicon-line-role:before {
5016
+ content: "\E6B0";
5017
+ }
5018
+ .mdsicon-line-jixiao:before {
5019
+ content: "\E6AD";
5020
+ }
4727
5021
  .mdsicon-line-recommended-2:before {
4728
5022
  content: "\E698";
4729
5023
  }
@@ -570,7 +570,7 @@ samp {
570
570
  font-display: auto;
571
571
  font-style: normal;
572
572
  /* project id 1921203 */
573
- src: url(/dist/font/iconfont.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
573
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
574
574
  }
575
575
  .mdsicon {
576
576
  display: inline-block;
@@ -4740,6 +4740,300 @@ samp {
4740
4740
  display: inline-block;
4741
4741
  animation: loadingCircle 6s infinite linear;
4742
4742
  }
4743
+ .mdsicon-line-add-ebi:before {
4744
+ content: "\E725";
4745
+ }
4746
+ .mdsicon-line-arrow2-left:before {
4747
+ content: "\E726";
4748
+ }
4749
+ .mdsicon-line-arrow2-right:before {
4750
+ content: "\E727";
4751
+ }
4752
+ .mdsicon-line-closed:before {
4753
+ content: "\E724";
4754
+ }
4755
+ .mdsicon-line-upload:before {
4756
+ content: "\E720";
4757
+ }
4758
+ .mdsicon-line-download:before {
4759
+ content: "\E721";
4760
+ }
4761
+ .mdsicon-line-setting:before {
4762
+ content: "\E722";
4763
+ }
4764
+ .mdsicon-line-search:before {
4765
+ content: "\E723";
4766
+ }
4767
+ .mdsicon-line-perspective-mode:before {
4768
+ content: "\E718";
4769
+ }
4770
+ .mdsicon-fill-arrow-up:before {
4771
+ content: "\E71C";
4772
+ }
4773
+ .mdsicon-fill-arrow-left:before {
4774
+ content: "\E71D";
4775
+ }
4776
+ .mdsicon-fill-arrow-down:before {
4777
+ content: "\E71E";
4778
+ }
4779
+ .mdsicon-fill-arrow-right:before {
4780
+ content: "\E71F";
4781
+ }
4782
+ .mdsicon-line-alter:before {
4783
+ content: "\E717";
4784
+ }
4785
+ .mdsicon-line-settle-accounts:before {
4786
+ content: "\E716";
4787
+ }
4788
+ .mdsicon-line-cancel:before {
4789
+ content: "\E719";
4790
+ }
4791
+ .mdsicon-line-summation:before {
4792
+ content: "\E71A";
4793
+ }
4794
+ .mdsicon-line-mean-value:before {
4795
+ content: "\E71B";
4796
+ }
4797
+ .mdsicon-line-compute:before {
4798
+ content: "\E715";
4799
+ }
4800
+ .mdsicon-line-more:before {
4801
+ content: "\E70E";
4802
+ }
4803
+ .mdsicon-line-unfold:before {
4804
+ content: "\E70F";
4805
+ }
4806
+ .mdsicon-line-table:before {
4807
+ content: "\E710";
4808
+ }
4809
+ .mdsicon-line-drag:before {
4810
+ content: "\E711";
4811
+ }
4812
+ .mdsicon-line-index:before {
4813
+ content: "\E712";
4814
+ }
4815
+ .mdsicon-line-data-source1:before {
4816
+ content: "\E713";
4817
+ }
4818
+ .mdsicon-fill-caution:before {
4819
+ content: "\E714";
4820
+ }
4821
+ .mdsicon-line-data-source-2:before {
4822
+ content: "\E708";
4823
+ }
4824
+ .mdsicon-line-editor:before {
4825
+ content: "\E709";
4826
+ }
4827
+ .mdsicon-line-dataset:before {
4828
+ content: "\E70B";
4829
+ }
4830
+ .mdsicon-fill-normal:before {
4831
+ content: "\E70C";
4832
+ }
4833
+ .mdsicon-line-packup:before {
4834
+ content: "\E70D";
4835
+ }
4836
+ .mdsicon-line-statement:before {
4837
+ content: "\E705";
4838
+ }
4839
+ .mdsicon-line-check:before {
4840
+ content: "\E706";
4841
+ }
4842
+ .mdsicon-line-index2:before {
4843
+ content: "\E704";
4844
+ }
4845
+ .mdsicon-line-oa2:before {
4846
+ content: "\E703";
4847
+ }
4848
+ .mdsicon-line-data-itemname:before {
4849
+ content: "\E6E5";
4850
+ }
4851
+ .mdsicon-line-template-view:before {
4852
+ content: "\E6E6";
4853
+ }
4854
+ .mdsicon-line-ID:before {
4855
+ content: "\E6E7";
4856
+ }
4857
+ .mdsicon-line-relational-view:before {
4858
+ content: "\E6E8";
4859
+ }
4860
+ .mdsicon-line-data-view:before {
4861
+ content: "\E6E9";
4862
+ }
4863
+ .mdsicon-line-data-itemtype:before {
4864
+ content: "\E6EA";
4865
+ }
4866
+ .mdsicon-line-job-number:before {
4867
+ content: "\E6EB";
4868
+ }
4869
+ .mdsicon-line-city:before {
4870
+ content: "\E6EC";
4871
+ }
4872
+ .mdsicon-line-move-to:before {
4873
+ content: "\E6ED";
4874
+ }
4875
+ .mdsicon-line-clean:before {
4876
+ content: "\E6EE";
4877
+ }
4878
+ .mdsicon-line-historical-record:before {
4879
+ content: "\E6EF";
4880
+ }
4881
+ .mdsicon-line-format1:before {
4882
+ content: "\E6F0";
4883
+ }
4884
+ .mdsicon-line-top-insert:before {
4885
+ content: "\E6F1";
4886
+ }
4887
+ .mdsicon-line-under-insert:before {
4888
+ content: "\E6F2";
4889
+ }
4890
+ .mdsicon-line-intermediary-agent:before {
4891
+ content: "\E6F3";
4892
+ }
4893
+ .mdsicon-line-enable:before {
4894
+ content: "\E6F5";
4895
+ }
4896
+ .mdsicon-line-format3:before {
4897
+ content: "\E6F6";
4898
+ }
4899
+ .mdsicon-line-relationship-setting:before {
4900
+ content: "\E6F7";
4901
+ }
4902
+ .mdsicon-line-file-rename:before {
4903
+ content: "\E6F8";
4904
+ }
4905
+ .mdsicon-line-extract:before {
4906
+ content: "\E6F9";
4907
+ }
4908
+ .mdsicon-line-data-itemvalue:before {
4909
+ content: "\E6FA";
4910
+ }
4911
+ .mdsicon-line-performance-type:before {
4912
+ content: "\E6FB";
4913
+ }
4914
+ .mdsicon-line-screen:before {
4915
+ content: "\E6FC";
4916
+ }
4917
+ .mdsicon-line-add-childlevel:before {
4918
+ content: "\E6FD";
4919
+ }
4920
+ .mdsicon-line-file:before {
4921
+ content: "\E6FE";
4922
+ }
4923
+ .mdsicon-fill-index:before {
4924
+ content: "\E6FF";
4925
+ }
4926
+ .mdsicon-line-del:before {
4927
+ content: "\E700";
4928
+ }
4929
+ .mdsicon-line-format2:before {
4930
+ content: "\E701";
4931
+ }
4932
+ .mdsicon-line-file-add:before {
4933
+ content: "\E702";
4934
+ }
4935
+ .mdsicon-line-myteam-ehr:before {
4936
+ content: "\E6DD";
4937
+ }
4938
+ .mdsicon-line-personal-center:before {
4939
+ content: "\E6DF";
4940
+ }
4941
+ .mdsicon-line-allicon:before {
4942
+ content: "\E6DC";
4943
+ }
4944
+ .mdsicon-line-data-report:before {
4945
+ content: "\E6D9";
4946
+ }
4947
+ .mdsicon-line-common-reports:before {
4948
+ content: "\E6DA";
4949
+ }
4950
+ .mdsicon-line-task:before {
4951
+ content: "\E6DB";
4952
+ }
4953
+ .mdsicon-line-employee-information:before {
4954
+ content: "\E6C1";
4955
+ }
4956
+ .mdsicon-line-qrcode-checkin:before {
4957
+ content: "\E6C2";
4958
+ }
4959
+ .mdsicon-line-personal-information:before {
4960
+ content: "\E6D3";
4961
+ }
4962
+ .mdsicon-line-kaoqin:before {
4963
+ content: "\E6D4";
4964
+ }
4965
+ .mdsicon-line-meiyan:before {
4966
+ content: "\E6D5";
4967
+ }
4968
+ .mdsicon-line-okr-thin:before {
4969
+ content: "\E6D6";
4970
+ }
4971
+ .mdsicon-line-resignation:before {
4972
+ content: "\E6D7";
4973
+ }
4974
+ .mdsicon-line-SSC-contact:before {
4975
+ content: "\E6D8";
4976
+ }
4977
+ .mdsicon-line-HR:before {
4978
+ content: "\E6B9";
4979
+ }
4980
+ .mdsicon-line-OA:before {
4981
+ content: "\E6BA";
4982
+ }
4983
+ .mdsicon-line-yunxiao:before {
4984
+ content: "\E6BB";
4985
+ }
4986
+ .mdsicon-line-test-report:before {
4987
+ content: "\E6BC";
4988
+ }
4989
+ .mdsicon-line-beisen:before {
4990
+ content: "\E6BD";
4991
+ }
4992
+ .mdsicon-line-all-reports:before {
4993
+ content: "\E6BE";
4994
+ }
4995
+ .mdsicon-line-performance-thin:before {
4996
+ content: "\E6BF";
4997
+ }
4998
+ .mdsicon-line-prove-apply:before {
4999
+ content: "\E6C0";
5000
+ }
5001
+ .mdsicon-line-database:before {
5002
+ content: "\E6B8";
5003
+ }
5004
+ .mdsicon-line-attendance:before {
5005
+ content: "\E6AF";
5006
+ }
5007
+ .mdsicon-line-my-team:before {
5008
+ content: "\E6B4";
5009
+ }
5010
+ .mdsicon-line-staff-information:before {
5011
+ content: "\E6B7";
5012
+ }
5013
+ .mdsicon-line-performance:before {
5014
+ content: "\E6B1";
5015
+ }
5016
+ .mdsicon-line-rank-evaluation:before {
5017
+ content: "\E6B2";
5018
+ }
5019
+ .mdsicon-line-partner:before {
5020
+ content: "\E6B3";
5021
+ }
5022
+ .mdsicon-line-okr:before {
5023
+ content: "\E6B5";
5024
+ }
5025
+ .mdsicon-line-information:before {
5026
+ content: "\E6B6";
5027
+ }
5028
+ .mdsicon-line-train:before {
5029
+ content: "\E6AE";
5030
+ }
5031
+ .mdsicon-line-role:before {
5032
+ content: "\E6B0";
5033
+ }
5034
+ .mdsicon-line-jixiao:before {
5035
+ content: "\E6AD";
5036
+ }
4743
5037
  .mdsicon-line-recommended-2:before {
4744
5038
  content: "\E698";
4745
5039
  }