@jx3box/jx3box-common-ui 5.1.3 → 5.1.4

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": "@jx3box/jx3box-common-ui",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -57,6 +57,9 @@ export default {
57
57
  !!~~val && this.loadData();
58
58
  },
59
59
  },
60
+ defaultVisible : function (val){
61
+ this.visible = val
62
+ }
60
63
  },
61
64
  methods: {
62
65
  handleShow: function () {
@@ -118,7 +118,7 @@ export default {
118
118
  .lt(0);
119
119
  writing-mode: vertical-rl;
120
120
  .fz(12px);
121
- background: #49c10f;
121
+ background: @primary;
122
122
  color: #fff;
123
123
  .h(100%);
124
124
  .x;