@lambo-design/pro-layout 1.0.0-beta.104 → 1.0.0-beta.106

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": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.104",
3
+ "version": "1.0.0-beta.106",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -27,8 +27,9 @@
27
27
  </MenuItem>
28
28
  </template>
29
29
  </template>
30
- <ProLayoutOtherMenu></ProLayoutOtherMenu>
31
30
  </Menu>
31
+ <ProLayoutOtherMenu></ProLayoutOtherMenu>
32
+
32
33
  <div v-show="collapsed" :list="menuList" class="menu-collapsed">
33
34
  <template v-for="item in menuList">
34
35
  <ProLayoutSiderCollapsedMenu v-if="item.children && item.children.length > 1" :key="`drop-menu-${item.name}`"
@@ -50,11 +50,12 @@
50
50
 
51
51
 
52
52
  .other-menu-item {
53
- color: #F0F0F0;
53
+ color: var(--menu-dark-subsidiary-color, rgba(255, 255, 255, 0.7));
54
+ //color: #F0F0F0;
54
55
  text-align: center;
55
56
  line-height: 50px;
56
57
  height: 50px;
57
- width: 100px;
58
+ width: 50%;
58
59
  display: inline-block;
59
60
  border-right: 2px solid #000000;
60
61
  cursor: pointer;
@@ -99,7 +100,7 @@
99
100
  cursor: pointer;
100
101
  height: 38px;
101
102
  font-weight: bold;
102
- color: var(--primary-color,@_primary-color);
103
+ color: var(--tooltip-color ,@_tooltip-color );
103
104
  }
104
105
 
105
106
  .delete {