eoss-mobiles 0.4.1 → 0.4.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/CHANGELOG.md +95 -0
- package/lib/button-group.js +2 -2
- package/lib/button.js +2 -2
- package/lib/calendar.js +2 -2
- package/lib/cell.js +2 -2
- package/lib/checkbox.js +2 -2
- package/lib/circle.js +2 -2
- package/lib/count-down.js +2 -2
- package/lib/empty.js +2 -2
- package/lib/eoss-mobile.common.js +534 -85
- package/lib/field.js +2 -2
- package/lib/flow-btn.js +2 -2
- package/lib/form.js +593 -144
- package/lib/grid-item.js +2 -2
- package/lib/grid.js +2 -2
- package/lib/index.js +1 -1
- package/lib/list.js +2 -2
- package/lib/loading.js +85 -85
- package/lib/nav-bar.js +2 -2
- package/lib/picker.js +12 -11
- package/lib/popover.js +2 -2
- package/lib/radio.js +8 -7
- package/lib/search.js +2 -2
- package/lib/selector.js +28 -28
- package/lib/switch.js +2 -2
- package/lib/tab.js +2 -2
- package/lib/table-column.js +3 -2
- package/lib/tabs.js +2 -2
- package/lib/tag.js +2 -2
- package/lib/theme-chalk/fonts/iconfont.scss +98 -98
- package/lib/theme-chalk/fonts/iconfont1.scss +90 -90
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/uploader.js +3 -2
- package/package.json +1 -1
- package/packages/action-sheet/index.js +5 -5
- package/packages/action-sheet/src/main.vue +32 -32
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +15 -15
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +80 -80
- package/packages/calendar/index.js +5 -5
- package/packages/calendar/src/main.vue +34 -34
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +39 -39
- package/packages/cell/index.js +5 -5
- package/packages/cell/src/main.vue +77 -77
- package/packages/checkbox/index.js +5 -5
- package/packages/checkbox/src/main.vue +232 -232
- package/packages/circle/index.js +5 -5
- package/packages/circle/src/main.vue +27 -27
- package/packages/count-down/index.js +5 -5
- package/packages/count-down/src/main.vue +27 -27
- package/packages/date/index.js +5 -5
- package/packages/date/src/date-time.vue +290 -290
- package/packages/date/src/main.vue +401 -401
- package/packages/empty/index.js +5 -5
- package/packages/empty/src/main.vue +16 -16
- package/packages/esign/index.js +5 -5
- package/packages/esign/src/main.vue +144 -144
- package/packages/field/index.js +5 -5
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/components/Circulate.vue +595 -595
- package/packages/flow/src/components/Handle.vue +2404 -2404
- package/packages/flow/src/components/Message.vue +208 -208
- package/packages/flow/src/components/ProcessSettings.vue +342 -342
- package/packages/flow/src/components/supervise.vue +139 -139
- package/packages/flow/src/flowMix.js +288 -288
- package/packages/flow/src/main.vue +116 -116
- package/packages/flow-btn/index.js +5 -5
- package/packages/flow-btn/src/main.vue +494 -494
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +248 -248
- package/packages/form/index.js +5 -5
- package/packages/form/src/CustomCard.vue +201 -0
- package/packages/form/src/main.vue +32 -19
- package/packages/grid/index.js +5 -5
- package/packages/grid/src/main.vue +486 -486
- package/packages/grid-item/index.js +5 -5
- package/packages/grid-item/src/main.vue +16 -16
- package/packages/image/index.js +5 -5
- package/packages/image/src/main.vue +12 -12
- package/packages/image-preview/index.js +5 -5
- package/packages/list/index.js +5 -5
- package/packages/list/src/main.vue +32 -32
- package/packages/loading/index.js +5 -5
- package/packages/loading/src/main.vue +19 -19
- package/packages/nav-bar/index.js +5 -5
- package/packages/nav-bar/src/main.vue +24 -24
- package/packages/notice-bar/index.js +5 -5
- package/packages/notice-bar/src/main.vue +15 -15
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +73 -73
- package/packages/picker/index.js +5 -5
- package/packages/picker/src/main.vue +604 -604
- package/packages/popover/index.js +5 -5
- package/packages/popover/src/main.vue +32 -32
- package/packages/popup/index.js +5 -5
- package/packages/popup/src/main.vue +27 -27
- package/packages/pull-refresh/index.js +5 -5
- package/packages/pull-refresh/src/main.vue +31 -31
- package/packages/radio/index.js +5 -5
- package/packages/radio/src/main.vue +179 -179
- package/packages/rate/index.js +5 -5
- package/packages/rate/src/main.vue +26 -26
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +257 -257
- package/packages/search/index.js +5 -5
- package/packages/search/src/main.vue +39 -39
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +186 -186
- package/packages/selector/src/selector-tree.vue +1117 -1117
- package/packages/selector/src/tree.vue +405 -405
- package/packages/skeleton/index.js +5 -5
- package/packages/skeleton/src/main.vue +17 -17
- package/packages/stepper/index.js +5 -5
- package/packages/stepper/src/main.vue +25 -25
- package/packages/swipe/index.js +5 -5
- package/packages/swipe/src/main.vue +42 -42
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +38 -38
- package/packages/tab/index.js +5 -5
- package/packages/tab/src/main.vue +16 -16
- package/packages/table/index.js +5 -5
- package/packages/table/src/main.vue +1006 -1006
- package/packages/table-column/index.js +5 -5
- package/packages/table-column/src/main.vue +931 -931
- package/packages/table-column/src/mixins/table.js +12 -12
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +34 -34
- package/packages/tag/index.js +5 -5
- package/packages/tag/src/main.vue +16 -16
- package/packages/theme-chalk/lib/action-sheet.css +0 -0
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +1 -0
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/calendar.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +1 -0
- package/packages/theme-chalk/lib/cell.css +1 -0
- package/packages/theme-chalk/lib/checkbox.css +1 -0
- package/packages/theme-chalk/lib/circle.css +1 -0
- package/packages/theme-chalk/lib/count-down.css +0 -0
- package/packages/theme-chalk/lib/date.css +0 -0
- package/packages/theme-chalk/lib/empty.css +0 -0
- package/packages/theme-chalk/lib/esign.css +1 -0
- package/packages/theme-chalk/lib/field.css +1 -0
- package/packages/theme-chalk/lib/flow-btn.css +1 -0
- package/packages/theme-chalk/lib/flow-list-task-read.css +1 -0
- package/packages/theme-chalk/lib/flow-list.css +1 -0
- package/packages/theme-chalk/lib/flow.css +1 -0
- package/packages/theme-chalk/lib/fonts/iconfont.scss +98 -0
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont1.scss +90 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/grid-item.css +1 -0
- package/packages/theme-chalk/lib/grid.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/image-preview.css +0 -0
- package/packages/theme-chalk/lib/image.css +0 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/list.css +0 -0
- package/packages/theme-chalk/lib/loading.css +0 -0
- package/packages/theme-chalk/lib/nav-bar.css +0 -0
- package/packages/theme-chalk/lib/navbar.css +1 -0
- package/packages/theme-chalk/lib/notice-bar.css +0 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/picker.css +1 -0
- package/packages/theme-chalk/lib/popover.css +0 -0
- package/packages/theme-chalk/lib/popup.css +0 -0
- package/packages/theme-chalk/lib/pull-refresh.css +0 -0
- package/packages/theme-chalk/lib/radio.css +1 -0
- package/packages/theme-chalk/lib/rate.css +0 -0
- package/packages/theme-chalk/lib/retrial-auth.css +1 -0
- package/packages/theme-chalk/lib/search.css +0 -0
- package/packages/theme-chalk/lib/selector.css +1 -0
- package/packages/theme-chalk/lib/skeleton.css +0 -0
- package/packages/theme-chalk/lib/stepper.css +1 -0
- package/packages/theme-chalk/lib/swipe.css +0 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/tab.css +0 -0
- package/packages/theme-chalk/lib/table-column.css +0 -0
- package/packages/theme-chalk/lib/table.css +1 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tag.css +1 -0
- package/packages/theme-chalk/lib/theme.css +0 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/uploader.css +0 -0
- package/packages/theme-chalk/src/base.scss +195 -195
- package/packages/theme-chalk/src/button-group.scss +25 -25
- package/packages/theme-chalk/src/button.scss +2 -2
- package/packages/theme-chalk/src/calendar.scss +11 -11
- package/packages/theme-chalk/src/cascader.scss +11 -11
- package/packages/theme-chalk/src/cell.scss +14 -14
- package/packages/theme-chalk/src/checkbox.scss +9 -9
- package/packages/theme-chalk/src/circle.scss +6 -6
- package/packages/theme-chalk/src/common/var.scss +1525 -1525
- package/packages/theme-chalk/src/esign.scss +51 -51
- package/packages/theme-chalk/src/field.scss +98 -98
- package/packages/theme-chalk/src/flow-btn.scss +99 -99
- package/packages/theme-chalk/src/flow-list.scss +122 -122
- package/packages/theme-chalk/src/fonts/iconfont.scss +98 -98
- package/packages/theme-chalk/src/fonts/iconfont1.scss +90 -90
- package/packages/theme-chalk/src/form.scss +107 -33
- package/packages/theme-chalk/src/grid-item.scss +16 -16
- package/packages/theme-chalk/src/grid.scss +46 -46
- package/packages/theme-chalk/src/icon.scss +1661 -1661
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/navbar.scss +5 -5
- package/packages/theme-chalk/src/pagination.scss +12 -12
- package/packages/theme-chalk/src/picker.scss +31 -31
- package/packages/theme-chalk/src/radio.scss +6 -6
- package/packages/theme-chalk/src/retrial-auth.scss +28 -28
- package/packages/theme-chalk/src/selector.scss +247 -247
- package/packages/theme-chalk/src/stepper.scss +9 -9
- package/packages/theme-chalk/src/switch.scss +5 -5
- package/packages/theme-chalk/src/table.scss +86 -86
- package/packages/theme-chalk/src/tabs.scss +31 -31
- package/packages/theme-chalk/src/tag.scss +12 -12
- package/packages/theme-chalk/src/theme.scss +1 -1
- package/packages/theme-chalk/src/tree.scss +127 -127
- package/packages/uploader/index.js +5 -5
- package/src/config/api.js +190 -190
- package/src/index.js +1 -1
- package/src/utils/axios.js +217 -217
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +106 -106
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/packages/theme-chalk/gulpfile.js +0 -25
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "iconfont"; /* Project id 4360523 */
|
|
3
|
-
src: url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff2?t=1723088955236') format('woff2'),
|
|
4
|
-
url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff?t=1723088955236') format('woff'),
|
|
5
|
-
url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.ttf?t=1723088955236') format('truetype');
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.iconfont {
|
|
9
|
-
font-family: "iconfont" !important;
|
|
10
|
-
font-size: 16px;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
-webkit-font-smoothing: antialiased;
|
|
13
|
-
-moz-osx-font-smoothing: grayscale;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.em-fangda:before {
|
|
17
|
-
content: "\e612";
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.em-guanbi:before {
|
|
21
|
-
content: "\e6f8";
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.icon-em-more:before {
|
|
25
|
-
content: "\e646";
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.icon-youjiantou:before {
|
|
29
|
-
content: "\e622";
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.icon-shoucang:before {
|
|
33
|
-
content: "\e600";
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.icon-ziguanshujufuwu:before {
|
|
37
|
-
content: "\e618";
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.icon-fuwenbenkuang:before {
|
|
41
|
-
content: "\e66f";
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.icon-gongdanguanlian:before {
|
|
45
|
-
content: "\e66d";
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.icon-riqi_rili:before {
|
|
49
|
-
content: "\e648";
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.icon-fuwenben:before {
|
|
53
|
-
content: "\e718";
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.icon-a-gaizhang3:before {
|
|
57
|
-
content: "\eba4";
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.icon-quan:before {
|
|
61
|
-
content: "\e63a";
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.icon-gou:before {
|
|
65
|
-
content: "\e8bd";
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.icon-fujian:before {
|
|
69
|
-
content: "\e651";
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.icon-ziyuan:before {
|
|
73
|
-
content: "\e60d";
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.icon-duoxuanxuanzhong:before {
|
|
77
|
-
content: "\e62c";
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.icon-saoma:before {
|
|
81
|
-
content: "\e621";
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.icon-jiayonghu:before {
|
|
85
|
-
content: "\e617";
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.icon-bumenguanli:before {
|
|
89
|
-
content: "\e60c";
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.icon-shuzi:before {
|
|
93
|
-
content: "\e640";
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.icon-dingwei:before {
|
|
97
|
-
content: "\ee33";
|
|
98
|
-
}
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "iconfont"; /* Project id 4360523 */
|
|
3
|
+
src: url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff2?t=1723088955236') format('woff2'),
|
|
4
|
+
url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff?t=1723088955236') format('woff'),
|
|
5
|
+
url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.ttf?t=1723088955236') format('truetype');
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.iconfont {
|
|
9
|
+
font-family: "iconfont" !important;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.em-fangda:before {
|
|
17
|
+
content: "\e612";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.em-guanbi:before {
|
|
21
|
+
content: "\e6f8";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.icon-em-more:before {
|
|
25
|
+
content: "\e646";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-youjiantou:before {
|
|
29
|
+
content: "\e622";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon-shoucang:before {
|
|
33
|
+
content: "\e600";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.icon-ziguanshujufuwu:before {
|
|
37
|
+
content: "\e618";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.icon-fuwenbenkuang:before {
|
|
41
|
+
content: "\e66f";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.icon-gongdanguanlian:before {
|
|
45
|
+
content: "\e66d";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.icon-riqi_rili:before {
|
|
49
|
+
content: "\e648";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.icon-fuwenben:before {
|
|
53
|
+
content: "\e718";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon-a-gaizhang3:before {
|
|
57
|
+
content: "\eba4";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon-quan:before {
|
|
61
|
+
content: "\e63a";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.icon-gou:before {
|
|
65
|
+
content: "\e8bd";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon-fujian:before {
|
|
69
|
+
content: "\e651";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.icon-ziyuan:before {
|
|
73
|
+
content: "\e60d";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.icon-duoxuanxuanzhong:before {
|
|
77
|
+
content: "\e62c";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.icon-saoma:before {
|
|
81
|
+
content: "\e621";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.icon-jiayonghu:before {
|
|
85
|
+
content: "\e617";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.icon-bumenguanli:before {
|
|
89
|
+
content: "\e60c";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.icon-shuzi:before {
|
|
93
|
+
content: "\e640";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.icon-dingwei:before {
|
|
97
|
+
content: "\ee33";
|
|
98
|
+
}
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "iconfont"; /* Project id 4360523 */
|
|
3
|
-
src: url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff2?t=1704791048889') format('woff2'),
|
|
4
|
-
url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff?t=1704791048889') format('woff'),
|
|
5
|
-
url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.ttf?t=1704791048889') format('truetype');
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.iconfont {
|
|
9
|
-
font-family: "iconfont" !important;
|
|
10
|
-
font-size: 16px;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
-webkit-font-smoothing: antialiased;
|
|
13
|
-
-moz-osx-font-smoothing: grayscale;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.icon-em-more:before {
|
|
17
|
-
content: "\e646";
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.icon-youjiantou:before {
|
|
21
|
-
content: "\e622";
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.icon-shoucang:before {
|
|
25
|
-
content: "\e600";
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.icon-ziguanshujufuwu:before {
|
|
29
|
-
content: "\e618";
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.icon-fuwenbenkuang:before {
|
|
33
|
-
content: "\e66f";
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.icon-gongdanguanlian:before {
|
|
37
|
-
content: "\e66d";
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.icon-riqi_rili:before {
|
|
41
|
-
content: "\e648";
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.icon-fuwenben:before {
|
|
45
|
-
content: "\e718";
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.icon-a-gaizhang3:before {
|
|
49
|
-
content: "\eba4";
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.icon-quan:before {
|
|
53
|
-
content: "\e63a";
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.icon-gou:before {
|
|
57
|
-
content: "\e8bd";
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.icon-fujian:before {
|
|
61
|
-
content: "\e651";
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.icon-ziyuan:before {
|
|
65
|
-
content: "\e60d";
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.icon-duoxuanxuanzhong:before {
|
|
69
|
-
content: "\e62c";
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.icon-saoma:before {
|
|
73
|
-
content: "\e621";
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.icon-jiayonghu:before {
|
|
77
|
-
content: "\e617";
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.icon-bumenguanli:before {
|
|
81
|
-
content: "\e60c";
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.icon-shuzi:before {
|
|
85
|
-
content: "\e640";
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.icon-dingwei:before {
|
|
89
|
-
content: "\ee33";
|
|
90
|
-
}
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "iconfont"; /* Project id 4360523 */
|
|
3
|
+
src: url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff2?t=1704791048889') format('woff2'),
|
|
4
|
+
url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff?t=1704791048889') format('woff'),
|
|
5
|
+
url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.ttf?t=1704791048889') format('truetype');
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.iconfont {
|
|
9
|
+
font-family: "iconfont" !important;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.icon-em-more:before {
|
|
17
|
+
content: "\e646";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.icon-youjiantou:before {
|
|
21
|
+
content: "\e622";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.icon-shoucang:before {
|
|
25
|
+
content: "\e600";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-ziguanshujufuwu:before {
|
|
29
|
+
content: "\e618";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon-fuwenbenkuang:before {
|
|
33
|
+
content: "\e66f";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.icon-gongdanguanlian:before {
|
|
37
|
+
content: "\e66d";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.icon-riqi_rili:before {
|
|
41
|
+
content: "\e648";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.icon-fuwenben:before {
|
|
45
|
+
content: "\e718";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.icon-a-gaizhang3:before {
|
|
49
|
+
content: "\eba4";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.icon-quan:before {
|
|
53
|
+
content: "\e63a";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon-gou:before {
|
|
57
|
+
content: "\e8bd";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon-fujian:before {
|
|
61
|
+
content: "\e651";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.icon-ziyuan:before {
|
|
65
|
+
content: "\e60d";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon-duoxuanxuanzhong:before {
|
|
69
|
+
content: "\e62c";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.icon-saoma:before {
|
|
73
|
+
content: "\e621";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.icon-jiayonghu:before {
|
|
77
|
+
content: "\e617";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.icon-bumenguanli:before {
|
|
81
|
+
content: "\e60c";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.icon-shuzi:before {
|
|
85
|
+
content: "\e640";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.icon-dingwei:before {
|
|
89
|
+
content: "\ee33";
|
|
90
|
+
}
|
package/lib/theme-chalk/form.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.em-form,.em-form-content{-webkit-box-direction:normal}.em-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:auto}.em-form-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:0}.em-form .van-tab__pane{height:calc(100% - 10px)}
|
|
1
|
+
.em-form,.em-form-content{-webkit-box-direction:normal}.em-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:auto}.em-form-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:0}.em-form .van-tab__pane{height:calc(100% - 10px)}.em-custom-card{padding:10px}.em-custom-card .empty-tip{text-align:center;padding:40px 0;color:#969799;font-size:14px}.em-custom-card .card-item{margin-bottom:16px;background:#fff;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06)}.em-custom-card .card-item .card-content .card-field{padding:12px 16px;border-bottom:1px solid #ebedf0}.em-custom-card .card-item .card-content .card-field:last-child{border-bottom:none}.em-custom-card .card-item .card-content .card-field .field-label{font-size:14px;color:#646566;margin-bottom:8px;font-weight:500}.em-custom-card .card-item .card-content .card-field .field-value{font-size:14px;color:#323233}.em-custom-card .card-item .card-content .card-field .field-value ::v-deep .van-cell{padding:0}.em-custom-card .card-item .card-content .card-field .field-value ::v-deep .em-checkbox-group label,.em-custom-card .card-item .card-content .card-field .field-value ::v-deep .em-input label,.em-custom-card .card-item .card-content .card-field .field-value ::v-deep .em-picker label,.em-custom-card .card-item .card-content .card-field .field-value ::v-deep .em-radio-group label,.em-custom-card .card-item .card-content .card-field .field-value ::v-deep .van-cell::after{display:none}.em-custom-card .card-item .card-actions{padding:12px 16px;text-align:right;background:#f7f8fa;border-top:1px solid #ebedf0}.em-custom-card .add-btn-wrapper{margin-top:16px}
|