askbot-dragon 1.6.46-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;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<span class="mmt-cell-des-detail" v-if="msgContent.enableRadioDesc">{{item.description}}</span>
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
|
22
|
-
<div v-if="msgContent.items.length % 2 != 0" class="booth_elements"></div>
|
|
22
|
+
<div v-if="msgContent.items.length % 2 != 0" class="mmt-cell booth_elements"></div>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
</template>
|
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
|
|
74
74
|
.mlwm-msg-type {
|
|
75
75
|
margin-top: 9px;
|
|
76
|
-
.mmt-cell
|
|
76
|
+
.mmt-cell {
|
|
77
77
|
flex: 1;
|
|
78
78
|
padding: 10px;
|
|
79
79
|
background: #f0f4ff;
|
|
@@ -133,6 +133,7 @@ export default {
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
.booth_elements {
|
|
136
|
+
background: #FFFFFF;
|
|
136
137
|
cursor: default !important;
|
|
137
138
|
}
|
|
138
139
|
}
|