askbot-dragon 1.6.67-beta → 1.6.68-beta

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.6.67-beta",
3
+ "version": "1.6.68-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -141,8 +141,8 @@
141
141
  <template v-if="msg.content.type == 0">
142
142
  <div v-for="(item, itemIndex) in msg.content.list" :key="itemIndex"
143
143
  class="libang_list_cell_recognition">
144
- <div class="libang_list_cell_left">
145
- <div class="libang_source_name" @click="lookAttach(item.url, item, $event)">
144
+ <div class="libang_list_cell_left" @click="lookAttach(item.url, item, $event)">
145
+ <div class="libang_source_name" >
146
146
  <img class="libang_title_icon" height="18px" width="18px" :src="getIconSrc(item)" alt srcset />
147
147
  <span class="libang_title_from">{{ item.from }}</span>&nbsp;-&nbsp;
148
148
  <div v-show="docSource[item.source]" class="upload_source">
@@ -1030,6 +1030,7 @@ export default {
1030
1030
  .libang_source_floder {
1031
1031
  max-width: calc(226px - 24px);
1032
1032
  margin-left: 24px;
1033
+ text-align: left;
1033
1034
  color: #366aff;
1034
1035
  overflow: hidden;
1035
1036
  text-overflow: ellipsis;