@zkwq/business 0.0.82 → 0.0.84
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/css/Author.css +87 -0
- package/dist/css/Author.min.css +1 -0
- package/dist/css/Institution.css +90 -0
- package/dist/css/Institution.min.css +1 -0
- package/dist/css/InstitutionX.css +13 -13
- package/dist/css/InstitutionX.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3468 -3206
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.umd.cjs +7 -7
- package/dist/index.umd.min.cjs +6 -6
- package/package.json +1 -1
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-18cfb32e]:export {
|
|
13
|
+
primary: #2F3A91;
|
|
14
|
+
success: #67C23A;
|
|
15
|
+
warning: #FF791A;
|
|
16
|
+
danger: #F1403C;
|
|
17
|
+
info: #8590a6;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
.Author__wrap[data-v-18cfb32e] {
|
|
76
|
+
width: 100%;
|
|
77
|
+
height: auto;
|
|
78
|
+
}
|
|
79
|
+
.Form__author[data-v-18cfb32e] {
|
|
80
|
+
position: relative;
|
|
81
|
+
margin-right: 16px;
|
|
82
|
+
width: 100%;
|
|
83
|
+
}
|
|
84
|
+
.FormItem__tip[data-v-18cfb32e] {
|
|
85
|
+
margin-top: 12px;
|
|
86
|
+
color: #8590a6;
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-18cfb32e]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-18cfb32e]{width:100%;height:auto}.Form__author[data-v-18cfb32e]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-18cfb32e]{margin-top:12px;color:#8590a6}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-dc5688ae]:export {
|
|
13
|
+
primary: #2F3A91;
|
|
14
|
+
success: #67C23A;
|
|
15
|
+
warning: #FF791A;
|
|
16
|
+
danger: #F1403C;
|
|
17
|
+
info: #8590a6;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
.Author__wrap[data-v-dc5688ae] {
|
|
76
|
+
width: 100%;
|
|
77
|
+
height: auto;
|
|
78
|
+
overflow: hidden;
|
|
79
|
+
}
|
|
80
|
+
.Form__author[data-v-dc5688ae] {
|
|
81
|
+
position: relative;
|
|
82
|
+
margin-right: 16px;
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: auto;
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
}
|
|
87
|
+
.FormItem__tip[data-v-dc5688ae] {
|
|
88
|
+
margin-top: 12px;
|
|
89
|
+
color: #8590a6;
|
|
90
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-dc5688ae]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-dc5688ae]{width:100%;height:auto;overflow:hidden}.Form__author[data-v-dc5688ae]{position:relative;margin-right:16px;width:100%;height:auto;overflow:hidden}.FormItem__tip[data-v-dc5688ae]{margin-top:12px;color:#8590a6}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-01b3688e]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,36 +72,36 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.Author__warp[data-v-
|
|
75
|
+
.Author__warp[data-v-01b3688e] + .base-form-item__error.is-required {
|
|
76
76
|
top: 16px;
|
|
77
77
|
right: 0px;
|
|
78
78
|
width: auto;
|
|
79
79
|
left: auto;
|
|
80
80
|
text-align: right;
|
|
81
81
|
}
|
|
82
|
-
.Author__warp[data-v-
|
|
82
|
+
.Author__warp[data-v-01b3688e] {
|
|
83
83
|
width: 100%;
|
|
84
84
|
height: auto;
|
|
85
85
|
overflow: hidden;
|
|
86
86
|
}
|
|
87
|
-
.Form__item[data-v-
|
|
87
|
+
.Form__item[data-v-01b3688e] {
|
|
88
88
|
width: 100%;
|
|
89
89
|
height: 80px;
|
|
90
90
|
display: flex;
|
|
91
91
|
align-items: flex-start;
|
|
92
92
|
margin-top: 16px;
|
|
93
93
|
}
|
|
94
|
-
.Form__author[data-v-
|
|
94
|
+
.Form__author[data-v-01b3688e] {
|
|
95
95
|
position: relative;
|
|
96
96
|
margin-right: 16px;
|
|
97
97
|
width: 100%;
|
|
98
98
|
}
|
|
99
|
-
.FormItem__tip[data-v-
|
|
99
|
+
.FormItem__tip[data-v-01b3688e] {
|
|
100
100
|
position: absolute;
|
|
101
101
|
top: 40px;
|
|
102
102
|
color: #8590a6;
|
|
103
103
|
}
|
|
104
|
-
.Author__list[data-v-
|
|
104
|
+
.Author__list[data-v-01b3688e] {
|
|
105
105
|
width: auto;
|
|
106
106
|
overflow: hidden;
|
|
107
107
|
margin: 8px;
|
|
@@ -110,25 +110,25 @@
|
|
|
110
110
|
display: flex;
|
|
111
111
|
align-items: center;
|
|
112
112
|
}
|
|
113
|
-
.Author__list[data-v-
|
|
113
|
+
.Author__list[data-v-01b3688e]:hover {
|
|
114
114
|
background-color: #f6f6f6;
|
|
115
115
|
border-radius: 4px;
|
|
116
116
|
}
|
|
117
|
-
.Author__list--item[data-v-
|
|
117
|
+
.Author__list--item[data-v-01b3688e] {
|
|
118
118
|
margin: 0px 8px;
|
|
119
119
|
}
|
|
120
|
-
.Author__list--contro[data-v-
|
|
120
|
+
.Author__list--contro[data-v-01b3688e] {
|
|
121
121
|
margin-left: 16px;
|
|
122
122
|
width: 40px;
|
|
123
123
|
display: flex;
|
|
124
124
|
justify-content: space-between;
|
|
125
125
|
}
|
|
126
|
-
.Author__list--contro span[data-v-
|
|
126
|
+
.Author__list--contro span[data-v-01b3688e] {
|
|
127
127
|
cursor: pointer;
|
|
128
128
|
}
|
|
129
|
-
.add_author[data-v-
|
|
129
|
+
.add_author[data-v-01b3688e] {
|
|
130
130
|
cursor: pointer;
|
|
131
131
|
}
|
|
132
|
-
.add_author[data-v-
|
|
132
|
+
.add_author[data-v-01b3688e]:hover {
|
|
133
133
|
color: #2F3A91;
|
|
134
134
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-01b3688e]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-01b3688e]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-01b3688e]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-01b3688e]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-01b3688e]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-01b3688e]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-01b3688e]{width:auto;overflow:hidden;margin:8px;padding:8px;height:30px;display:flex;align-items:center}.Author__list[data-v-01b3688e]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--item[data-v-01b3688e]{margin:0 8px}.Author__list--contro[data-v-01b3688e]{margin-left:16px;width:40px;display:flex;justify-content:space-between}.Author__list--contro span[data-v-01b3688e]{cursor:pointer}.add_author[data-v-01b3688e]{cursor:pointer}.add_author[data-v-01b3688e]:hover{color:#2f3a91}
|