zydx-plus 1.33.365 → 1.33.366

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": "zydx-plus",
3
- "version": "1.33.365",
3
+ "version": "1.33.366",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -80,6 +80,7 @@ export default {
80
80
  },
81
81
  watch: {
82
82
  actives(val) {
83
+ console.log(val)
83
84
  if (val === -1) return
84
85
  this.active = val
85
86
  }
@@ -135,9 +136,9 @@ export default {
135
136
  padding: 0 10px;
136
137
  cursor: pointer;
137
138
  }
138
- .list-li{
139
- padding-bottom: 10px;
140
- }
139
+ /*.list-li{*/
140
+ /*padding-bottom: 10px;*/
141
+ /*}*/
141
142
  .list-li > span {
142
143
  font-size: 16px;
143
144
  line-height: 30px;
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.365',
86
+ version: '1.33.366',
87
87
  install,
88
88
  Calendar,
89
89
  Message,