askbot-dragon 1.6.63-beta → 1.6.64-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.63-beta",
3
+ "version": "1.6.64-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -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;
@@ -357,9 +357,9 @@ export default {
357
357
  // console.log('height',height,preCon)
358
358
  // }
359
359
  // }
360
- let intelligentSummary = document.getElementById('intelligentSummary');
361
- let height = intelligentSummary.offsetHeight
362
- this.pdfStyle.height = 'calc(100% - ' + height + 'px)'
360
+ // let intelligentSummary = document.getElementById('intelligentSummary');
361
+ // let height = intelligentSummary.offsetHeight
362
+ // this.pdfStyle.height = 'calc(100% - ' + height + 'px)'
363
363
  })
364
364
  },
365
365
  getTextWatermark(){