@zkwq/business 0.0.50 → 0.0.52
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/AppDialog.css +44 -44
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/AppTip.css +137 -0
- package/dist/css/AppTip.min.css +1 -0
- package/dist/css/AuthorOrIns.css +0 -0
- package/dist/css/AuthorOrIns.min.css +0 -0
- package/dist/css/AuthorX.css +134 -0
- package/dist/css/AuthorX.min.css +1 -0
- package/dist/css/Cover.css +2 -3
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/DatePickerX.css +100 -0
- package/dist/css/DatePickerX.min.css +1 -0
- package/dist/css/InstitutionX.css +134 -0
- package/dist/css/InstitutionX.min.css +1 -0
- package/dist/css/index.css +193 -0
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +4560 -3285
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.umd.cjs +9 -9
- package/dist/index.umd.min.cjs +15 -15
- package/package.json +3 -3
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,4 +1,47 @@
|
|
|
1
|
-
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
overflow-y: auto;
|
|
7
|
+
}
|
|
8
|
+
.AppDialog {
|
|
9
|
+
max-height: 100vh;
|
|
10
|
+
transition: max-height 0.8s ease, height 0.8s ease;
|
|
11
|
+
}
|
|
12
|
+
.AppDialog.base-dialog {
|
|
13
|
+
margin-top: 0 !important;
|
|
14
|
+
margin-bottom: 0 !important;
|
|
15
|
+
}
|
|
16
|
+
.AppDialog .base-dialog__header {
|
|
17
|
+
padding: 0;
|
|
18
|
+
}
|
|
19
|
+
.AppDialog .base-dialog__body {
|
|
20
|
+
padding: 0;
|
|
21
|
+
}
|
|
22
|
+
.AppDialog--fullPage {
|
|
23
|
+
height: 100vh;
|
|
24
|
+
}
|
|
25
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
26
|
+
height: 100%;
|
|
27
|
+
}
|
|
28
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
29
|
+
height: 100vh;
|
|
30
|
+
overflow: visible;
|
|
31
|
+
}
|
|
32
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
33
|
+
height: 100%;
|
|
34
|
+
}
|
|
35
|
+
.Modal__closeButton {
|
|
36
|
+
position: absolute;
|
|
37
|
+
top: 8px;
|
|
38
|
+
right: -60px;
|
|
39
|
+
padding: 12px;
|
|
40
|
+
}
|
|
41
|
+
.Modal__closeIcon {
|
|
42
|
+
vertical-align: top;
|
|
43
|
+
fill: #FFF;
|
|
44
|
+
}
|
|
2
45
|
|
|
3
46
|
|
|
4
47
|
|
|
@@ -116,47 +159,4 @@
|
|
|
116
159
|
.AppDialog__subtitle--left[data-v-47783249] {
|
|
117
160
|
padding: 0 16px;
|
|
118
161
|
}
|
|
119
|
-
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
120
|
-
display: flex;
|
|
121
|
-
flex-direction: column;
|
|
122
|
-
justify-content: center;
|
|
123
|
-
overflow-x: hidden;
|
|
124
|
-
overflow-y: auto;
|
|
125
|
-
}
|
|
126
|
-
.AppDialog {
|
|
127
|
-
max-height: 100vh;
|
|
128
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
129
|
-
}
|
|
130
|
-
.AppDialog.base-dialog {
|
|
131
|
-
margin-top: 0 !important;
|
|
132
|
-
margin-bottom: 0 !important;
|
|
133
|
-
}
|
|
134
|
-
.AppDialog .base-dialog__header {
|
|
135
|
-
padding: 0;
|
|
136
|
-
}
|
|
137
|
-
.AppDialog .base-dialog__body {
|
|
138
|
-
padding: 0;
|
|
139
|
-
}
|
|
140
|
-
.AppDialog--fullPage {
|
|
141
|
-
height: 100vh;
|
|
142
|
-
}
|
|
143
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
144
|
-
height: 100%;
|
|
145
|
-
}
|
|
146
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
147
|
-
height: 100vh;
|
|
148
|
-
overflow: visible;
|
|
149
|
-
}
|
|
150
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
151
|
-
height: 100%;
|
|
152
|
-
}
|
|
153
|
-
.Modal__closeButton {
|
|
154
|
-
position: absolute;
|
|
155
|
-
top: 8px;
|
|
156
|
-
right: -60px;
|
|
157
|
-
padding: 12px;
|
|
158
|
-
}
|
|
159
|
-
.Modal__closeIcon {
|
|
160
|
-
vertical-align: top;
|
|
161
|
-
fill: #FFF;
|
|
162
162
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-472fab80]: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
|
+
.AppTip[data-v-472fab80] {
|
|
76
|
+
display: block;
|
|
77
|
+
padding: 10px 16px;
|
|
78
|
+
position: relative;
|
|
79
|
+
border-radius: 4px;
|
|
80
|
+
background-color: #fff;
|
|
81
|
+
border-color: #fff;
|
|
82
|
+
color: #646464;
|
|
83
|
+
box-shadow: 0 4px 12px rgba(40, 120, 255, 0.11), 0 3px 14px rgba(0, 0, 0, 0.11);
|
|
84
|
+
}
|
|
85
|
+
.AppTip + .AppTip[data-v-472fab80] {
|
|
86
|
+
margin-top: 16px;
|
|
87
|
+
}
|
|
88
|
+
.AppTip__wrapper[data-v-472fab80] {
|
|
89
|
+
align-items: center;
|
|
90
|
+
border-radius: inherit;
|
|
91
|
+
display: flex;
|
|
92
|
+
}
|
|
93
|
+
.AppTip__wrapper .base-icon-info[data-v-472fab80] {
|
|
94
|
+
color: #2F3A91;
|
|
95
|
+
align-self: flex-start;
|
|
96
|
+
align-items: center;
|
|
97
|
+
display: inline-flex;
|
|
98
|
+
font-feature-settings: "liga";
|
|
99
|
+
font-size: 24px;
|
|
100
|
+
justify-content: center;
|
|
101
|
+
letter-spacing: normal;
|
|
102
|
+
line-height: 1;
|
|
103
|
+
position: relative;
|
|
104
|
+
text-indent: 0;
|
|
105
|
+
vertical-align: middle;
|
|
106
|
+
user-select: none;
|
|
107
|
+
margin-right: 12px;
|
|
108
|
+
}
|
|
109
|
+
.AppTip__content[data-v-472fab80] {
|
|
110
|
+
flex: 1 1 auto;
|
|
111
|
+
line-height: 1.5;
|
|
112
|
+
}
|
|
113
|
+
.AppTip__border[data-v-472fab80] {
|
|
114
|
+
content: "";
|
|
115
|
+
position: absolute;
|
|
116
|
+
top: 0;
|
|
117
|
+
left: 0;
|
|
118
|
+
bottom: 0;
|
|
119
|
+
border-top-left-radius: inherit;
|
|
120
|
+
border-bottom-left-radius: inherit;
|
|
121
|
+
background-color: #2F3A91;
|
|
122
|
+
border: 4px solid #2F3A91;
|
|
123
|
+
}
|
|
124
|
+
.AppTip--warning .AppTip__wrapper .base-icon-info[data-v-472fab80] {
|
|
125
|
+
color: #FF791A;
|
|
126
|
+
}
|
|
127
|
+
.AppTip--warning .AppTip__border[data-v-472fab80] {
|
|
128
|
+
background-color: #FF791A;
|
|
129
|
+
border-color: #FF791A;
|
|
130
|
+
}
|
|
131
|
+
.AppTip--danger .AppTip__wrapper .base-icon-info[data-v-472fab80] {
|
|
132
|
+
color: #F1403C;
|
|
133
|
+
}
|
|
134
|
+
.AppTip--danger .AppTip__border[data-v-472fab80] {
|
|
135
|
+
background-color: #F1403C;
|
|
136
|
+
border-color: #F1403C;
|
|
137
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-472fab80]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppTip[data-v-472fab80]{display:block;padding:10px 16px;position:relative;border-radius:4px;background-color:#fff;border-color:#fff;color:#646464;box-shadow:0 4px 12px rgba(40,120,255,.11),0 3px 14px rgba(0,0,0,.11)}.AppTip+.AppTip[data-v-472fab80]{margin-top:16px}.AppTip__wrapper[data-v-472fab80]{align-items:center;border-radius:inherit;display:flex}.AppTip__wrapper .base-icon-info[data-v-472fab80]{color:#2f3a91;align-self:flex-start;align-items:center;display:inline-flex;font-feature-settings:"liga";font-size:24px;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;vertical-align:middle;user-select:none;margin-right:12px}.AppTip__content[data-v-472fab80]{flex:1 1 auto;line-height:1.5}.AppTip__border[data-v-472fab80]{content:"";position:absolute;top:0;left:0;bottom:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;background-color:#2f3a91;border:4px solid #2f3a91}.AppTip--warning .AppTip__wrapper .base-icon-info[data-v-472fab80]{color:#ff791a}.AppTip--warning .AppTip__border[data-v-472fab80]{background-color:#ff791a;border-color:#ff791a}.AppTip--danger .AppTip__wrapper .base-icon-info[data-v-472fab80]{color:#f1403c}.AppTip--danger .AppTip__border[data-v-472fab80]{background-color:#f1403c;border-color:#f1403c}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-059a6002]: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__warp[data-v-059a6002] + .base-form-item__error.is-required {
|
|
76
|
+
top: 16px;
|
|
77
|
+
right: 0px;
|
|
78
|
+
width: auto;
|
|
79
|
+
left: auto;
|
|
80
|
+
text-align: right;
|
|
81
|
+
}
|
|
82
|
+
.Author__warp[data-v-059a6002] {
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: auto;
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
}
|
|
87
|
+
.Form__item[data-v-059a6002] {
|
|
88
|
+
width: 100%;
|
|
89
|
+
height: 80px;
|
|
90
|
+
display: flex;
|
|
91
|
+
align-items: flex-start;
|
|
92
|
+
margin-top: 16px;
|
|
93
|
+
}
|
|
94
|
+
.Form__author[data-v-059a6002] {
|
|
95
|
+
position: relative;
|
|
96
|
+
margin-right: 16px;
|
|
97
|
+
width: 100%;
|
|
98
|
+
}
|
|
99
|
+
.FormItem__tip[data-v-059a6002] {
|
|
100
|
+
position: absolute;
|
|
101
|
+
top: 40px;
|
|
102
|
+
color: #8590a6;
|
|
103
|
+
}
|
|
104
|
+
.Author__list[data-v-059a6002] {
|
|
105
|
+
width: auto;
|
|
106
|
+
overflow: hidden;
|
|
107
|
+
margin: 8px;
|
|
108
|
+
padding: 8px;
|
|
109
|
+
height: 30px;
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
}
|
|
113
|
+
.Author__list[data-v-059a6002]:hover {
|
|
114
|
+
background-color: #f6f6f6;
|
|
115
|
+
border-radius: 4px;
|
|
116
|
+
}
|
|
117
|
+
.Author__list--item[data-v-059a6002] {
|
|
118
|
+
margin: 0px 8px;
|
|
119
|
+
}
|
|
120
|
+
.Author__list--contro[data-v-059a6002] {
|
|
121
|
+
margin-left: 16px;
|
|
122
|
+
width: 40px;
|
|
123
|
+
display: flex;
|
|
124
|
+
justify-content: space-between;
|
|
125
|
+
}
|
|
126
|
+
.Author__list--contro span[data-v-059a6002] {
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
}
|
|
129
|
+
.add_author[data-v-059a6002] {
|
|
130
|
+
cursor: pointer;
|
|
131
|
+
}
|
|
132
|
+
.add_author[data-v-059a6002]:hover {
|
|
133
|
+
color: #2F3A91;
|
|
134
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-059a6002]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-059a6002]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-059a6002]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-059a6002]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-059a6002]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-059a6002]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-059a6002]{width:auto;overflow:hidden;margin:8px;padding:8px;height:30px;display:flex;align-items:center}.Author__list[data-v-059a6002]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--item[data-v-059a6002]{margin:0 8px}.Author__list--contro[data-v-059a6002]{margin-left:16px;width:40px;display:flex;justify-content:space-between}.Author__list--contro span[data-v-059a6002]{cursor:pointer}.add_author[data-v-059a6002]{cursor:pointer}.add_author[data-v-059a6002]:hover{color:#2f3a91}
|
package/dist/css/Cover.css
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
-
|
|
4
2
|
|
|
5
3
|
|
|
6
4
|
|
|
@@ -114,4 +112,5 @@
|
|
|
114
112
|
.avatar[data-v-086ca00a] {
|
|
115
113
|
width: 314px;
|
|
116
114
|
height: 130px;
|
|
117
|
-
}
|
|
115
|
+
}
|
|
116
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-086ca00a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-086ca00a]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-086ca00a]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-086ca00a]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-086ca00a]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-086ca00a]{opacity:1}.avatar-uploader-icon[data-v-086ca00a]{font-size:30px}.avatar[data-v-086ca00a]{width:314px;height:130px}.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-2fe3b608]: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
|
+
.DatePicker__warp[data-v-2fe3b608] {
|
|
76
|
+
width: 100%;
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
gap: 12px;
|
|
80
|
+
}
|
|
81
|
+
.setting__icon[data-v-2fe3b608] {
|
|
82
|
+
display: inline-block;
|
|
83
|
+
margin-left: 8px;
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
}
|
|
86
|
+
.format__warp[data-v-2fe3b608] {
|
|
87
|
+
width: 100%;
|
|
88
|
+
}
|
|
89
|
+
.format__warp li[data-v-2fe3b608] {
|
|
90
|
+
width: calc(100% - 16px);
|
|
91
|
+
padding: 8px;
|
|
92
|
+
cursor: pointer;
|
|
93
|
+
}
|
|
94
|
+
.format__warp li[data-v-2fe3b608]:hover {
|
|
95
|
+
background: #2F3A91;
|
|
96
|
+
color: white;
|
|
97
|
+
}
|
|
98
|
+
.format__warp .selected[data-v-2fe3b608] {
|
|
99
|
+
color: #2F3A91;
|
|
100
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-2fe3b608]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.DatePicker__warp[data-v-2fe3b608]{width:100%;display:flex;align-items:center;gap:12px}.setting__icon[data-v-2fe3b608]{display:inline-block;margin-left:8px;cursor:pointer}.format__warp[data-v-2fe3b608]{width:100%}.format__warp li[data-v-2fe3b608]{width:calc(100% - 16px);padding:8px;cursor:pointer}.format__warp li[data-v-2fe3b608]:hover{background:#2f3a91;color:#fff}.format__warp .selected[data-v-2fe3b608]{color:#2f3a91}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-7510d252]: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__warp[data-v-7510d252] + .base-form-item__error.is-required {
|
|
76
|
+
top: 16px;
|
|
77
|
+
right: 0px;
|
|
78
|
+
width: auto;
|
|
79
|
+
left: auto;
|
|
80
|
+
text-align: right;
|
|
81
|
+
}
|
|
82
|
+
.Author__warp[data-v-7510d252] {
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: auto;
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
}
|
|
87
|
+
.Form__item[data-v-7510d252] {
|
|
88
|
+
width: 100%;
|
|
89
|
+
height: 80px;
|
|
90
|
+
display: flex;
|
|
91
|
+
align-items: flex-start;
|
|
92
|
+
margin-top: 16px;
|
|
93
|
+
}
|
|
94
|
+
.Form__author[data-v-7510d252] {
|
|
95
|
+
position: relative;
|
|
96
|
+
margin-right: 16px;
|
|
97
|
+
width: 100%;
|
|
98
|
+
}
|
|
99
|
+
.FormItem__tip[data-v-7510d252] {
|
|
100
|
+
position: absolute;
|
|
101
|
+
top: 40px;
|
|
102
|
+
color: #8590a6;
|
|
103
|
+
}
|
|
104
|
+
.Author__list[data-v-7510d252] {
|
|
105
|
+
width: auto;
|
|
106
|
+
overflow: hidden;
|
|
107
|
+
margin: 8px;
|
|
108
|
+
padding: 8px;
|
|
109
|
+
height: 30px;
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
}
|
|
113
|
+
.Author__list[data-v-7510d252]:hover {
|
|
114
|
+
background-color: #f6f6f6;
|
|
115
|
+
border-radius: 4px;
|
|
116
|
+
}
|
|
117
|
+
.Author__list--item[data-v-7510d252] {
|
|
118
|
+
margin: 0px 8px;
|
|
119
|
+
}
|
|
120
|
+
.Author__list--contro[data-v-7510d252] {
|
|
121
|
+
margin-left: 16px;
|
|
122
|
+
width: 40px;
|
|
123
|
+
display: flex;
|
|
124
|
+
justify-content: space-between;
|
|
125
|
+
}
|
|
126
|
+
.Author__list--contro span[data-v-7510d252] {
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
}
|
|
129
|
+
.add_author[data-v-7510d252] {
|
|
130
|
+
cursor: pointer;
|
|
131
|
+
}
|
|
132
|
+
.add_author[data-v-7510d252]:hover {
|
|
133
|
+
color: #2F3A91;
|
|
134
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-7510d252]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-7510d252]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-7510d252]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-7510d252]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-7510d252]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-7510d252]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-7510d252]{width:auto;overflow:hidden;margin:8px;padding:8px;height:30px;display:flex;align-items:center}.Author__list[data-v-7510d252]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--item[data-v-7510d252]{margin:0 8px}.Author__list--contro[data-v-7510d252]{margin-left:16px;width:40px;display:flex;justify-content:space-between}.Author__list--contro span[data-v-7510d252]{cursor:pointer}.add_author[data-v-7510d252]{cursor:pointer}.add_author[data-v-7510d252]:hover{color:#2f3a91}
|