zydx-plus 1.33.414 → 1.33.415

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.414",
3
+ "version": "1.33.415",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -87,7 +87,7 @@ export default defineComponent({
87
87
  switch (type) {
88
88
  case 'button': {
89
89
  let curr_name = this.active_state[idx] ? active_name : name
90
- let style = {color:this.active_state[idx] ? this.activeColor:'#000000'}
90
+ let style = {color:this.active_state[idx] ? this.activeColor:disabled?'#717171': '#000000'}
91
91
  let btn = h(
92
92
  <button
93
93
  class={this.active_state[idx] ? 'z-button z-active' : 'z-button'}
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.414',
86
+ version: '1.33.415',
87
87
  install,
88
88
  Calendar,
89
89
  Message,