vue2-client 1.20.31 → 1.20.32

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": "vue2-client",
3
- "version": "1.20.31",
3
+ "version": "1.20.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -312,6 +312,10 @@ export default {
312
312
  <style lang="less" scoped>
313
313
  .x-markdown-section-extractor {
314
314
  display: block;
315
+ width: 100%;
316
+ max-height: 599px;
317
+ overflow-y: auto;
318
+ overflow-x: hidden;
315
319
  }
316
320
 
317
321
  .extractor-header {
@@ -214,7 +214,7 @@ export default {
214
214
  <style lang="less" scoped>
215
215
  .x-markdown-viewer {
216
216
  width: 100%;
217
- max-height: 500px;
217
+ max-height: 499px;
218
218
  overflow-y: auto;
219
219
  overflow-x: hidden;
220
220
  }