askbot-dragon 1.6.47-beta → 1.6.48-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.
|
|
3
|
+
"version": "1.6.48-beta",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"serve": "vue-cli-service serve",
|
|
6
6
|
"build": "vue-cli-service build",
|
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"vue": "^2.6.11",
|
|
21
21
|
"vue-resource": "^1.5.1",
|
|
22
22
|
"vue-video-player": "^5.0.2",
|
|
23
|
-
"weixin-js-sdk": "^1.6.0"
|
|
24
|
-
},
|
|
23
|
+
"weixin-js-sdk": "^1.6.0" },
|
|
25
24
|
"devDependencies": {
|
|
26
25
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
27
26
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
</span>
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
|
30
|
+
<div v-if="msgContent.knowledgeFileInfos.length % 2 != 0" class="mmt-cell booth_elements"></div>
|
|
30
31
|
<!-- v-if="msgContent.totalCount > msgContent.knowledgeFileInfos.length" -->
|
|
31
32
|
|
|
32
33
|
<div class="load_moreKnowledge" v-if="page < msgContent.totalPages" @click="loadMore">
|
|
@@ -300,6 +301,13 @@ export default {
|
|
|
300
301
|
}
|
|
301
302
|
}
|
|
302
303
|
}
|
|
304
|
+
.booth_elements {
|
|
305
|
+
padding: 0 10px;
|
|
306
|
+
margin-top: 0px;
|
|
307
|
+
margin-bottom: 0px;
|
|
308
|
+
background: #FFFFFF;
|
|
309
|
+
cursor: default !important;
|
|
310
|
+
}
|
|
303
311
|
.load_moreKnowledge {
|
|
304
312
|
width: 100%;
|
|
305
313
|
height: 40px;
|