@zkwq/business 0.1.89 → 0.1.91
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/Cover.css +8 -8
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/index.css +10 -2
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +13 -5
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.umd.cjs +3 -3
- package/dist/index.umd.min.cjs +3 -3
- package/dist/scss/baseUI/style/date-picker/picker.scss +9 -2
- package/package.json +1 -1
package/dist/css/Cover.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
[data-v-
|
|
14
|
+
[data-v-e44c87b6]:export {
|
|
15
15
|
primary: #2F3A91;
|
|
16
16
|
success: #67C23A;
|
|
17
17
|
warning: #FF791A;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
.avatar-uploader[data-v-
|
|
78
|
+
.avatar-uploader[data-v-e44c87b6] {
|
|
79
79
|
width: 314px;
|
|
80
80
|
height: 130px;
|
|
81
81
|
border: 1px dashed #DCDFE6;
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
justify-content: center;
|
|
85
85
|
position: relative;
|
|
86
86
|
}
|
|
87
|
-
.avatar-uploader .FileMask__actions[data-v-
|
|
87
|
+
.avatar-uploader .FileMask__actions[data-v-e44c87b6] {
|
|
88
88
|
width: 100%;
|
|
89
89
|
height: 100%;
|
|
90
90
|
position: absolute;
|
|
@@ -100,19 +100,19 @@
|
|
|
100
100
|
justify-content: center;
|
|
101
101
|
font-size: 18px;
|
|
102
102
|
}
|
|
103
|
-
.avatar-uploader .FileMask__actions i[data-v-
|
|
103
|
+
.avatar-uploader .FileMask__actions i[data-v-e44c87b6] {
|
|
104
104
|
cursor: pointer;
|
|
105
105
|
}
|
|
106
|
-
.avatar-uploader .FileMask__actions i + i[data-v-
|
|
106
|
+
.avatar-uploader .FileMask__actions i + i[data-v-e44c87b6] {
|
|
107
107
|
margin-left: 16px;
|
|
108
108
|
}
|
|
109
|
-
.avatar-uploader:hover .FileMask__actions[data-v-
|
|
109
|
+
.avatar-uploader:hover .FileMask__actions[data-v-e44c87b6] {
|
|
110
110
|
opacity: 1;
|
|
111
111
|
}
|
|
112
|
-
.avatar-uploader-icon[data-v-
|
|
112
|
+
.avatar-uploader-icon[data-v-e44c87b6] {
|
|
113
113
|
font-size: 30px;
|
|
114
114
|
}
|
|
115
|
-
.avatar[data-v-
|
|
115
|
+
.avatar[data-v-e44c87b6] {
|
|
116
116
|
width: 314px;
|
|
117
117
|
height: 130px;
|
|
118
118
|
}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-
|
|
1
|
+
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-e44c87b6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-e44c87b6]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-e44c87b6]{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-e44c87b6]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-e44c87b6]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-e44c87b6]{opacity:1}.avatar-uploader-icon[data-v-e44c87b6]{font-size:30px}.avatar[data-v-e44c87b6]{width:314px;height:130px}
|
package/dist/css/index.css
CHANGED
|
@@ -26164,6 +26164,9 @@
|
|
|
26164
26164
|
position: relative;
|
|
26165
26165
|
display: inline-block;
|
|
26166
26166
|
text-align: left;
|
|
26167
|
+
border-bottom-style: solid !important;
|
|
26168
|
+
border-bottom-width: 1px !important;
|
|
26169
|
+
border-bottom-color: #DDDFE6 !important;
|
|
26167
26170
|
}
|
|
26168
26171
|
.base-date-editor.base-input, .base-date-editor.base-input__inner {
|
|
26169
26172
|
width: 220px;
|
|
@@ -26226,6 +26229,11 @@
|
|
|
26226
26229
|
float: right;
|
|
26227
26230
|
line-height: 32px;
|
|
26228
26231
|
}
|
|
26232
|
+
.base-range-editor {
|
|
26233
|
+
border-bottom-style: solid !important;
|
|
26234
|
+
border-bottom-width: 1px !important;
|
|
26235
|
+
border-bottom-color: #DDDFE6 !important;
|
|
26236
|
+
}
|
|
26229
26237
|
.base-range-editor.base-input__inner {
|
|
26230
26238
|
display: inline-flex;
|
|
26231
26239
|
align-items: center;
|
|
@@ -26235,10 +26243,10 @@
|
|
|
26235
26243
|
line-height: 1;
|
|
26236
26244
|
}
|
|
26237
26245
|
.base-range-editor.is-active {
|
|
26238
|
-
border-color: #2F3A91;
|
|
26246
|
+
border-color: #2F3A91 !important;
|
|
26239
26247
|
}
|
|
26240
26248
|
.base-range-editor.is-active:hover {
|
|
26241
|
-
border-color: #2F3A91;
|
|
26249
|
+
border-color: #2F3A91 !important;
|
|
26242
26250
|
}
|
|
26243
26251
|
.base-range-editor--medium.base-input__inner {
|
|
26244
26252
|
height: 36px;
|