meixioacomponent 0.2.73 → 0.2.74

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.
@@ -3961,7 +3961,7 @@
3961
3961
  .el-menu-item:focus,
3962
3962
  .el-menu-item:hover {
3963
3963
  outline: 0;
3964
- background-color: var(--hover-gray);
3964
+ background-color: var(--color-gray-d);
3965
3965
  }
3966
3966
  .el-menu-item.is-disabled {
3967
3967
  opacity: 0.25;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.2.73",
3
+ "version": "0.2.74",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -189,7 +189,7 @@ export default {
189
189
  if (this.$props.header) {
190
190
  return { height: `calc(100% - 56px)` };
191
191
  } else {
192
- return { height: `calc(100% - var(--margin-4))` };
192
+ return { height: `calc(100%)` };
193
193
  }
194
194
  },
195
195
  handleStyle() {
@@ -234,7 +234,6 @@ export default {
234
234
  width: 100%;
235
235
  overflow-y: auto;
236
236
  position: relative;
237
- margin-top: var(--margin-4);
238
237
  }
239
238
  }
240
239
 
@@ -252,7 +252,7 @@ export default {
252
252
  return this.$props.config.multipleLimit ? true : false;
253
253
  },
254
254
  selectLoading() {
255
- return this.selectStore.getLoading();
255
+ return this.selectStore?.getLoading();
256
256
  },
257
257
  selectStore() {
258
258
  return componentConfig.selectStore.getStore(this.$props.config.useStore);
@@ -3961,7 +3961,7 @@
3961
3961
  .el-menu-item:focus,
3962
3962
  .el-menu-item:hover {
3963
3963
  outline: 0;
3964
- background-color: var(--hover-gray);
3964
+ background-color: var(--color-gray-d);
3965
3965
  }
3966
3966
  .el-menu-item.is-disabled {
3967
3967
  opacity: 0.25;