@zkwq/business 0.0.64 → 0.0.65

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.
@@ -1,47 +1,4 @@
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
- }
1
+
45
2
 
46
3
 
47
4
 
@@ -159,4 +116,47 @@
159
116
  .AppDialog__subtitle--left[data-v-47783249] {
160
117
  padding: 0 16px;
161
118
  }
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
- .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}}
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}}.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}
@@ -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
+ }
@@ -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}.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
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}