@witlink/usercenter 1.2.27 → 1.2.29
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/usercenter.es.js +15 -6
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
- package/version.md +2 -0
package/dist/usercenter.es.js
CHANGED
@@ -9860,8 +9860,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
9860
9860
|
createVNode(_component_uc_pick_date, {
|
9861
9861
|
value: form.birthday,
|
9862
9862
|
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => form.birthday = $event)
|
9863
|
-
}, null, 8, ["value"])
|
9864
|
-
createCommentVNode(' <a-date-picker v-model:value="form.birthday" /> ')
|
9863
|
+
}, null, 8, ["value"])
|
9865
9864
|
]),
|
9866
9865
|
_: 1
|
9867
9866
|
}, 8, ["label"])
|
@@ -12180,7 +12179,12 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
12180
12179
|
const imageUrl = ref("");
|
12181
12180
|
const formItemLayout = {
|
12182
12181
|
labelCol: {
|
12183
|
-
span: 6
|
12182
|
+
span: 6,
|
12183
|
+
style: {
|
12184
|
+
"white-space": "normal",
|
12185
|
+
"word-break": "normal",
|
12186
|
+
"text-align": "right"
|
12187
|
+
}
|
12184
12188
|
},
|
12185
12189
|
wrapperCol: {
|
12186
12190
|
span: 18
|
@@ -12219,8 +12223,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
12219
12223
|
return false;
|
12220
12224
|
}
|
12221
12225
|
formData.fileName = file;
|
12222
|
-
getBase64(file, (
|
12223
|
-
|
12226
|
+
getBase64(file, (url) => {
|
12227
|
+
imageUrl.value = url;
|
12224
12228
|
});
|
12225
12229
|
return false;
|
12226
12230
|
};
|
@@ -12371,7 +12375,12 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
12371
12375
|
const dataSource = ref([]);
|
12372
12376
|
const formItemLayout = {
|
12373
12377
|
labelCol: {
|
12374
|
-
span: 6
|
12378
|
+
span: 6,
|
12379
|
+
style: {
|
12380
|
+
"white-space": "normal",
|
12381
|
+
"word-break": "normal",
|
12382
|
+
"text-align": "right"
|
12383
|
+
}
|
12375
12384
|
},
|
12376
12385
|
wrapperCol: {
|
12377
12386
|
span: 18
|