askbot-dragon 1.1.20 → 1.1.22
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/package.json
CHANGED
|
@@ -125,6 +125,9 @@ export default {
|
|
|
125
125
|
}
|
|
126
126
|
this.msg.content.list.forEach(element => {
|
|
127
127
|
element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/' + this.imageObj[element.format] + '.png';
|
|
128
|
+
if ((element.format === "txt" || element.format === "html") && element.source === "WECHAT") {
|
|
129
|
+
element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/wechat.png';
|
|
130
|
+
}
|
|
128
131
|
});
|
|
129
132
|
},
|
|
130
133
|
mounted() {
|
|
@@ -239,6 +242,7 @@ export default {
|
|
|
239
242
|
}
|
|
240
243
|
.alc-title-from {
|
|
241
244
|
line-height: 22px;
|
|
245
|
+
word-break: break-all !important;
|
|
242
246
|
text-align: left;
|
|
243
247
|
flex: auto;
|
|
244
248
|
display: flex;
|