@zkwq/business 0.0.57 → 0.0.58

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.
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- [data-v-823caec6]:export {
12
+ [data-v-cb382cc4]:export {
13
13
  primary: #2F3A91;
14
14
  success: #67C23A;
15
15
  warning: #FF791A;
@@ -72,7 +72,7 @@
72
72
 
73
73
 
74
74
 
75
- .aggs_item[data-v-823caec6] {
75
+ .aggs_item[data-v-cb382cc4] {
76
76
  width: 100%;
77
77
  height: auto;
78
78
  overflow: hidden;
@@ -81,12 +81,12 @@
81
81
  padding-bottom: 12px;
82
82
  border-bottom: 1px solid #DCDFE6;
83
83
  }
84
- .aggs_item .name[data-v-823caec6] {
84
+ .aggs_item .name[data-v-cb382cc4] {
85
85
  width: 100px;
86
86
  color: #8590a6;
87
87
  padding: 2px 8px;
88
88
  }
89
- .aggs_item .item[data-v-823caec6] {
89
+ .aggs_item .item[data-v-cb382cc4] {
90
90
  flex: 1;
91
91
  height: auto;
92
92
  overflow: hidden;
@@ -94,23 +94,23 @@
94
94
  flex-direction: row;
95
95
  flex-wrap: wrap;
96
96
  }
97
- .aggs_item .item li[data-v-823caec6] {
97
+ .aggs_item .item li[data-v-cb382cc4] {
98
98
  padding: 2px 8px;
99
99
  cursor: pointer;
100
100
  margin: 0px 8px;
101
101
  margin-bottom: 4px;
102
102
  }
103
- .aggs_item .item li[data-v-823caec6]:hover {
103
+ .aggs_item .item li[data-v-cb382cc4]:hover {
104
104
  background: #6d75b2;
105
105
  color: white;
106
106
  border-radius: 4px;
107
107
  }
108
- .aggs_item .item .selected[data-v-823caec6] {
108
+ .aggs_item .item .selected[data-v-cb382cc4] {
109
109
  background: #6d75b2;
110
110
  color: white;
111
111
  border-radius: 4px;
112
112
  }
113
- .aggs_item .more[data-v-823caec6] {
113
+ .aggs_item .more[data-v-cb382cc4] {
114
114
  width: 50px;
115
115
  height: auto;
116
116
  overflow: hidden;
@@ -1 +1 @@
1
- [data-v-823caec6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.aggs_item[data-v-823caec6]{width:100%;height:auto;overflow:hidden;display:flex;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #dcdfe6}.aggs_item .name[data-v-823caec6]{width:100px;color:#8590a6;padding:2px 8px}.aggs_item .item[data-v-823caec6]{flex:1;height:auto;overflow:hidden;display:flex;flex-direction:row;flex-wrap:wrap}.aggs_item .item li[data-v-823caec6]{padding:2px 8px;cursor:pointer;margin:0 8px;margin-bottom:4px}.aggs_item .item li[data-v-823caec6]:hover{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .item .selected[data-v-823caec6]{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .more[data-v-823caec6]{width:50px;height:auto;overflow:hidden;text-align:center;color:#2f3a91;cursor:pointer;padding-top:4px}
1
+ [data-v-cb382cc4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.aggs_item[data-v-cb382cc4]{width:100%;height:auto;overflow:hidden;display:flex;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #dcdfe6}.aggs_item .name[data-v-cb382cc4]{width:100px;color:#8590a6;padding:2px 8px}.aggs_item .item[data-v-cb382cc4]{flex:1;height:auto;overflow:hidden;display:flex;flex-direction:row;flex-wrap:wrap}.aggs_item .item li[data-v-cb382cc4]{padding:2px 8px;cursor:pointer;margin:0 8px;margin-bottom:4px}.aggs_item .item li[data-v-cb382cc4]:hover{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .item .selected[data-v-cb382cc4]{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .more[data-v-cb382cc4]{width:50px;height:auto;overflow:hidden;text-align:center;color:#2f3a91;cursor:pointer;padding-top:4px}
@@ -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-086ca00a] {
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-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}
1
+ .avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[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}