@cmstops/pro-compo 3.9.2-alpha.14 → 3.9.2-alpha.15
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.
|
@@ -290,7 +290,9 @@ const _sfc_main = defineComponent({
|
|
|
290
290
|
res.message.map((item) => ({
|
|
291
291
|
...item,
|
|
292
292
|
isLeaf: true,
|
|
293
|
-
key: item.id
|
|
293
|
+
key: item.id,
|
|
294
|
+
parentName: record.title,
|
|
295
|
+
parentId: record.id
|
|
294
296
|
}))
|
|
295
297
|
);
|
|
296
298
|
}, 2e3);
|
|
@@ -433,5 +435,5 @@ const _sfc_main = defineComponent({
|
|
|
433
435
|
};
|
|
434
436
|
}
|
|
435
437
|
});
|
|
436
|
-
var ViewAllColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
438
|
+
var ViewAllColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9b59a360"]]);
|
|
437
439
|
export { ViewAllColumn as default };
|
package/es/style.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.pic-thumb-img[data-v-
|
|
1
|
+
.pic-thumb-img[data-v-9b59a360] {
|
|
2
2
|
width: 80px;
|
|
3
3
|
height: 80px;
|
|
4
4
|
object-fit: cover;
|
|
5
5
|
border-radius: 4px;
|
|
6
6
|
}
|
|
7
|
-
.pic-thumb-img.placeholder[data-v-
|
|
7
|
+
.pic-thumb-img.placeholder[data-v-9b59a360] {
|
|
8
8
|
background-color: #f5f5f5;
|
|
9
9
|
display: flex;
|
|
10
10
|
align-items: center;
|
|
11
11
|
justify-content: center;
|
|
12
12
|
}
|
|
13
|
-
.pic-thumb-img.placeholder .placeholder-text[data-v-
|
|
13
|
+
.pic-thumb-img.placeholder .placeholder-text[data-v-9b59a360] {
|
|
14
14
|
color: #999;
|
|
15
15
|
font-size: 12px;
|
|
16
16
|
}
|
|
@@ -291,7 +291,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
291
291
|
res.message.map((item) => ({
|
|
292
292
|
...item,
|
|
293
293
|
isLeaf: true,
|
|
294
|
-
key: item.id
|
|
294
|
+
key: item.id,
|
|
295
|
+
parentName: record.title,
|
|
296
|
+
parentId: record.id
|
|
295
297
|
}))
|
|
296
298
|
);
|
|
297
299
|
}, 2e3);
|
|
@@ -434,5 +436,5 @@ const _sfc_main = vue.defineComponent({
|
|
|
434
436
|
};
|
|
435
437
|
}
|
|
436
438
|
});
|
|
437
|
-
var ViewAllColumn = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["__scopeId", "data-v-
|
|
439
|
+
var ViewAllColumn = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["__scopeId", "data-v-9b59a360"]]);
|
|
438
440
|
module.exports = ViewAllColumn;
|