@zkwq/business 0.1.1 → 0.1.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/dist/css/Annex.css +23 -22
- package/dist/css/Annex.min.css +1 -1
- package/dist/css/AppDialog.css +47 -47
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/Cover.css +3 -2
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/index.css +230 -0
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3751 -3559
- 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/dist/scss/baseUI/style/index.scss +1 -0
- package/dist/scss/baseUI/style/notification.scss +99 -0
- package/package.json +1 -1
package/dist/css/Annex.css
CHANGED
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
|
|
2
|
+
.annex-uploader .base-upload {
|
|
3
|
+
width: 120px;
|
|
4
|
+
height: 120px;
|
|
5
|
+
border: 1px dashed #d9d9d9;
|
|
6
|
+
border-radius: 6px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
position: relative;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
}
|
|
11
|
+
.annex-uploader .base-upload:hover {
|
|
12
|
+
border-color: #409eff;
|
|
13
|
+
}
|
|
14
|
+
.annex-uploader-icon {
|
|
15
|
+
font-size: 28px;
|
|
16
|
+
color: #8c939d;
|
|
17
|
+
width: 120px;
|
|
18
|
+
height: 120px;
|
|
19
|
+
display: flex !important;
|
|
20
|
+
align-items: center;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
}
|
|
23
|
+
|
|
2
24
|
|
|
3
25
|
|
|
4
26
|
|
|
@@ -192,25 +214,4 @@
|
|
|
192
214
|
}
|
|
193
215
|
.FruitUploader__tipItem--error[data-v-e7ec42ea] {
|
|
194
216
|
color: #F1403C;
|
|
195
|
-
}
|
|
196
|
-
.annex-uploader .base-upload {
|
|
197
|
-
width: 120px;
|
|
198
|
-
height: 120px;
|
|
199
|
-
border: 1px dashed #d9d9d9;
|
|
200
|
-
border-radius: 6px;
|
|
201
|
-
cursor: pointer;
|
|
202
|
-
position: relative;
|
|
203
|
-
overflow: hidden;
|
|
204
|
-
}
|
|
205
|
-
.annex-uploader .base-upload:hover {
|
|
206
|
-
border-color: #409eff;
|
|
207
|
-
}
|
|
208
|
-
.annex-uploader-icon {
|
|
209
|
-
font-size: 28px;
|
|
210
|
-
color: #8c939d;
|
|
211
|
-
width: 120px;
|
|
212
|
-
height: 120px;
|
|
213
|
-
display: flex !important;
|
|
214
|
-
align-items: center;
|
|
215
|
-
justify-content: center;
|
|
216
|
-
}
|
|
217
|
+
}
|
package/dist/css/Annex.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-e7ec42ea]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.FruitUploaderContainer[data-v-e7ec42ea]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:6px}.FruitUploaderContainer .FruitUploader[data-v-e7ec42ea]{margin-bottom:10px}.FruitUploaderContainer .FruitUploader[data-v-e7ec42ea]:first-child{margin-right:10px}.FruitUploaderContainer .CoverMask[data-v-e7ec42ea]{width:120px;height:120px;position:absolute;background:#fff}.FruitUploaderContainer .CoverMask img[data-v-e7ec42ea]{border-radius:4px;cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-e7ec42ea]{width:120px;height:120px;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .3s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.FruitUploaderContainer .CoverMask .CoverMask__actions i[data-v-e7ec42ea]{cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions i+i[data-v-e7ec42ea]{margin-left:16px}.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-e7ec42ea]{opacity:1}.FruitUploaderContainer .FileMask[data-v-e7ec42ea]{width:120px;height:120px;background:#f3f5f8;border-radius:4px;margin-right:10px;margin-bottom:10px}.FruitUploaderContainer .FileMask.is-active[data-v-e7ec42ea]{background-color:transparent}.FruitUploaderContainer .FileMask__content[data-v-e7ec42ea]{width:100%;height:100%;padding:10px;position:relative}.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-e7ec42ea]{width:120px;height:120px;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}.FruitUploaderContainer .FileMask__content .FileMask__actions i[data-v-e7ec42ea]{cursor:pointer}.FruitUploaderContainer .FileMask__content .FileMask__actions i+i[data-v-e7ec42ea]{margin-left:16px}.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-e7ec42ea]{opacity:1}.FruitUploaderContainer .FileMask__title[data-v-e7ec42ea]{font-size:13px;line-height:1.2;max-height:64px;padding:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.FruitUploaderContainer .FileMask__meta[data-v-e7ec42ea]{position:absolute;bottom:26px;line-height:1.2;font-size:12px;color:#8590a6}.FruitUploader__tipItems[data-v-e7ec42ea]{line-height:1.2}.FruitUploader__tipItem[data-v-e7ec42ea]{font-size:13px;color:#8590a6}.FruitUploader__tipItem+.FruitUploader__tipItem[data-v-e7ec42ea]{margin-top:4px}.FruitUploader__tipItem--error[data-v-e7ec42ea]{color:#f1403c}
|
|
1
|
+
.annex-uploader .base-upload{width:120px;height:120px;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.annex-uploader .base-upload:hover{border-color:#409eff}.annex-uploader-icon{font-size:28px;color:#8c939d;width:120px;height:120px;display:flex!important;align-items:center;justify-content:center}[data-v-e7ec42ea]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.FruitUploaderContainer[data-v-e7ec42ea]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:6px}.FruitUploaderContainer .FruitUploader[data-v-e7ec42ea]{margin-bottom:10px}.FruitUploaderContainer .FruitUploader[data-v-e7ec42ea]:first-child{margin-right:10px}.FruitUploaderContainer .CoverMask[data-v-e7ec42ea]{width:120px;height:120px;position:absolute;background:#fff}.FruitUploaderContainer .CoverMask img[data-v-e7ec42ea]{border-radius:4px;cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-e7ec42ea]{width:120px;height:120px;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .3s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.FruitUploaderContainer .CoverMask .CoverMask__actions i[data-v-e7ec42ea]{cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions i+i[data-v-e7ec42ea]{margin-left:16px}.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-e7ec42ea]{opacity:1}.FruitUploaderContainer .FileMask[data-v-e7ec42ea]{width:120px;height:120px;background:#f3f5f8;border-radius:4px;margin-right:10px;margin-bottom:10px}.FruitUploaderContainer .FileMask.is-active[data-v-e7ec42ea]{background-color:transparent}.FruitUploaderContainer .FileMask__content[data-v-e7ec42ea]{width:100%;height:100%;padding:10px;position:relative}.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-e7ec42ea]{width:120px;height:120px;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}.FruitUploaderContainer .FileMask__content .FileMask__actions i[data-v-e7ec42ea]{cursor:pointer}.FruitUploaderContainer .FileMask__content .FileMask__actions i+i[data-v-e7ec42ea]{margin-left:16px}.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-e7ec42ea]{opacity:1}.FruitUploaderContainer .FileMask__title[data-v-e7ec42ea]{font-size:13px;line-height:1.2;max-height:64px;padding:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.FruitUploaderContainer .FileMask__meta[data-v-e7ec42ea]{position:absolute;bottom:26px;line-height:1.2;font-size:12px;color:#8590a6}.FruitUploader__tipItems[data-v-e7ec42ea]{line-height:1.2}.FruitUploader__tipItem[data-v-e7ec42ea]{font-size:13px;color:#8590a6}.FruitUploader__tipItem+.FruitUploader__tipItem[data-v-e7ec42ea]{margin-top:4px}.FruitUploader__tipItem--error[data-v-e7ec42ea]{color:#f1403c}
|
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,4 +1,50 @@
|
|
|
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 .base-dialog__body {
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
19
|
+
.AppDialog .base-dialog__header {
|
|
20
|
+
padding: 0;
|
|
21
|
+
}
|
|
22
|
+
.AppDialog .base-dialog__body {
|
|
23
|
+
padding: 0;
|
|
24
|
+
}
|
|
25
|
+
.AppDialog--fullPage {
|
|
26
|
+
height: 100vh;
|
|
27
|
+
}
|
|
28
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
29
|
+
height: 100%;
|
|
30
|
+
}
|
|
31
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
32
|
+
height: 100vh;
|
|
33
|
+
overflow: visible;
|
|
34
|
+
}
|
|
35
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
36
|
+
height: 100%;
|
|
37
|
+
}
|
|
38
|
+
.Modal__closeButton {
|
|
39
|
+
position: absolute;
|
|
40
|
+
top: 8px;
|
|
41
|
+
right: -60px;
|
|
42
|
+
padding: 12px;
|
|
43
|
+
}
|
|
44
|
+
.Modal__closeIcon {
|
|
45
|
+
vertical-align: top;
|
|
46
|
+
fill: #FFF;
|
|
47
|
+
}
|
|
2
48
|
|
|
3
49
|
|
|
4
50
|
|
|
@@ -116,50 +162,4 @@
|
|
|
116
162
|
.AppDialog__subtitle--left[data-v-72b401b4] {
|
|
117
163
|
padding: 0 16px;
|
|
118
164
|
}
|
|
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 .base-dialog__body {
|
|
135
|
-
height: 100%;
|
|
136
|
-
}
|
|
137
|
-
.AppDialog .base-dialog__header {
|
|
138
|
-
padding: 0;
|
|
139
|
-
}
|
|
140
|
-
.AppDialog .base-dialog__body {
|
|
141
|
-
padding: 0;
|
|
142
|
-
}
|
|
143
|
-
.AppDialog--fullPage {
|
|
144
|
-
height: 100vh;
|
|
145
|
-
}
|
|
146
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
147
|
-
height: 100%;
|
|
148
|
-
}
|
|
149
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
150
|
-
height: 100vh;
|
|
151
|
-
overflow: visible;
|
|
152
|
-
}
|
|
153
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
154
|
-
height: 100%;
|
|
155
|
-
}
|
|
156
|
-
.Modal__closeButton {
|
|
157
|
-
position: absolute;
|
|
158
|
-
top: 8px;
|
|
159
|
-
right: -60px;
|
|
160
|
-
padding: 12px;
|
|
161
|
-
}
|
|
162
|
-
.Modal__closeIcon {
|
|
163
|
-
vertical-align: top;
|
|
164
|
-
fill: #FFF;
|
|
165
165
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-72b401b4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-72b401b4]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-72b401b4]{padding:10px 20px 20px}.AppDialog__title[data-v-72b401b4]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-72b401b4]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-72b401b4]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-72b401b4]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-72b401b4]{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 .base-dialog__body{height:100%}.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-72b401b4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-72b401b4]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-72b401b4]{padding:10px 20px 20px}.AppDialog__title[data-v-72b401b4]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-72b401b4]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-72b401b4]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-72b401b4]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 16px}}
|
package/dist/css/Cover.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
|
|
@@ -112,5 +114,4 @@
|
|
|
112
114
|
.avatar[data-v-b7afb416] {
|
|
113
115
|
width: 314px;
|
|
114
116
|
height: 130px;
|
|
115
|
-
}
|
|
116
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
117
|
+
}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{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-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|
|
1
|
+
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{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-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|
package/dist/css/index.css
CHANGED
|
@@ -23000,6 +23000,236 @@
|
|
|
23000
23000
|
|
|
23001
23001
|
|
|
23002
23002
|
|
|
23003
|
+
|
|
23004
|
+
|
|
23005
|
+
|
|
23006
|
+
|
|
23007
|
+
|
|
23008
|
+
|
|
23009
|
+
|
|
23010
|
+
|
|
23011
|
+
|
|
23012
|
+
|
|
23013
|
+
|
|
23014
|
+
|
|
23015
|
+
|
|
23016
|
+
|
|
23017
|
+
|
|
23018
|
+
|
|
23019
|
+
|
|
23020
|
+
|
|
23021
|
+
|
|
23022
|
+
|
|
23023
|
+
|
|
23024
|
+
.base-notification {
|
|
23025
|
+
display: flex;
|
|
23026
|
+
width: 330px;
|
|
23027
|
+
padding: 14px 26px 14px 13px;
|
|
23028
|
+
border-radius: 8px;
|
|
23029
|
+
box-sizing: border-box;
|
|
23030
|
+
border: 1px solid #EBEEF5;
|
|
23031
|
+
position: fixed;
|
|
23032
|
+
background-color: #FFFFFF;
|
|
23033
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
23034
|
+
transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s;
|
|
23035
|
+
overflow: hidden;
|
|
23036
|
+
}
|
|
23037
|
+
.base-notification.right {
|
|
23038
|
+
right: 16px;
|
|
23039
|
+
}
|
|
23040
|
+
.base-notification.left {
|
|
23041
|
+
left: 16px;
|
|
23042
|
+
}
|
|
23043
|
+
.base-notification__group {
|
|
23044
|
+
margin-left: 13px;
|
|
23045
|
+
margin-right: 8px;
|
|
23046
|
+
}
|
|
23047
|
+
.base-notification__title {
|
|
23048
|
+
font-weight: bold;
|
|
23049
|
+
font-size: 16px;
|
|
23050
|
+
color: #121212;
|
|
23051
|
+
margin: 0;
|
|
23052
|
+
}
|
|
23053
|
+
.base-notification__content {
|
|
23054
|
+
font-size: 14px;
|
|
23055
|
+
line-height: 21px;
|
|
23056
|
+
margin: 6px 0 0 0;
|
|
23057
|
+
color: #646464;
|
|
23058
|
+
text-align: justify;
|
|
23059
|
+
}
|
|
23060
|
+
.base-notification__content p {
|
|
23061
|
+
margin: 0;
|
|
23062
|
+
}
|
|
23063
|
+
.base-notification__icon {
|
|
23064
|
+
height: 24px;
|
|
23065
|
+
width: 24px;
|
|
23066
|
+
font-size: 24px;
|
|
23067
|
+
}
|
|
23068
|
+
.base-notification__closeBtn {
|
|
23069
|
+
position: absolute;
|
|
23070
|
+
top: 18px;
|
|
23071
|
+
right: 15px;
|
|
23072
|
+
cursor: pointer;
|
|
23073
|
+
color: #8590a6;
|
|
23074
|
+
font-size: 16px;
|
|
23075
|
+
}
|
|
23076
|
+
.base-notification__closeBtn:hover {
|
|
23077
|
+
color: #646464;
|
|
23078
|
+
}
|
|
23079
|
+
.base-notification .base-icon-success {
|
|
23080
|
+
color: #67C23A;
|
|
23081
|
+
}
|
|
23082
|
+
.base-notification .base-icon-error {
|
|
23083
|
+
color: #F1403C;
|
|
23084
|
+
}
|
|
23085
|
+
.base-notification .base-icon-info {
|
|
23086
|
+
color: #8590a6;
|
|
23087
|
+
}
|
|
23088
|
+
.base-notification .base-icon-warning {
|
|
23089
|
+
color: #FF791A;
|
|
23090
|
+
}
|
|
23091
|
+
.base-notification-fade-enter.right {
|
|
23092
|
+
right: 0;
|
|
23093
|
+
transform: translateX(100%);
|
|
23094
|
+
}
|
|
23095
|
+
.base-notification-fade-enter.left {
|
|
23096
|
+
left: 0;
|
|
23097
|
+
transform: translateX(-100%);
|
|
23098
|
+
}
|
|
23099
|
+
.base-notification-fade-leave-active {
|
|
23100
|
+
opacity: 0;
|
|
23101
|
+
}
|
|
23102
|
+
|
|
23103
|
+
|
|
23104
|
+
|
|
23105
|
+
|
|
23106
|
+
|
|
23107
|
+
|
|
23108
|
+
|
|
23109
|
+
|
|
23110
|
+
|
|
23111
|
+
|
|
23112
|
+
|
|
23113
|
+
:export {
|
|
23114
|
+
primary: #2F3A91;
|
|
23115
|
+
success: #67C23A;
|
|
23116
|
+
warning: #FF791A;
|
|
23117
|
+
danger: #F1403C;
|
|
23118
|
+
info: #8590a6;
|
|
23119
|
+
}
|
|
23120
|
+
|
|
23121
|
+
|
|
23122
|
+
|
|
23123
|
+
|
|
23124
|
+
|
|
23125
|
+
|
|
23126
|
+
|
|
23127
|
+
|
|
23128
|
+
|
|
23129
|
+
|
|
23130
|
+
|
|
23131
|
+
|
|
23132
|
+
|
|
23133
|
+
|
|
23134
|
+
|
|
23135
|
+
|
|
23136
|
+
|
|
23137
|
+
|
|
23138
|
+
|
|
23139
|
+
|
|
23140
|
+
|
|
23141
|
+
|
|
23142
|
+
|
|
23143
|
+
|
|
23144
|
+
|
|
23145
|
+
|
|
23146
|
+
|
|
23147
|
+
|
|
23148
|
+
|
|
23149
|
+
|
|
23150
|
+
|
|
23151
|
+
|
|
23152
|
+
|
|
23153
|
+
|
|
23154
|
+
|
|
23155
|
+
|
|
23156
|
+
|
|
23157
|
+
|
|
23158
|
+
|
|
23159
|
+
|
|
23160
|
+
|
|
23161
|
+
|
|
23162
|
+
|
|
23163
|
+
|
|
23164
|
+
|
|
23165
|
+
|
|
23166
|
+
|
|
23167
|
+
|
|
23168
|
+
|
|
23169
|
+
|
|
23170
|
+
|
|
23171
|
+
|
|
23172
|
+
|
|
23173
|
+
|
|
23174
|
+
|
|
23175
|
+
|
|
23176
|
+
|
|
23177
|
+
|
|
23178
|
+
|
|
23179
|
+
|
|
23180
|
+
|
|
23181
|
+
|
|
23182
|
+
|
|
23183
|
+
|
|
23184
|
+
|
|
23185
|
+
|
|
23186
|
+
|
|
23187
|
+
|
|
23188
|
+
|
|
23189
|
+
|
|
23190
|
+
|
|
23191
|
+
:export {
|
|
23192
|
+
primary: #2F3A91;
|
|
23193
|
+
success: #67C23A;
|
|
23194
|
+
warning: #FF791A;
|
|
23195
|
+
danger: #F1403C;
|
|
23196
|
+
info: #8590a6;
|
|
23197
|
+
}
|
|
23198
|
+
|
|
23199
|
+
|
|
23200
|
+
|
|
23201
|
+
|
|
23202
|
+
|
|
23203
|
+
|
|
23204
|
+
|
|
23205
|
+
|
|
23206
|
+
|
|
23207
|
+
|
|
23208
|
+
|
|
23209
|
+
|
|
23210
|
+
|
|
23211
|
+
|
|
23212
|
+
|
|
23213
|
+
|
|
23214
|
+
|
|
23215
|
+
|
|
23216
|
+
|
|
23217
|
+
|
|
23218
|
+
|
|
23219
|
+
|
|
23220
|
+
|
|
23221
|
+
|
|
23222
|
+
|
|
23223
|
+
|
|
23224
|
+
|
|
23225
|
+
|
|
23226
|
+
|
|
23227
|
+
|
|
23228
|
+
|
|
23229
|
+
|
|
23230
|
+
|
|
23231
|
+
|
|
23232
|
+
|
|
23003
23233
|
|
|
23004
23234
|
|
|
23005
23235
|
|