@xilonglab/vue-main 1.5.15 → 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.15",
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
  >
@@ -67,7 +67,6 @@ const triggers = {
67
67
 
68
68
 
69
69
  <style lang="less">
70
- // ==================== 变量定义 ====================
71
70
  @sidebar-background: rgb(0 0 0 / 40%);
72
71
  @sidebar-color: #f0f0f0;
73
72
  @sidebar-active-background: rgb(0 0 0 / 30%);
@@ -103,6 +102,13 @@ const triggers = {
103
102
  display: none;
104
103
  }
105
104
 
105
+ .iconfont {
106
+ margin-right: 5px;
107
+ }
108
+ .el-sub-menu__icon-arrow{
109
+ margin-right:-8px;
110
+ }
111
+
106
112
  .el-menu {
107
113
  background: transparent;
108
114
  }