@lambo-design/pro-layout 1.0.0-beta.254 → 1.0.0-beta.256

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.254",
3
+ "version": "1.0.0-beta.256",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -5,7 +5,7 @@
5
5
  :class="['drop-menu-a', activeItem.indexOf(parentItem.name) >= 0 ? 'selected-parent' : '']" type="text"
6
6
  @mouseover="handleMousemove($event, children)">
7
7
  <ProLayoutSiderIcon :icon-type="parentItem.meta.icon" :icon-size="hideTitle ? 26 : 14"></ProLayoutSiderIcon>
8
- <span v-if="!hideTitle" class="menu-title">&nbsp;{{ showTitle(parentItem) }}</span>
8
+ <span v-if="!hideTitle" class="menu-title" style="display: inline-block">&nbsp;{{ showTitle(parentItem) }}</span>
9
9
  <Icon v-if="!hideTitle" :size="16"type="ios-arrow-forward"/>
10
10
  </a>
11
11
  <DropdownMenu ref="dropdown" slot="list" style="width: auto">
@@ -238,9 +238,6 @@ export default {
238
238
  @import "@lambo-design/core/src/styles/default.less";
239
239
  .search-fast-con-side-modal {
240
240
  .ivu-modal{
241
- padding-top: 1px;
242
- margin-left: 0px;
243
- margin-top: 1px;
244
241
  .ivu-modal-content{
245
242
  width: 218px;
246
243
  margin-top: -18px;
@@ -51,7 +51,6 @@
51
51
  <ProLayoutOtherMenu :collapsed="collapsed" @select-menu="selectMenu"></ProLayoutOtherMenu>
52
52
  <ProLayoutSiderSearch
53
53
  v-show="!collapsed"
54
- style="margin-right: 35px; margin-left: 1px; padding-top: 1px"
55
54
  :searchType="0"
56
55
  @select-menu="selectMenu"
57
56
  ></ProLayoutSiderSearch>
@@ -15,13 +15,13 @@
15
15
  }
16
16
  }
17
17
  .pro-layout-nav-wrapper{
18
- background: var(--layout-header-background,@_layout-header-background);
18
+ background: transparent;
19
19
  color: var(--layout-header-nav-color,@_layout-header-nav-color);
20
20
  .ivu-menu-dark{
21
- background: var(--layout-header-background,@_layout-header-background);
21
+ background: transparent;
22
22
  color: var(--layout-header-nav-color,@_layout-header-nav-color);
23
23
  .ivu-menu-item {
24
- background: var(--layout-header-background,@_layout-header-background);
24
+ background: transparent;
25
25
  color: var(--layout-header-nav-color,@_layout-header-nav-color);
26
26
  &:hover {
27
27
  .line {
@@ -37,14 +37,14 @@
37
37
  }
38
38
  }
39
39
  .ivu-menu-submenu {
40
- background: var(--layout-header-background,@_layout-header-background);
40
+ background: transparent;
41
41
  color: var(--layout-header-nav-color,@_layout-header-nav-color);
42
42
  .ivu-select-dropdown {
43
- background: var(--layout-header-background,@_layout-header-background);
44
- color: var(--layout-header-nav-color,@_layout-header-nav-color);
43
+ background: var(--layout-header-drop-background,@_layout-header-drop-background);
44
+ color: var(--layout-header-drop-color,@_layout-header-drop-color);
45
45
  .ivu-menu-item {
46
- background: var(--layout-header-background,@_layout-header-background);
47
- color: var(--layout-header-nav-color,@_layout-header-nav-color);
46
+ background: var(--layout-header-drop-background,@_layout-header-drop-background);
47
+ color: var(--layout-header-drop-color,@_layout-header-drop-color);
48
48
  &:hover {
49
49
  background: var(--layout-header-drop-active-background,@_layout-header-drop-active-background);
50
50
  color: var(--layout-header-nav-active-color,@_layout-header-nav-active-color);
@@ -93,15 +93,15 @@
93
93
 
94
94
  .pro-layout-tools-wrapper{
95
95
  .font-padding{
96
- color: var(--layout-header-drop-color,@_layout-header-drop-color);
96
+ color: var(--layout-header-color,@_layout-header-color);
97
97
  &:hover {
98
- color: var(--layout-header-drop-active-color,@_layout-header-drop-active-color);
98
+ color: var(--layout-header-active-color,@_layout-header-active-color);
99
99
  }
100
100
  }
101
101
  .user-avatar-dropdown{
102
102
  .ivu-dropdown-rel{
103
103
  &:hover{
104
- color: var(--layout-header-drop-active-color,@_layout-header-drop-active-color);
104
+ color: var(--layout-header-active-color,@_layout-header-active-color);
105
105
  }
106
106
  }
107
107
  .ivu-select-dropdown{
@@ -6,7 +6,7 @@
6
6
  z-index: 1000;
7
7
  &.other-menu-collapsed {
8
8
  .other-menu-item {
9
- border-top: 2px solid var(--black,@_black);
9
+ border-top: 2px solid var(--border-color-base,@_border-color-base);
10
10
  width: 100%;
11
11
  .ivu-tooltip {
12
12
  width: 100%;
@@ -28,7 +28,7 @@
28
28
  height: 48.6px;
29
29
  width: 50%;
30
30
  display: inline-block;
31
- border: 1px solid var(--black,@_black);
31
+ border: 1px solid var(--border-color-base,@_border-color-base);
32
32
  cursor: pointer;
33
33
  }
34
34
  }