@xilonglab/vue-main 1.5.11 → 1.5.16
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
|
@@ -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,10 @@ const triggers = {
|
|
|
103
102
|
display: none;
|
|
104
103
|
}
|
|
105
104
|
|
|
105
|
+
.iconfont {
|
|
106
|
+
margin-right: 5px;
|
|
107
|
+
}
|
|
108
|
+
|
|
106
109
|
.el-menu {
|
|
107
110
|
background: transparent;
|
|
108
111
|
}
|
|
@@ -148,6 +151,7 @@ const triggers = {
|
|
|
148
151
|
-o-transition: @transition-function;
|
|
149
152
|
background: transparent;
|
|
150
153
|
|
|
154
|
+
|
|
151
155
|
&:hover {
|
|
152
156
|
color: @sidebar-color !important;
|
|
153
157
|
background: linear-gradient(135deg, @menu-item-blue 0%, @menu-item-blue-light 50%, @menu-item-blue 100%) !important;
|
|
@@ -188,7 +192,8 @@ const triggers = {
|
|
|
188
192
|
|
|
189
193
|
// ==================== 子菜单标题样式 ====================
|
|
190
194
|
.el-sub-menu__title {
|
|
191
|
-
|
|
195
|
+
background: rgba(0,0,0,0.3) !important;
|
|
196
|
+
&:hover2 {
|
|
192
197
|
color: @sidebar-color !important;
|
|
193
198
|
background: linear-gradient(135deg, @menu-item-blue 0%, @menu-item-blue-light 50%, @menu-item-blue 100%) !important;
|
|
194
199
|
|
|
File without changes
|