@mdsfe/mds-ui 0.2.10-rc.2 → 0.2.10-rc.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 (62) hide show
  1. package/dist/font/{iconfont.28359fa.ttf → iconfont.3c0fe1e.ttf} +0 -0
  2. package/dist/font/iconfont.469e43e.woff +0 -0
  3. package/dist/font/iconfont.b697759.woff2 +0 -0
  4. package/dist/index.js +1 -1
  5. package/dist/mds-ui.min.css +1 -1
  6. package/dist/mds-ui.min.js +6 -6
  7. package/dist/rate.js +9 -3
  8. package/dist/style/affix.css +34 -1
  9. package/dist/style/anchor.css +34 -1
  10. package/dist/style/avatar.css +34 -1
  11. package/dist/style/badge.css +34 -1
  12. package/dist/style/bordershadow.css +34 -1
  13. package/dist/style/breadcrumb.css +34 -1
  14. package/dist/style/button.css +34 -1
  15. package/dist/style/card.css +34 -1
  16. package/dist/style/carousel.css +34 -1
  17. package/dist/style/checkbox.css +34 -1
  18. package/dist/style/col.css +34 -1
  19. package/dist/style/collapse.css +34 -1
  20. package/dist/style/color.css +34 -1
  21. package/dist/style/datepicker.css +34 -1
  22. package/dist/style/divider.css +34 -1
  23. package/dist/style/drawer.css +34 -1
  24. package/dist/style/dropdown.css +34 -1
  25. package/dist/style/empty.css +34 -1
  26. package/dist/style/font.css +34 -1
  27. package/dist/style/form.css +34 -1
  28. package/dist/style/icon.css +34 -1
  29. package/dist/style/input.css +34 -1
  30. package/dist/style/inputnumber.css +34 -1
  31. package/dist/style/layout.css +34 -1
  32. package/dist/style/list.css +34 -1
  33. package/dist/style/loading.css +34 -1
  34. package/dist/style/menu.css +34 -1
  35. package/dist/style/modal.css +34 -1
  36. package/dist/style/notification.css +34 -1
  37. package/dist/style/pagination.css +34 -1
  38. package/dist/style/popconfirm.css +34 -1
  39. package/dist/style/popover.css +34 -1
  40. package/dist/style/progress.css +34 -1
  41. package/dist/style/radio.css +34 -1
  42. package/dist/style/rate.css +34 -1
  43. package/dist/style/row.css +34 -1
  44. package/dist/style/select.css +34 -1
  45. package/dist/style/slider.css +34 -1
  46. package/dist/style/slottable.css +34 -1
  47. package/dist/style/steps.css +34 -1
  48. package/dist/style/switch.css +34 -1
  49. package/dist/style/table.css +34 -1
  50. package/dist/style/tabs.css +34 -1
  51. package/dist/style/tag.css +34 -1
  52. package/dist/style/text.css +34 -1
  53. package/dist/style/timeline.css +34 -1
  54. package/dist/style/timepicker.css +34 -1
  55. package/dist/style/tooltip.css +34 -1
  56. package/dist/style/tree.css +34 -1
  57. package/dist/style/typography.css +34 -1
  58. package/dist/style/upload.css +34 -1
  59. package/package.json +1 -1
  60. package/CHANGELOG.md +0 -971
  61. package/dist/font/iconfont.486e3d3.woff2 +0 -0
  62. 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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -566,7 +566,7 @@ samp {
566
566
  font-display: auto;
567
567
  font-style: normal;
568
568
  /* project id 1921203 */
569
- 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');
569
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
570
570
  }
571
571
  .mdsicon {
572
572
  display: inline-block;
@@ -4736,6 +4736,39 @@ samp {
4736
4736
  display: inline-block;
4737
4737
  animation: loadingCircle 6s infinite linear;
4738
4738
  }
4739
+ .mdsicon-line-attendance:before {
4740
+ content: "\E6AF";
4741
+ }
4742
+ .mdsicon-line-my-team:before {
4743
+ content: "\E6B4";
4744
+ }
4745
+ .mdsicon-line-staff-information:before {
4746
+ content: "\E6B7";
4747
+ }
4748
+ .mdsicon-line-performance:before {
4749
+ content: "\E6B1";
4750
+ }
4751
+ .mdsicon-line-rank-evaluation:before {
4752
+ content: "\E6B2";
4753
+ }
4754
+ .mdsicon-line-partner:before {
4755
+ content: "\E6B3";
4756
+ }
4757
+ .mdsicon-line-okr:before {
4758
+ content: "\E6B5";
4759
+ }
4760
+ .mdsicon-line-information:before {
4761
+ content: "\E6B6";
4762
+ }
4763
+ .mdsicon-line-train:before {
4764
+ content: "\E6AE";
4765
+ }
4766
+ .mdsicon-line-role:before {
4767
+ content: "\E6B0";
4768
+ }
4769
+ .mdsicon-line-jixiao:before {
4770
+ content: "\E6AD";
4771
+ }
4739
4772
  .mdsicon-line-recommended-2:before {
4740
4773
  content: "\E698";
4741
4774
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -2857,7 +2857,7 @@ samp {
2857
2857
  font-display: auto;
2858
2858
  font-style: normal;
2859
2859
  /* project id 1921203 */
2860
- 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');
2860
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
2861
2861
  }
2862
2862
  .mdsicon {
2863
2863
  display: inline-block;
@@ -7027,6 +7027,39 @@ samp {
7027
7027
  display: inline-block;
7028
7028
  animation: loadingCircle 6s infinite linear;
7029
7029
  }
7030
+ .mdsicon-line-attendance:before {
7031
+ content: "\E6AF";
7032
+ }
7033
+ .mdsicon-line-my-team:before {
7034
+ content: "\E6B4";
7035
+ }
7036
+ .mdsicon-line-staff-information:before {
7037
+ content: "\E6B7";
7038
+ }
7039
+ .mdsicon-line-performance:before {
7040
+ content: "\E6B1";
7041
+ }
7042
+ .mdsicon-line-rank-evaluation:before {
7043
+ content: "\E6B2";
7044
+ }
7045
+ .mdsicon-line-partner:before {
7046
+ content: "\E6B3";
7047
+ }
7048
+ .mdsicon-line-okr:before {
7049
+ content: "\E6B5";
7050
+ }
7051
+ .mdsicon-line-information:before {
7052
+ content: "\E6B6";
7053
+ }
7054
+ .mdsicon-line-train:before {
7055
+ content: "\E6AE";
7056
+ }
7057
+ .mdsicon-line-role:before {
7058
+ content: "\E6B0";
7059
+ }
7060
+ .mdsicon-line-jixiao:before {
7061
+ content: "\E6AD";
7062
+ }
7030
7063
  .mdsicon-line-recommended-2:before {
7031
7064
  content: "\E698";
7032
7065
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }