askbot-dragon 1.5.99 → 1.6.11
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
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
<div v-for="(item, itemIndex) in msg.content.list" :key="itemIndex" class="ad-list-cell-recognition">
|
|
80
80
|
<div class="alc-source-name" @click="lookAttach(item.url, item, $event)">
|
|
81
81
|
<img class="alc-title-icon" height="18px" width="18px" :src="getIconSrc(item)" alt srcset />
|
|
82
|
-
<span class="alc-title-from">{{ item.from }}</span
|
|
82
|
+
<span class="alc-title-from">{{ item.from }}</span>
|
|
83
83
|
<div v-show="docSource[item.source]" class="upload-source">
|
|
84
|
-
{{ docSource[item.source] }}
|
|
84
|
+
-{{ docSource[item.source] }}
|
|
85
85
|
</div>
|
|
86
86
|
<i class="iconfont guoran-right"></i>
|
|
87
87
|
</div>
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
<div class="libang_list_cell_left" >
|
|
150
150
|
<div class="libang_source_name" >
|
|
151
151
|
<img class="libang_title_icon" height="18px" width="18px" :src="getIconSrc(item)" alt srcset />
|
|
152
|
-
<span class="libang_title_from">{{ item.from }}</span
|
|
152
|
+
<span class="libang_title_from">{{ item.from }}</span>
|
|
153
153
|
<div v-show="docSource[item.source]" class="upload_source">
|
|
154
|
-
{{ docSource[item.source] }}
|
|
154
|
+
-{{ docSource[item.source] }}
|
|
155
155
|
</div>
|
|
156
156
|
</div>
|
|
157
157
|
<div class="libang_source_floder" @click.stop="clickFloder(item)">
|
|
@@ -761,6 +761,9 @@ export default {
|
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
.ad-list-cell-recognition {
|
|
764
|
+
max-width: 270px;
|
|
765
|
+
margin-right: 12px;
|
|
766
|
+
font-size: 12px;
|
|
764
767
|
.alc-source-name {
|
|
765
768
|
flex: none;
|
|
766
769
|
padding: 3px;
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
/deep/ul {
|
|
121
121
|
margin-bottom: 16px;
|
|
122
122
|
list-style: disc;
|
|
123
|
-
padding-left:
|
|
123
|
+
padding-left: 16px;
|
|
124
124
|
|
|
125
125
|
li {
|
|
126
126
|
margin: 7px 0 !important;
|
|
@@ -132,7 +132,7 @@ export default {
|
|
|
132
132
|
|
|
133
133
|
/deep/ ol {
|
|
134
134
|
list-style: auto;
|
|
135
|
-
padding-left:
|
|
135
|
+
padding-left: 16px;
|
|
136
136
|
|
|
137
137
|
li {
|
|
138
138
|
margin: 7px 0 !important;
|