@mdsfe/mds-ui 0.2.10-rc.5 → 0.2.10-rc.6

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 (59) hide show
  1. package/dist/_util/iconfont/index.js +12 -12
  2. package/dist/font/iconfont.0a10605.woff +0 -0
  3. package/dist/font/{iconfont.157d145.ttf → iconfont.10bf7eb.ttf} +0 -0
  4. package/dist/font/iconfont.78e7bd1.woff2 +0 -0
  5. package/dist/mds-ui.min.css +1 -1
  6. package/dist/style/affix.css +5 -2
  7. package/dist/style/anchor.css +5 -2
  8. package/dist/style/avatar.css +5 -2
  9. package/dist/style/badge.css +5 -2
  10. package/dist/style/bordershadow.css +5 -2
  11. package/dist/style/breadcrumb.css +5 -2
  12. package/dist/style/button.css +5 -2
  13. package/dist/style/card.css +5 -2
  14. package/dist/style/carousel.css +5 -2
  15. package/dist/style/checkbox.css +5 -2
  16. package/dist/style/col.css +5 -2
  17. package/dist/style/collapse.css +5 -2
  18. package/dist/style/color.css +5 -2
  19. package/dist/style/datepicker.css +5 -2
  20. package/dist/style/divider.css +5 -2
  21. package/dist/style/drawer.css +5 -2
  22. package/dist/style/dropdown.css +5 -2
  23. package/dist/style/empty.css +5 -2
  24. package/dist/style/font.css +5 -2
  25. package/dist/style/form.css +5 -2
  26. package/dist/style/icon.css +5 -2
  27. package/dist/style/input.css +5 -2
  28. package/dist/style/inputnumber.css +5 -2
  29. package/dist/style/layout.css +5 -2
  30. package/dist/style/list.css +5 -2
  31. package/dist/style/loading.css +5 -2
  32. package/dist/style/menu.css +5 -2
  33. package/dist/style/modal.css +5 -2
  34. package/dist/style/notification.css +5 -2
  35. package/dist/style/pagination.css +5 -2
  36. package/dist/style/popconfirm.css +5 -2
  37. package/dist/style/popover.css +5 -2
  38. package/dist/style/progress.css +5 -2
  39. package/dist/style/radio.css +5 -2
  40. package/dist/style/rate.css +5 -2
  41. package/dist/style/row.css +5 -2
  42. package/dist/style/select.css +5 -2
  43. package/dist/style/slider.css +5 -2
  44. package/dist/style/slottable.css +5 -2
  45. package/dist/style/steps.css +5 -2
  46. package/dist/style/switch.css +5 -2
  47. package/dist/style/table.css +5 -2
  48. package/dist/style/tabs.css +5 -2
  49. package/dist/style/tag.css +5 -2
  50. package/dist/style/text.css +5 -2
  51. package/dist/style/timeline.css +5 -2
  52. package/dist/style/timepicker.css +5 -2
  53. package/dist/style/tooltip.css +5 -2
  54. package/dist/style/tree.css +5 -2
  55. package/dist/style/typography.css +5 -2
  56. package/dist/style/upload.css +5 -2
  57. package/package.json +1 -1
  58. package/dist/font/iconfont.ae1a28f.woff2 +0 -0
  59. package/dist/font/iconfont.bee7189.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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
573
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
574
574
  }
575
575
  .mdsicon {
576
576
  display: inline-block;
@@ -4740,6 +4740,9 @@ samp {
4740
4740
  display: inline-block;
4741
4741
  animation: loadingCircle 6s infinite linear;
4742
4742
  }
4743
+ .mdsicon-line-allicon:before {
4744
+ content: "\E6DC";
4745
+ }
4743
4746
  .mdsicon-line-data-report:before {
4744
4747
  content: "\E6D9";
4745
4748
  }
@@ -4752,7 +4755,7 @@ samp {
4752
4755
  .mdsicon-line-employee-information:before {
4753
4756
  content: "\E6C1";
4754
4757
  }
4755
- .mdsicon-line-qr-checkin:before {
4758
+ .mdsicon-line-qrcode-checkin:before {
4756
4759
  content: "\E6C2";
4757
4760
  }
4758
4761
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
569
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
570
570
  }
571
571
  .mdsicon {
572
572
  display: inline-block;
@@ -4736,6 +4736,9 @@ samp {
4736
4736
  display: inline-block;
4737
4737
  animation: loadingCircle 6s infinite linear;
4738
4738
  }
4739
+ .mdsicon-line-allicon:before {
4740
+ content: "\E6DC";
4741
+ }
4739
4742
  .mdsicon-line-data-report:before {
4740
4743
  content: "\E6D9";
4741
4744
  }
@@ -4748,7 +4751,7 @@ samp {
4748
4751
  .mdsicon-line-employee-information:before {
4749
4752
  content: "\E6C1";
4750
4753
  }
4751
- .mdsicon-line-qr-checkin:before {
4754
+ .mdsicon-line-qrcode-checkin:before {
4752
4755
  content: "\E6C2";
4753
4756
  }
4754
4757
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {
@@ -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.ae1a28f.woff2) format('woff2'), url(/dist/font/iconfont.bee7189.woff) format('woff'), url(/dist/font/iconfont.157d145.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.78e7bd1.woff2) format('woff2'), url(/dist/font/iconfont.0a10605.woff) format('woff'), url(/dist/font/iconfont.10bf7eb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,9 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-allicon:before {
4728
+ content: "\E6DC";
4729
+ }
4727
4730
  .mdsicon-line-data-report:before {
4728
4731
  content: "\E6D9";
4729
4732
  }
@@ -4736,7 +4739,7 @@ samp {
4736
4739
  .mdsicon-line-employee-information:before {
4737
4740
  content: "\E6C1";
4738
4741
  }
4739
- .mdsicon-line-qr-checkin:before {
4742
+ .mdsicon-line-qrcode-checkin:before {
4740
4743
  content: "\E6C2";
4741
4744
  }
4742
4745
  .mdsicon-line-personal-information:before {