@mdsfe/mds-ui 0.2.11-rc.0 → 0.2.11-rc.2
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.
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/font/iconfont.46adc6f.woff2 +0 -0
- package/dist/font/{iconfont.c14172b.ttf → iconfont.6455b1f.ttf} +0 -0
- package/dist/font/iconfont.fd2a5e1.woff +0 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/style/affix.css +94 -1
- package/dist/style/alert.css +94 -1
- package/dist/style/anchor.css +94 -1
- package/dist/style/avatar.css +94 -1
- package/dist/style/badge.css +94 -1
- package/dist/style/bordershadow.css +94 -1
- package/dist/style/breadcrumb.css +94 -1
- package/dist/style/button.css +94 -1
- package/dist/style/card.css +94 -1
- package/dist/style/carousel.css +94 -1
- package/dist/style/checkbox.css +94 -1
- package/dist/style/col.css +94 -1
- package/dist/style/collapse.css +94 -1
- package/dist/style/color.css +94 -1
- package/dist/style/datepicker.css +94 -1
- package/dist/style/divider.css +94 -1
- package/dist/style/drawer.css +94 -1
- package/dist/style/dropdown.css +94 -1
- package/dist/style/empty.css +94 -1
- package/dist/style/font.css +94 -1
- package/dist/style/form.css +94 -1
- package/dist/style/icon.css +94 -1
- package/dist/style/input.css +94 -1
- package/dist/style/inputnumber.css +94 -1
- package/dist/style/layout.css +94 -1
- package/dist/style/list.css +94 -1
- package/dist/style/loading.css +94 -1
- package/dist/style/menu.css +94 -1
- package/dist/style/modal.css +94 -1
- package/dist/style/notification.css +94 -1
- package/dist/style/pagination.css +94 -1
- package/dist/style/popconfirm.css +94 -1
- package/dist/style/popover.css +94 -1
- package/dist/style/progress.css +94 -1
- package/dist/style/radio.css +94 -1
- package/dist/style/rate.css +94 -1
- package/dist/style/row.css +94 -1
- package/dist/style/select.css +94 -1
- package/dist/style/slider.css +94 -1
- package/dist/style/slottable.css +94 -1
- package/dist/style/steps.css +94 -1
- package/dist/style/switch.css +94 -1
- package/dist/style/table.css +94 -1
- package/dist/style/tabs.css +94 -1
- package/dist/style/tag.css +94 -1
- package/dist/style/text.css +94 -1
- package/dist/style/timeline.css +94 -1
- package/dist/style/timepicker.css +94 -1
- package/dist/style/tooltip.css +94 -1
- package/dist/style/tree.css +94 -1
- package/dist/style/typography.css +94 -1
- package/dist/style/upload.css +94 -1
- package/package.json +1 -1
- package/dist/font/iconfont.754be0c.woff2 +0 -0
- package/dist/font/iconfont.f5e5794.woff +0 -0
package/dist/style/collapse.css
CHANGED
|
@@ -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.
|
|
557
|
+
src: url(/dist/font/iconfont.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,99 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-statement2:before {
|
|
4731
|
+
content: "\E75A";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-monthly-statement:before {
|
|
4734
|
+
content: "\E75B";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-accounting-project-management:before {
|
|
4737
|
+
content: "\E75C";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-accounting-information-management:before {
|
|
4740
|
+
content: "\E753";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-task-standard-management2:before {
|
|
4743
|
+
content: "\E754";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-system-management:before {
|
|
4746
|
+
content: "\E755";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-task-standard:before {
|
|
4749
|
+
content: "\E756";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-task-report:before {
|
|
4752
|
+
content: "\E757";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-task-standard-management:before {
|
|
4755
|
+
content: "\E758";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-data-management:before {
|
|
4758
|
+
content: "\E759";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-accounting-copy-allocatio:before {
|
|
4761
|
+
content: "\E751";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-accounting-group-management:before {
|
|
4764
|
+
content: "\E752";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-data-alignment:before {
|
|
4767
|
+
content: "\E74C";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-authority-management2:before {
|
|
4770
|
+
content: "\E74D";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-accounting-rules-management:before {
|
|
4773
|
+
content: "\E74E";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-log-management:before {
|
|
4776
|
+
content: "\E74F";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-function-management:before {
|
|
4779
|
+
content: "\E750";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-merid-management:before {
|
|
4782
|
+
content: "\E745";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-accounting-module-management:before {
|
|
4785
|
+
content: "\E746";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-authority-management:before {
|
|
4788
|
+
content: "\E747";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-menu-management:before {
|
|
4791
|
+
content: "\E748";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-accounting-scheme-management:before {
|
|
4794
|
+
content: "\E749";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-task-plan-management:before {
|
|
4797
|
+
content: "\E74A";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-feedback:before {
|
|
4800
|
+
content: "\E74B";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-data-table-management:before {
|
|
4803
|
+
content: "\E740";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-authority-management3:before {
|
|
4806
|
+
content: "\E741";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-accounting-dictionary-management:before {
|
|
4809
|
+
content: "\E742";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-accounting-plan-release:before {
|
|
4812
|
+
content: "\E743";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-worksheet:before {
|
|
4815
|
+
content: "\E744";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-user-management:before {
|
|
4818
|
+
content: "\E73F";
|
|
4819
|
+
}
|
|
4727
4820
|
.mdsicon-line-accounting-scheme:before {
|
|
4728
4821
|
content: "\E73D";
|
|
4729
4822
|
}
|
package/dist/style/color.css
CHANGED
|
@@ -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.
|
|
557
|
+
src: url(/dist/font/iconfont.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,99 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-statement2:before {
|
|
4731
|
+
content: "\E75A";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-monthly-statement:before {
|
|
4734
|
+
content: "\E75B";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-accounting-project-management:before {
|
|
4737
|
+
content: "\E75C";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-accounting-information-management:before {
|
|
4740
|
+
content: "\E753";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-task-standard-management2:before {
|
|
4743
|
+
content: "\E754";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-system-management:before {
|
|
4746
|
+
content: "\E755";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-task-standard:before {
|
|
4749
|
+
content: "\E756";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-task-report:before {
|
|
4752
|
+
content: "\E757";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-task-standard-management:before {
|
|
4755
|
+
content: "\E758";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-data-management:before {
|
|
4758
|
+
content: "\E759";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-accounting-copy-allocatio:before {
|
|
4761
|
+
content: "\E751";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-accounting-group-management:before {
|
|
4764
|
+
content: "\E752";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-data-alignment:before {
|
|
4767
|
+
content: "\E74C";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-authority-management2:before {
|
|
4770
|
+
content: "\E74D";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-accounting-rules-management:before {
|
|
4773
|
+
content: "\E74E";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-log-management:before {
|
|
4776
|
+
content: "\E74F";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-function-management:before {
|
|
4779
|
+
content: "\E750";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-merid-management:before {
|
|
4782
|
+
content: "\E745";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-accounting-module-management:before {
|
|
4785
|
+
content: "\E746";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-authority-management:before {
|
|
4788
|
+
content: "\E747";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-menu-management:before {
|
|
4791
|
+
content: "\E748";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-accounting-scheme-management:before {
|
|
4794
|
+
content: "\E749";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-task-plan-management:before {
|
|
4797
|
+
content: "\E74A";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-feedback:before {
|
|
4800
|
+
content: "\E74B";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-data-table-management:before {
|
|
4803
|
+
content: "\E740";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-authority-management3:before {
|
|
4806
|
+
content: "\E741";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-accounting-dictionary-management:before {
|
|
4809
|
+
content: "\E742";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-accounting-plan-release:before {
|
|
4812
|
+
content: "\E743";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-worksheet:before {
|
|
4815
|
+
content: "\E744";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-user-management:before {
|
|
4818
|
+
content: "\E73F";
|
|
4819
|
+
}
|
|
4727
4820
|
.mdsicon-line-accounting-scheme:before {
|
|
4728
4821
|
content: "\E73D";
|
|
4729
4822
|
}
|
|
@@ -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.
|
|
569
|
+
src: url(/dist/font/iconfont.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -4736,6 +4736,99 @@ samp {
|
|
|
4736
4736
|
display: inline-block;
|
|
4737
4737
|
animation: loadingCircle 6s infinite linear;
|
|
4738
4738
|
}
|
|
4739
|
+
.mdsicon-line-copy:before {
|
|
4740
|
+
content: "\E61D";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-statement2:before {
|
|
4743
|
+
content: "\E75A";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-monthly-statement:before {
|
|
4746
|
+
content: "\E75B";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-accounting-project-management:before {
|
|
4749
|
+
content: "\E75C";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-accounting-information-management:before {
|
|
4752
|
+
content: "\E753";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-task-standard-management2:before {
|
|
4755
|
+
content: "\E754";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-system-management:before {
|
|
4758
|
+
content: "\E755";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-task-standard:before {
|
|
4761
|
+
content: "\E756";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-task-report:before {
|
|
4764
|
+
content: "\E757";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-task-standard-management:before {
|
|
4767
|
+
content: "\E758";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-data-management:before {
|
|
4770
|
+
content: "\E759";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-accounting-copy-allocatio:before {
|
|
4773
|
+
content: "\E751";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-accounting-group-management:before {
|
|
4776
|
+
content: "\E752";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-data-alignment:before {
|
|
4779
|
+
content: "\E74C";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-authority-management2:before {
|
|
4782
|
+
content: "\E74D";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-accounting-rules-management:before {
|
|
4785
|
+
content: "\E74E";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-log-management:before {
|
|
4788
|
+
content: "\E74F";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-function-management:before {
|
|
4791
|
+
content: "\E750";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-merid-management:before {
|
|
4794
|
+
content: "\E745";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-accounting-module-management:before {
|
|
4797
|
+
content: "\E746";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-authority-management:before {
|
|
4800
|
+
content: "\E747";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-menu-management:before {
|
|
4803
|
+
content: "\E748";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-accounting-scheme-management:before {
|
|
4806
|
+
content: "\E749";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-task-plan-management:before {
|
|
4809
|
+
content: "\E74A";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-feedback:before {
|
|
4812
|
+
content: "\E74B";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-data-table-management:before {
|
|
4815
|
+
content: "\E740";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-authority-management3:before {
|
|
4818
|
+
content: "\E741";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-accounting-dictionary-management:before {
|
|
4821
|
+
content: "\E742";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-accounting-plan-release:before {
|
|
4824
|
+
content: "\E743";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-worksheet:before {
|
|
4827
|
+
content: "\E744";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-user-management:before {
|
|
4830
|
+
content: "\E73F";
|
|
4831
|
+
}
|
|
4739
4832
|
.mdsicon-line-accounting-scheme:before {
|
|
4740
4833
|
content: "\E73D";
|
|
4741
4834
|
}
|
package/dist/style/divider.css
CHANGED
|
@@ -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.
|
|
557
|
+
src: url(/dist/font/iconfont.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,99 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-statement2:before {
|
|
4731
|
+
content: "\E75A";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-monthly-statement:before {
|
|
4734
|
+
content: "\E75B";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-accounting-project-management:before {
|
|
4737
|
+
content: "\E75C";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-accounting-information-management:before {
|
|
4740
|
+
content: "\E753";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-task-standard-management2:before {
|
|
4743
|
+
content: "\E754";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-system-management:before {
|
|
4746
|
+
content: "\E755";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-task-standard:before {
|
|
4749
|
+
content: "\E756";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-task-report:before {
|
|
4752
|
+
content: "\E757";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-task-standard-management:before {
|
|
4755
|
+
content: "\E758";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-data-management:before {
|
|
4758
|
+
content: "\E759";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-accounting-copy-allocatio:before {
|
|
4761
|
+
content: "\E751";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-accounting-group-management:before {
|
|
4764
|
+
content: "\E752";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-data-alignment:before {
|
|
4767
|
+
content: "\E74C";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-authority-management2:before {
|
|
4770
|
+
content: "\E74D";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-accounting-rules-management:before {
|
|
4773
|
+
content: "\E74E";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-log-management:before {
|
|
4776
|
+
content: "\E74F";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-function-management:before {
|
|
4779
|
+
content: "\E750";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-merid-management:before {
|
|
4782
|
+
content: "\E745";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-accounting-module-management:before {
|
|
4785
|
+
content: "\E746";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-authority-management:before {
|
|
4788
|
+
content: "\E747";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-menu-management:before {
|
|
4791
|
+
content: "\E748";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-accounting-scheme-management:before {
|
|
4794
|
+
content: "\E749";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-task-plan-management:before {
|
|
4797
|
+
content: "\E74A";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-feedback:before {
|
|
4800
|
+
content: "\E74B";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-data-table-management:before {
|
|
4803
|
+
content: "\E740";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-authority-management3:before {
|
|
4806
|
+
content: "\E741";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-accounting-dictionary-management:before {
|
|
4809
|
+
content: "\E742";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-accounting-plan-release:before {
|
|
4812
|
+
content: "\E743";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-worksheet:before {
|
|
4815
|
+
content: "\E744";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-user-management:before {
|
|
4818
|
+
content: "\E73F";
|
|
4819
|
+
}
|
|
4727
4820
|
.mdsicon-line-accounting-scheme:before {
|
|
4728
4821
|
content: "\E73D";
|
|
4729
4822
|
}
|
package/dist/style/drawer.css
CHANGED
|
@@ -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.
|
|
2860
|
+
src: url(/dist/font/iconfont.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
2861
2861
|
}
|
|
2862
2862
|
.mdsicon {
|
|
2863
2863
|
display: inline-block;
|
|
@@ -7027,6 +7027,99 @@ samp {
|
|
|
7027
7027
|
display: inline-block;
|
|
7028
7028
|
animation: loadingCircle 6s infinite linear;
|
|
7029
7029
|
}
|
|
7030
|
+
.mdsicon-line-copy:before {
|
|
7031
|
+
content: "\E61D";
|
|
7032
|
+
}
|
|
7033
|
+
.mdsicon-line-statement2:before {
|
|
7034
|
+
content: "\E75A";
|
|
7035
|
+
}
|
|
7036
|
+
.mdsicon-line-monthly-statement:before {
|
|
7037
|
+
content: "\E75B";
|
|
7038
|
+
}
|
|
7039
|
+
.mdsicon-line-accounting-project-management:before {
|
|
7040
|
+
content: "\E75C";
|
|
7041
|
+
}
|
|
7042
|
+
.mdsicon-line-accounting-information-management:before {
|
|
7043
|
+
content: "\E753";
|
|
7044
|
+
}
|
|
7045
|
+
.mdsicon-line-task-standard-management2:before {
|
|
7046
|
+
content: "\E754";
|
|
7047
|
+
}
|
|
7048
|
+
.mdsicon-line-system-management:before {
|
|
7049
|
+
content: "\E755";
|
|
7050
|
+
}
|
|
7051
|
+
.mdsicon-line-task-standard:before {
|
|
7052
|
+
content: "\E756";
|
|
7053
|
+
}
|
|
7054
|
+
.mdsicon-line-task-report:before {
|
|
7055
|
+
content: "\E757";
|
|
7056
|
+
}
|
|
7057
|
+
.mdsicon-line-task-standard-management:before {
|
|
7058
|
+
content: "\E758";
|
|
7059
|
+
}
|
|
7060
|
+
.mdsicon-line-data-management:before {
|
|
7061
|
+
content: "\E759";
|
|
7062
|
+
}
|
|
7063
|
+
.mdsicon-line-accounting-copy-allocatio:before {
|
|
7064
|
+
content: "\E751";
|
|
7065
|
+
}
|
|
7066
|
+
.mdsicon-line-accounting-group-management:before {
|
|
7067
|
+
content: "\E752";
|
|
7068
|
+
}
|
|
7069
|
+
.mdsicon-line-data-alignment:before {
|
|
7070
|
+
content: "\E74C";
|
|
7071
|
+
}
|
|
7072
|
+
.mdsicon-line-authority-management2:before {
|
|
7073
|
+
content: "\E74D";
|
|
7074
|
+
}
|
|
7075
|
+
.mdsicon-line-accounting-rules-management:before {
|
|
7076
|
+
content: "\E74E";
|
|
7077
|
+
}
|
|
7078
|
+
.mdsicon-line-log-management:before {
|
|
7079
|
+
content: "\E74F";
|
|
7080
|
+
}
|
|
7081
|
+
.mdsicon-line-function-management:before {
|
|
7082
|
+
content: "\E750";
|
|
7083
|
+
}
|
|
7084
|
+
.mdsicon-line-merid-management:before {
|
|
7085
|
+
content: "\E745";
|
|
7086
|
+
}
|
|
7087
|
+
.mdsicon-line-accounting-module-management:before {
|
|
7088
|
+
content: "\E746";
|
|
7089
|
+
}
|
|
7090
|
+
.mdsicon-line-authority-management:before {
|
|
7091
|
+
content: "\E747";
|
|
7092
|
+
}
|
|
7093
|
+
.mdsicon-line-menu-management:before {
|
|
7094
|
+
content: "\E748";
|
|
7095
|
+
}
|
|
7096
|
+
.mdsicon-line-accounting-scheme-management:before {
|
|
7097
|
+
content: "\E749";
|
|
7098
|
+
}
|
|
7099
|
+
.mdsicon-line-task-plan-management:before {
|
|
7100
|
+
content: "\E74A";
|
|
7101
|
+
}
|
|
7102
|
+
.mdsicon-line-feedback:before {
|
|
7103
|
+
content: "\E74B";
|
|
7104
|
+
}
|
|
7105
|
+
.mdsicon-line-data-table-management:before {
|
|
7106
|
+
content: "\E740";
|
|
7107
|
+
}
|
|
7108
|
+
.mdsicon-line-authority-management3:before {
|
|
7109
|
+
content: "\E741";
|
|
7110
|
+
}
|
|
7111
|
+
.mdsicon-line-accounting-dictionary-management:before {
|
|
7112
|
+
content: "\E742";
|
|
7113
|
+
}
|
|
7114
|
+
.mdsicon-line-accounting-plan-release:before {
|
|
7115
|
+
content: "\E743";
|
|
7116
|
+
}
|
|
7117
|
+
.mdsicon-line-worksheet:before {
|
|
7118
|
+
content: "\E744";
|
|
7119
|
+
}
|
|
7120
|
+
.mdsicon-line-user-management:before {
|
|
7121
|
+
content: "\E73F";
|
|
7122
|
+
}
|
|
7030
7123
|
.mdsicon-line-accounting-scheme:before {
|
|
7031
7124
|
content: "\E73D";
|
|
7032
7125
|
}
|
package/dist/style/dropdown.css
CHANGED
|
@@ -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.
|
|
557
|
+
src: url(/dist/font/iconfont.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,99 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-statement2:before {
|
|
4731
|
+
content: "\E75A";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-monthly-statement:before {
|
|
4734
|
+
content: "\E75B";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-accounting-project-management:before {
|
|
4737
|
+
content: "\E75C";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-accounting-information-management:before {
|
|
4740
|
+
content: "\E753";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-task-standard-management2:before {
|
|
4743
|
+
content: "\E754";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-system-management:before {
|
|
4746
|
+
content: "\E755";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-task-standard:before {
|
|
4749
|
+
content: "\E756";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-task-report:before {
|
|
4752
|
+
content: "\E757";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-task-standard-management:before {
|
|
4755
|
+
content: "\E758";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-data-management:before {
|
|
4758
|
+
content: "\E759";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-accounting-copy-allocatio:before {
|
|
4761
|
+
content: "\E751";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-accounting-group-management:before {
|
|
4764
|
+
content: "\E752";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-data-alignment:before {
|
|
4767
|
+
content: "\E74C";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-authority-management2:before {
|
|
4770
|
+
content: "\E74D";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-accounting-rules-management:before {
|
|
4773
|
+
content: "\E74E";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-log-management:before {
|
|
4776
|
+
content: "\E74F";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-function-management:before {
|
|
4779
|
+
content: "\E750";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-merid-management:before {
|
|
4782
|
+
content: "\E745";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-accounting-module-management:before {
|
|
4785
|
+
content: "\E746";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-authority-management:before {
|
|
4788
|
+
content: "\E747";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-menu-management:before {
|
|
4791
|
+
content: "\E748";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-accounting-scheme-management:before {
|
|
4794
|
+
content: "\E749";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-task-plan-management:before {
|
|
4797
|
+
content: "\E74A";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-feedback:before {
|
|
4800
|
+
content: "\E74B";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-data-table-management:before {
|
|
4803
|
+
content: "\E740";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-authority-management3:before {
|
|
4806
|
+
content: "\E741";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-accounting-dictionary-management:before {
|
|
4809
|
+
content: "\E742";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-accounting-plan-release:before {
|
|
4812
|
+
content: "\E743";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-worksheet:before {
|
|
4815
|
+
content: "\E744";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-user-management:before {
|
|
4818
|
+
content: "\E73F";
|
|
4819
|
+
}
|
|
4727
4820
|
.mdsicon-line-accounting-scheme:before {
|
|
4728
4821
|
content: "\E73D";
|
|
4729
4822
|
}
|