zydx-plus 1.34.459 → 1.34.461

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.34.459",
3
+ "version": "1.34.461",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -78,6 +78,7 @@
78
78
  </div>
79
79
  </div>
80
80
  <div class="cle-but-right">
81
+ <button class="cle-but" @click="cancel">取消</button>
81
82
  <button class="cle-but" @click="confirm">确认</button>
82
83
  </div>
83
84
  </div>
@@ -220,6 +221,9 @@ export default {
220
221
  };
221
222
  },
222
223
  methods: {
224
+ cancel() {
225
+ this.$emit('cancel')
226
+ },
223
227
  confirm() {
224
228
  let date = {start: this.dayChange}
225
229
  if(this.rangeMode) {
@@ -115,6 +115,8 @@ export default {
115
115
 
116
116
  .upload-centered {
117
117
  margin: 0 auto;
118
+ background: white;
119
+ padding: 20px;
118
120
  }
119
121
 
120
122
  .upload-schedule {
@@ -148,7 +148,7 @@
148
148
  height: 21px;
149
149
  }
150
150
  .buts-actives{
151
- color: #00ff00 !important;
151
+ color: #4B0C77 !important;
152
152
  }
153
153
  input[name='check'] {
154
154
  width: 15px;
package/src/index.js CHANGED
@@ -85,7 +85,7 @@ function install(app) {
85
85
  }
86
86
 
87
87
  export default {
88
- version: '1.34.459',
88
+ version: '1.34.461',
89
89
  install,
90
90
  Calendar,
91
91
  Message,