tianheng-ui 0.0.74 → 0.0.75

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.0.74",
4
+ "version": "0.0.75",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -510,12 +510,10 @@ export default {
510
510
  widgetFormData: {
511
511
  deep: true,
512
512
  handler: function(val) {
513
- console.log("widgetFormData =>", val);
514
513
  this.$emit("update:data", val);
515
514
  }
516
515
  },
517
516
  data(val) {
518
- console.log("data =>", val);
519
517
  this.setJSON(val);
520
518
  // this.widgetFormData = val;
521
519
  }
@@ -161,7 +161,7 @@ export default {
161
161
  box-sizing: border-box;
162
162
 
163
163
  .table-content {
164
- height: 160px;
164
+ height: 120px;
165
165
  overflow-y: scroll;
166
166
  }
167
167
  }