askbot-dragon 1.6.63-beta → 1.6.65-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.
@@ -34,7 +34,7 @@
34
34
  </div> -->
35
35
 
36
36
  <!-- <text-message :text="text" @submitClick="submitClick"></text-message> -->
37
- <answer-docknowledge :isAskLightning="2" :msg="answerDocknowledge"></answer-docknowledge>
37
+ <answer-docknowledge :isAskLightning="2" :msg="answerDocknowledge" :isLiBang="false"></answer-docknowledge>
38
38
  <welcomeSuggest :msg="welcomeSuggest"></welcomeSuggest>
39
39
  <!-- <voice-component @closeVoice="closeVoice">
40
40
  <div slot="voiceTip">
@@ -219,6 +219,7 @@ export default {
219
219
  top: 60px;
220
220
  left: 16px;
221
221
  width: calc(100% - 32px);
222
+ box-shadow: 0 0 10px rgba(0,0,0,.12);
222
223
  .summaryContent {
223
224
  max-height: 30vh;
224
225
  overflow-y: auto;
@@ -1042,7 +1042,7 @@ export default {
1042
1042
  // res.data = {"data":[{"id":"6475eab868110215ab821a80","knowledgeId":"6475e7eac724c54c46cbfa2d","mainId":"5ecf2fcd704541149201ab9c1c31162d","page":0,"total":1,"pageHeight":0.0,"pageWidth":0.0,"publicPageFileUrl":"https://askbot-pdf-all.oss-cn-zhangjiakou.aliyuncs.com/5ecf2fcd704541149201ab9c1c31162d/2023/05/30/08/23/20/6475eab63339db423f26b196/0.html","extractInfo":{"location":null,"content":"产品:系统配置,产品型号:存储,VX30:4G+16G,VX50:16G+256G","lines":null,"tagId":"6475eab868110215ab821a80"}}],"code":"0","msg":null,"traceId":null}
1043
1043
  // res.data = {"data":[{"id":"6475e9393339db423f26af01","knowledgeId":"6475e44fc724c54c46cbfa21","mainId":"5ecf2fcd704541149201ab9c1c31162d","page":2,"total":2,"pageHeight":510.25,"pageWidth":1559.05,"publicPageFileUrl":"https://askbot-pdf-all.oss-cn-zhangjiakou.aliyuncs.com/5ecf2fcd704541149201ab9c1c31162d/2023/05/30/08/00/29/6475e55d3339db423f26a9b8/2.pdf","extractInfo":{"location":[327.70532,288.0498,414.9734,12.241608],"content":"三、指示灯状态说明1.白色常亮:开机/开机中2.红色常亮:待机3.白色呼吸:息屏4.红色闪烁:升级1.LAN:通过网线连接到主机的Camera端口2.电源开关:电源切换开关","lines":[{"content":"三、指示灯状态说明","location":[634.3203,288.0498,108.3584,12.0]},{"content":"1.白色常亮:开机/开机中","location":[634.3203,320.08978,108.23407,9.0]},{"content":"2.红色常亮:待机","location":[634.3204,341.3298,78.597046,9.0]},{"content":"3.白色呼吸:息屏","location":[634.32043,362.45282,78.597046,9.0]},{"content":"4.红色闪烁:升级","location":[634.3205,383.6928,78.597046,9.0]},{"content":"1.LAN:通过网线连接到主机的","location":[327.70535,291.2914,144.35995,9.0]},{"content":"Camera端口","location":[327.70532,306.88843,55.322998,9.0]},{"content":"2.电源开关:电源切换开关","location":[482.74832,291.2914,105.36301,9.0]}],"tagId":null}}],"code":"0","msg":null,"traceId":null}
1044
1044
  // if(value.length === 1) {
1045
- // this.$refs.pdfView.style.height = 'calc(100% - 50px)'
1045
+ // this.$refs.pdfView.style.height = 'calc(100% - 50px)'
1046
1046
  // }
1047
1047
  // res.data = {
1048
1048
  // "data": [
@@ -1217,7 +1217,7 @@ export default {
1217
1217
  "Content-Type": "application/json",
1218
1218
  },
1219
1219
  }).then(res => {
1220
- // 使用原声请求方式 axios会带有不需要的请求头
1220
+ // 使用原声请求方式 axios会带有不需要的请求头
1221
1221
  let xhr = new XMLHttpRequest();
1222
1222
  xhr.open('GET', res.data || res.bodyText, true);
1223
1223
  // 定义请求完成的处理函数,请求前也可以增加加载框/禁用下载按钮逻辑
@@ -1281,10 +1281,6 @@ export default {
1281
1281
  background-color: #f5f7fb;
1282
1282
  // margin-bottom: 60px;
1283
1283
  box-sizing: border-box;
1284
- background-image: url('https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/images/loading.gif');
1285
- background-position: center;
1286
- background-size: 50px;
1287
- background-repeat: no-repeat;
1288
1284
  // position: relative;
1289
1285
  // > div {
1290
1286
  // width: 100%;
@@ -1507,4 +1503,4 @@ export default {
1507
1503
  100% {
1508
1504
  background: rgba(255, 136, 0, 0.3);
1509
1505
  }
1510
- }</style>
1506
+ }</style>