@mdsfe/mds-ui 0.3.0-0 → 0.3.0-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.784954d.ttf → iconfont.36c3afe.ttf} +0 -0
- package/dist/font/iconfont.50be7d0.woff2 +0 -0
- package/dist/font/iconfont.f586f3d.woff +0 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/style/affix.css +109 -1
- package/dist/style/alert.css +109 -1
- package/dist/style/anchor.css +109 -1
- package/dist/style/avatar.css +109 -1
- package/dist/style/badge.css +109 -1
- package/dist/style/bordershadow.css +109 -1
- package/dist/style/breadcrumb.css +109 -1
- package/dist/style/button.css +109 -1
- package/dist/style/card.css +109 -1
- package/dist/style/carousel.css +109 -1
- package/dist/style/checkbox.css +109 -1
- package/dist/style/col.css +109 -1
- package/dist/style/collapse.css +109 -1
- package/dist/style/color.css +109 -1
- package/dist/style/datepicker.css +109 -1
- package/dist/style/divider.css +109 -1
- package/dist/style/drawer.css +109 -1
- package/dist/style/dropdown.css +109 -1
- package/dist/style/empty.css +109 -1
- package/dist/style/font.css +109 -1
- package/dist/style/form.css +109 -1
- package/dist/style/icon.css +109 -1
- package/dist/style/input.css +109 -1
- package/dist/style/inputnumber.css +109 -1
- package/dist/style/layout.css +109 -1
- package/dist/style/list.css +109 -1
- package/dist/style/loading.css +109 -1
- package/dist/style/menu.css +109 -1
- package/dist/style/modal.css +109 -1
- package/dist/style/notification.css +109 -1
- package/dist/style/pagination.css +109 -1
- package/dist/style/popconfirm.css +109 -1
- package/dist/style/popover.css +109 -1
- package/dist/style/progress.css +109 -1
- package/dist/style/radio.css +109 -1
- package/dist/style/rate.css +109 -1
- package/dist/style/row.css +109 -1
- package/dist/style/select.css +109 -1
- package/dist/style/slider.css +109 -1
- package/dist/style/slottable.css +109 -1
- package/dist/style/steps.css +109 -1
- package/dist/style/switch.css +109 -1
- package/dist/style/table.css +109 -1
- package/dist/style/tabs.css +109 -1
- package/dist/style/tag.css +109 -1
- package/dist/style/text.css +109 -1
- package/dist/style/timeline.css +109 -1
- package/dist/style/timepicker.css +109 -1
- package/dist/style/tooltip.css +109 -1
- package/dist/style/tree.css +109 -1
- package/dist/style/typography.css +109 -1
- package/dist/style/upload.css +109 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -1013
- package/dist/font/iconfont.4ac77c3.woff2 +0 -0
- package/dist/font/iconfont.5a7af4c.woff +0 -0
package/dist/style/list.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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,114 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|
package/dist/style/loading.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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,114 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|
package/dist/style/menu.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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,114 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|
package/dist/style/modal.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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,114 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|
|
@@ -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.
|
|
573
|
+
src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
574
574
|
}
|
|
575
575
|
.mdsicon {
|
|
576
576
|
display: inline-block;
|
|
@@ -4746,6 +4746,114 @@ samp {
|
|
|
4746
4746
|
display: inline-block;
|
|
4747
4747
|
animation: loadingCircle 6s infinite linear;
|
|
4748
4748
|
}
|
|
4749
|
+
.mdsicon-line-constant:before {
|
|
4750
|
+
content: "\E7FE";
|
|
4751
|
+
}
|
|
4752
|
+
.mdsicon-line-processview:before {
|
|
4753
|
+
content: "\E808";
|
|
4754
|
+
}
|
|
4755
|
+
.mdsicon-line-relationalview:before {
|
|
4756
|
+
content: "\E809";
|
|
4757
|
+
}
|
|
4758
|
+
.mdsicon-line-datasheet:before {
|
|
4759
|
+
content: "\E806";
|
|
4760
|
+
}
|
|
4761
|
+
.mdsicon-line-linkview:before {
|
|
4762
|
+
content: "\E807";
|
|
4763
|
+
}
|
|
4764
|
+
.mdsicon-line-synchronization:before {
|
|
4765
|
+
content: "\E801";
|
|
4766
|
+
}
|
|
4767
|
+
.mdsicon-line-detailedlist:before {
|
|
4768
|
+
content: "\E802";
|
|
4769
|
+
}
|
|
4770
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4771
|
+
content: "\E803";
|
|
4772
|
+
}
|
|
4773
|
+
.mdsicon-line-summarysheet:before {
|
|
4774
|
+
content: "\E804";
|
|
4775
|
+
}
|
|
4776
|
+
.mdsicon-line-historicalrecord:before {
|
|
4777
|
+
content: "\E805";
|
|
4778
|
+
}
|
|
4779
|
+
.mdsicon-line-maintenancedata:before {
|
|
4780
|
+
content: "\E7FB";
|
|
4781
|
+
}
|
|
4782
|
+
.mdsicon-line-accountingscheme:before {
|
|
4783
|
+
content: "\E7FC";
|
|
4784
|
+
}
|
|
4785
|
+
.mdsicon-line-edition:before {
|
|
4786
|
+
content: "\E7FD";
|
|
4787
|
+
}
|
|
4788
|
+
.mdsicon-line-performancechart:before {
|
|
4789
|
+
content: "\E7FF";
|
|
4790
|
+
}
|
|
4791
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4792
|
+
content: "\E800";
|
|
4793
|
+
}
|
|
4794
|
+
.mdsicon-line-bold:before {
|
|
4795
|
+
content: "\E7F7";
|
|
4796
|
+
}
|
|
4797
|
+
.mdsicon-line-right1:before {
|
|
4798
|
+
content: "\E7F8";
|
|
4799
|
+
}
|
|
4800
|
+
.mdsicon-line-left1:before {
|
|
4801
|
+
content: "\E7F9";
|
|
4802
|
+
}
|
|
4803
|
+
.mdsicon-line-center1:before {
|
|
4804
|
+
content: "\E7FA";
|
|
4805
|
+
}
|
|
4806
|
+
.mdsicon-line-macropool1:before {
|
|
4807
|
+
content: "\E7F6";
|
|
4808
|
+
}
|
|
4809
|
+
.mdsicon-line-format-u:before {
|
|
4810
|
+
content: "\E7F5";
|
|
4811
|
+
}
|
|
4812
|
+
.mdsicon-line-macropool:before {
|
|
4813
|
+
content: "\E7F4";
|
|
4814
|
+
}
|
|
4815
|
+
.mdsicon-line-format-h:before {
|
|
4816
|
+
content: "\E7F3";
|
|
4817
|
+
}
|
|
4818
|
+
.mdsicon-line-table-circle-up:before {
|
|
4819
|
+
content: "\E7F2";
|
|
4820
|
+
}
|
|
4821
|
+
.mdsicon-line-table-circle-down:before {
|
|
4822
|
+
content: "\E7F1";
|
|
4823
|
+
}
|
|
4824
|
+
.mdsicon-line-list-caret-right:before {
|
|
4825
|
+
content: "\E7EF";
|
|
4826
|
+
}
|
|
4827
|
+
.mdsicon-line-list-caret-down:before {
|
|
4828
|
+
content: "\E7F0";
|
|
4829
|
+
}
|
|
4830
|
+
.mdsicon-line-list-add:before {
|
|
4831
|
+
content: "\E7ED";
|
|
4832
|
+
}
|
|
4833
|
+
.mdsicon-line-list-more:before {
|
|
4834
|
+
content: "\E7EE";
|
|
4835
|
+
}
|
|
4836
|
+
.mdsicon-line-btn-edit:before {
|
|
4837
|
+
content: "\E7EA";
|
|
4838
|
+
}
|
|
4839
|
+
.mdsicon-line-btn-delete:before {
|
|
4840
|
+
content: "\E7EB";
|
|
4841
|
+
}
|
|
4842
|
+
.mdsicon-line-btn-add:before {
|
|
4843
|
+
content: "\E7EC";
|
|
4844
|
+
}
|
|
4845
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4846
|
+
content: "\E7E8";
|
|
4847
|
+
}
|
|
4848
|
+
.mdsicon-line-table-delete:before {
|
|
4849
|
+
content: "\E7E9";
|
|
4850
|
+
}
|
|
4851
|
+
.mdsicon-line-table-edit:before {
|
|
4852
|
+
content: "\E7E6";
|
|
4853
|
+
}
|
|
4854
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4855
|
+
content: "\E7E7";
|
|
4856
|
+
}
|
|
4749
4857
|
.mdsicon-fill-chart:before {
|
|
4750
4858
|
content: "\E7E3";
|
|
4751
4859
|
}
|