meixioacomponent 0.2.22 → 0.2.25

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": "meixioacomponent",
3
- "version": "0.2.22",
3
+ "version": "0.2.25",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -30,7 +30,7 @@ export default {
30
30
  },
31
31
  source: {
32
32
  type: String,
33
- default: "icon-user",
33
+ default: "meixicomponenticon-user",
34
34
  },
35
35
  size: {
36
36
  type: String,
@@ -101,6 +101,8 @@ export default {
101
101
  return `meixicomponenticonfont ${this.$props.name}`;
102
102
  } else if (_iconClass == "element") {
103
103
  return `${this.$props.name}`;
104
+ } else if (_iconClass == "other") {
105
+ return `${this.$props.name}`;
104
106
  }
105
107
  },
106
108
  },
@@ -14,6 +14,7 @@
14
14
  <el-button
15
15
  slot="reference"
16
16
  :size="buttonSize"
17
+ :disabled="disabled"
17
18
  class="popover-button"
18
19
  :type="module ? 'selected' : 'info'"
19
20
  >
@@ -76,7 +77,6 @@ export default {
76
77
  // icon的类名
77
78
  buttonIcon: {
78
79
  type: String,
79
-
80
80
  require: false,
81
81
  },
82
82
 
@@ -120,9 +120,9 @@ export default {
120
120
  align-items: center;
121
121
  flex-flow: row nowrap;
122
122
  justify-content: flex-start;
123
- }
124
- .inner-span {
125
- margin-left: var(--margin-3);
123
+ :nth-child(2) {
124
+ margin-left: var(--margin-3);
125
+ }
126
126
  }
127
127
  }
128
128
  </style>