@zkwq/business 0.1.41 → 0.1.43

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,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}}.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}
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}}
@@ -1,6 +1,4 @@
1
- .Author__custom--popper {
2
- min-width: 600px;
3
- }
1
+
4
2
 
5
3
 
6
4
 
@@ -85,4 +83,6 @@
85
83
  .FormItem__tip[data-v-714aa566] {
86
84
  margin-top: 12px;
87
85
  color: #8590a6;
86
+ }.Author__custom--popper {
87
+ min-width: 600px;
88
88
  }
@@ -1 +1 @@
1
- .Author__custom--popper{min-width:600px}[data-v-714aa566]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-714aa566]{width:100%}.Form__author[data-v-714aa566]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-714aa566]{margin-top:12px;color:#8590a6}
1
+ [data-v-714aa566]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-714aa566]{width:100%}.Form__author[data-v-714aa566]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-714aa566]{margin-top:12px;color:#8590a6}.Author__custom--popper{min-width:600px}
package/dist/index.js CHANGED
@@ -13598,14 +13598,14 @@ var _y = function() {
13598
13598
  }
13599
13599
  }, [s("div", {
13600
13600
  staticClass: "base-image-viewer__mask"
13601
- }), s("span", {
13601
+ }), e.closeButton ? s("span", {
13602
13602
  staticClass: "base-image-viewer__btn base-image-viewer__close",
13603
13603
  on: {
13604
13604
  click: e.hide
13605
13605
  }
13606
13606
  }, [s("i", {
13607
13607
  staticClass: "base-icon-close"
13608
- })]), e.isSingle ? e._e() : [s("span", {
13608
+ })]) : e._e(), e.isSingle ? e._e() : [s("span", {
13609
13609
  staticClass: "base-image-viewer__btn base-image-viewer__prev",
13610
13610
  class: {
13611
13611
  "is-disabled": !e.infinite && e.isFirst
@@ -13719,6 +13719,10 @@ const Ns = {
13719
13719
  initialIndex: {
13720
13720
  type: Number,
13721
13721
  default: 0
13722
+ },
13723
+ closeButton: {
13724
+ type: Boolean,
13725
+ default: !0
13722
13726
  }
13723
13727
  },
13724
13728
  data() {
@@ -33641,6 +33645,7 @@ export {
33641
33645
  u_ as Drawer,
33642
33646
  cd as Form,
33643
33647
  hd as FormItem,
33648
+ $y as ImageViewer,
33644
33649
  Fe as Input,
33645
33650
  VE as Institution,
33646
33651
  $S as InstitutionAvatar,