@xilonglab/vue-main 1.5.16 → 1.6.1

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": "@xilonglab/vue-main",
3
- "version": "1.5.16",
3
+ "version": "1.6.1",
4
4
  "description": "xilong vue main",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -31,7 +31,7 @@ function handleClick(event) {
31
31
  :size="size"
32
32
  :type="type"
33
33
  :disabled="disabled"
34
- :loading="loading?loading.value:false"
34
+ :loading="loading?.value ?? loading ?? false"
35
35
  :icon="icon"
36
36
  @click="handleClick"
37
37
  >
@@ -105,6 +105,9 @@ const triggers = {
105
105
  .iconfont {
106
106
  margin-right: 5px;
107
107
  }
108
+ .el-sub-menu__icon-arrow{
109
+ margin-right:-8px;
110
+ }
108
111
 
109
112
  .el-menu {
110
113
  background: transparent;