@mdsfe/mds-ui 0.3.0-10 → 0.3.0-11
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.2f156de.woff2 +0 -0
- package/dist/font/iconfont.4399413.woff +0 -0
- package/dist/font/{iconfont.ecd615a.ttf → iconfont.86e6aca.ttf} +0 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/style/affix.css +10 -1
- package/dist/style/alert.css +10 -1
- package/dist/style/anchor.css +10 -1
- package/dist/style/avatar.css +10 -1
- package/dist/style/badge.css +10 -1
- package/dist/style/bordershadow.css +10 -1
- package/dist/style/breadcrumb.css +10 -1
- package/dist/style/button.css +10 -1
- package/dist/style/card.css +10 -1
- package/dist/style/carousel.css +10 -1
- package/dist/style/checkbox.css +10 -1
- package/dist/style/col.css +10 -1
- package/dist/style/collapse.css +10 -1
- package/dist/style/color.css +10 -1
- package/dist/style/datepicker.css +10 -1
- package/dist/style/divider.css +10 -1
- package/dist/style/drawer.css +10 -1
- package/dist/style/dropdown.css +10 -1
- package/dist/style/empty.css +10 -1
- package/dist/style/font.css +10 -1
- package/dist/style/form.css +10 -1
- package/dist/style/icon.css +10 -1
- package/dist/style/input.css +10 -1
- package/dist/style/inputnumber.css +10 -1
- package/dist/style/layout.css +10 -1
- package/dist/style/list.css +10 -1
- package/dist/style/loading.css +10 -1
- package/dist/style/menu.css +10 -1
- package/dist/style/modal.css +10 -1
- package/dist/style/notification.css +10 -1
- package/dist/style/pagination.css +10 -1
- package/dist/style/popconfirm.css +10 -1
- package/dist/style/popover.css +10 -1
- package/dist/style/progress.css +10 -1
- package/dist/style/radio.css +10 -1
- package/dist/style/rate.css +10 -1
- package/dist/style/row.css +10 -1
- package/dist/style/select.css +10 -1
- package/dist/style/slider.css +10 -1
- package/dist/style/slottable.css +10 -1
- package/dist/style/steps.css +10 -1
- package/dist/style/switch.css +10 -1
- package/dist/style/table.css +10 -1
- package/dist/style/tabs.css +10 -1
- package/dist/style/tag.css +10 -1
- package/dist/style/text.css +10 -1
- package/dist/style/timeline.css +10 -1
- package/dist/style/timepicker.css +10 -1
- package/dist/style/tooltip.css +10 -1
- package/dist/style/tree.css +10 -1
- package/dist/style/typography.css +10 -1
- package/dist/style/upload.css +10 -1
- package/package.json +1 -1
- package/dist/.DS_Store +0 -0
- package/dist/_util/.DS_Store +0 -0
- package/dist/font/iconfont.ae3b61b.woff2 +0 -0
- package/dist/font/iconfont.f1b256f.woff +0 -0
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
|
@@ -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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
574
574
|
}
|
|
575
575
|
.mdsicon {
|
|
576
576
|
display: inline-block;
|
|
@@ -4746,6 +4746,15 @@ samp {
|
|
|
4746
4746
|
display: inline-block;
|
|
4747
4747
|
animation: loadingCircle 6s infinite linear;
|
|
4748
4748
|
}
|
|
4749
|
+
.mdsicon-line-textformat-bold:before {
|
|
4750
|
+
content: "\EDA6";
|
|
4751
|
+
}
|
|
4752
|
+
.mdsicon-line-textformat-italic:before {
|
|
4753
|
+
content: "\EDA7";
|
|
4754
|
+
}
|
|
4755
|
+
.mdsicon-line-set:before {
|
|
4756
|
+
content: "\EDA5";
|
|
4757
|
+
}
|
|
4749
4758
|
.mdsicon-line-solidification:before {
|
|
4750
4759
|
content: "\EDA4";
|
|
4751
4760
|
}
|
|
@@ -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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
|
@@ -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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -4742,6 +4742,15 @@ samp {
|
|
|
4742
4742
|
display: inline-block;
|
|
4743
4743
|
animation: loadingCircle 6s infinite linear;
|
|
4744
4744
|
}
|
|
4745
|
+
.mdsicon-line-textformat-bold:before {
|
|
4746
|
+
content: "\EDA6";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-textformat-italic:before {
|
|
4749
|
+
content: "\EDA7";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-set:before {
|
|
4752
|
+
content: "\EDA5";
|
|
4753
|
+
}
|
|
4745
4754
|
.mdsicon-line-solidification:before {
|
|
4746
4755
|
content: "\EDA4";
|
|
4747
4756
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/steps.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/switch.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/table.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/tabs.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/tag.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/text.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/timeline.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
|
@@ -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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/tooltip.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/tree.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
|
@@ -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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|
package/dist/style/upload.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.2f156de.woff2) format('woff2'), url(/dist/font/iconfont.4399413.woff) format('woff'), url(/dist/font/iconfont.86e6aca.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,15 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-textformat-bold:before {
|
|
4734
|
+
content: "\EDA6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-textformat-italic:before {
|
|
4737
|
+
content: "\EDA7";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-set:before {
|
|
4740
|
+
content: "\EDA5";
|
|
4741
|
+
}
|
|
4733
4742
|
.mdsicon-line-solidification:before {
|
|
4734
4743
|
content: "\EDA4";
|
|
4735
4744
|
}
|