@zkwq/business 0.0.72 → 0.0.73

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}
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- [data-v-bf37dea6]:export {
12
+ [data-v-4b5a858c]: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-bf37dea6] + .base-form-item__error.is-required {
75
+ .Author__warp[data-v-4b5a858c] + .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-bf37dea6] {
82
+ .Author__warp[data-v-4b5a858c] {
83
83
  width: 100%;
84
84
  height: auto;
85
85
  overflow: hidden;
86
86
  }
87
- .Form__item[data-v-bf37dea6] {
87
+ .Form__item[data-v-4b5a858c] {
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-bf37dea6] {
94
+ .Form__author[data-v-4b5a858c] {
95
95
  position: relative;
96
96
  margin-right: 16px;
97
97
  width: 100%;
98
98
  }
99
- .FormItem__tip[data-v-bf37dea6] {
99
+ .FormItem__tip[data-v-4b5a858c] {
100
100
  position: absolute;
101
101
  top: 40px;
102
102
  color: #8590a6;
103
103
  }
104
- .Author__list[data-v-bf37dea6] {
104
+ .Author__list[data-v-4b5a858c] {
105
105
  width: auto;
106
106
  overflow: hidden;
107
107
  margin: 8px;
@@ -112,24 +112,24 @@
112
112
  flex-wrap: wrap;
113
113
  gap: 8px;
114
114
  }
115
- .Author__list *[data-v-bf37dea6] {
115
+ .Author__list *[data-v-4b5a858c] {
116
116
  line-height: 30px;
117
117
  }
118
- .Author__list[data-v-bf37dea6]:hover {
118
+ .Author__list[data-v-4b5a858c]:hover {
119
119
  background-color: #f6f6f6;
120
120
  border-radius: 4px;
121
121
  }
122
- .Author__list--contro[data-v-bf37dea6] {
122
+ .Author__list--contro[data-v-4b5a858c] {
123
123
  width: auto;
124
124
  display: flex;
125
125
  justify-content: space-between;
126
126
  }
127
- .Author__list--contro span[data-v-bf37dea6] {
127
+ .Author__list--contro span[data-v-4b5a858c] {
128
128
  cursor: pointer;
129
129
  }
130
- .add_author[data-v-bf37dea6] {
130
+ .add_author[data-v-4b5a858c] {
131
131
  cursor: pointer;
132
132
  }
133
- .add_author[data-v-bf37dea6]:hover {
133
+ .add_author[data-v-4b5a858c]:hover {
134
134
  color: #2F3A91;
135
135
  }
@@ -1 +1 @@
1
- [data-v-bf37dea6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-bf37dea6]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-bf37dea6]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-bf37dea6]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-bf37dea6]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-bf37dea6]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-bf37dea6]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-bf37dea6]{line-height:30px}.Author__list[data-v-bf37dea6]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-bf37dea6]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-bf37dea6]{cursor:pointer}.add_author[data-v-bf37dea6]{cursor:pointer}.add_author[data-v-bf37dea6]:hover{color:#2f3a91}
1
+ [data-v-4b5a858c]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-4b5a858c]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-4b5a858c]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-4b5a858c]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-4b5a858c]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-4b5a858c]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-4b5a858c]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-4b5a858c]{line-height:30px}.Author__list[data-v-4b5a858c]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-4b5a858c]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-4b5a858c]{cursor:pointer}.add_author[data-v-4b5a858c]{cursor:pointer}.add_author[data-v-4b5a858c]:hover{color:#2f3a91}
@@ -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}