@mdsfe/mds-ui 0.3.0-0 → 0.3.0-1
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.06f3ab6.woff2 +0 -0
- package/dist/font/{iconfont.784954d.ttf → iconfont.3bffbc2.ttf} +0 -0
- package/dist/font/iconfont.dd6d5df.woff +0 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/style/affix.css +52 -1
- package/dist/style/alert.css +52 -1
- package/dist/style/anchor.css +52 -1
- package/dist/style/avatar.css +52 -1
- package/dist/style/badge.css +52 -1
- package/dist/style/bordershadow.css +52 -1
- package/dist/style/breadcrumb.css +52 -1
- package/dist/style/button.css +52 -1
- package/dist/style/card.css +52 -1
- package/dist/style/carousel.css +52 -1
- package/dist/style/checkbox.css +52 -1
- package/dist/style/col.css +52 -1
- package/dist/style/collapse.css +52 -1
- package/dist/style/color.css +52 -1
- package/dist/style/datepicker.css +52 -1
- package/dist/style/divider.css +52 -1
- package/dist/style/drawer.css +52 -1
- package/dist/style/dropdown.css +52 -1
- package/dist/style/empty.css +52 -1
- package/dist/style/font.css +52 -1
- package/dist/style/form.css +52 -1
- package/dist/style/icon.css +52 -1
- package/dist/style/input.css +52 -1
- package/dist/style/inputnumber.css +52 -1
- package/dist/style/layout.css +52 -1
- package/dist/style/list.css +52 -1
- package/dist/style/loading.css +52 -1
- package/dist/style/menu.css +52 -1
- package/dist/style/modal.css +52 -1
- package/dist/style/notification.css +52 -1
- package/dist/style/pagination.css +52 -1
- package/dist/style/popconfirm.css +52 -1
- package/dist/style/popover.css +52 -1
- package/dist/style/progress.css +52 -1
- package/dist/style/radio.css +52 -1
- package/dist/style/rate.css +52 -1
- package/dist/style/row.css +52 -1
- package/dist/style/select.css +52 -1
- package/dist/style/slider.css +52 -1
- package/dist/style/slottable.css +52 -1
- package/dist/style/steps.css +52 -1
- package/dist/style/switch.css +52 -1
- package/dist/style/table.css +52 -1
- package/dist/style/tabs.css +52 -1
- package/dist/style/tag.css +52 -1
- package/dist/style/text.css +52 -1
- package/dist/style/timeline.css +52 -1
- package/dist/style/timepicker.css +52 -1
- package/dist/style/tooltip.css +52 -1
- package/dist/style/tree.css +52 -1
- package/dist/style/typography.css +52 -1
- package/dist/style/upload.css +52 -1
- package/package.json +1 -1
- package/dist/font/iconfont.4ac77c3.woff2 +0 -0
- package/dist/font/iconfont.5a7af4c.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.
|
|
557
|
+
src: url(/dist/font/iconfont.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
|
@@ -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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
package/dist/style/popover.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
package/dist/style/progress.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
package/dist/style/radio.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
package/dist/style/rate.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
package/dist/style/row.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
package/dist/style/select.css
CHANGED
|
@@ -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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -4742,6 +4742,57 @@ samp {
|
|
|
4742
4742
|
display: inline-block;
|
|
4743
4743
|
animation: loadingCircle 6s infinite linear;
|
|
4744
4744
|
}
|
|
4745
|
+
.mdsicon-line-macropool1:before {
|
|
4746
|
+
content: "\E7F6";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-format-u:before {
|
|
4749
|
+
content: "\E7F5";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-macropool:before {
|
|
4752
|
+
content: "\E7F4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-format-h:before {
|
|
4755
|
+
content: "\E7F3";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-table-circle-up:before {
|
|
4758
|
+
content: "\E7F2";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-table-circle-down:before {
|
|
4761
|
+
content: "\E7F1";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-list-caret-right:before {
|
|
4764
|
+
content: "\E7EF";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-list-caret-down:before {
|
|
4767
|
+
content: "\E7F0";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-list-add:before {
|
|
4770
|
+
content: "\E7ED";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-list-more:before {
|
|
4773
|
+
content: "\E7EE";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-btn-edit:before {
|
|
4776
|
+
content: "\E7EA";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-btn-delete:before {
|
|
4779
|
+
content: "\E7EB";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-btn-add:before {
|
|
4782
|
+
content: "\E7EC";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4785
|
+
content: "\E7E8";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-table-delete:before {
|
|
4788
|
+
content: "\E7E9";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-table-edit:before {
|
|
4791
|
+
content: "\E7E6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4794
|
+
content: "\E7E7";
|
|
4795
|
+
}
|
|
4745
4796
|
.mdsicon-fill-chart:before {
|
|
4746
4797
|
content: "\E7E3";
|
|
4747
4798
|
}
|
package/dist/style/slider.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|
package/dist/style/slottable.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-fill-chart:before {
|
|
4734
4785
|
content: "\E7E3";
|
|
4735
4786
|
}
|