@lambo-design/shared 1.0.0-beta.84 → 1.0.0-beta.85
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.
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color :
|
|
75
|
+
@title-color : fade(@black, 45%);
|
|
76
76
|
@text-color : #515a6e;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -119,9 +119,6 @@
|
|
|
119
119
|
--menu-dark-submenu-bg: @menu-dark-submenu-bg; /* Submenu item */
|
|
120
120
|
--menu-dark-item-selected-bg: @menu-dark-item-selected-bg; /* Selected inner menu item */
|
|
121
121
|
--date-picker-cell-hover-bg: @date-picker-cell-hover-bg;
|
|
122
|
-
--selected-menu-item-bg: @selected-menu-item-bg;
|
|
123
|
-
--selected-submenu-bg: @selected-submenu-bg;
|
|
124
|
-
--selected-innermost-bg: @selected-innermost-bg;
|
|
125
122
|
--menu-item-hover-bg: @menu-item-hover-bg;
|
|
126
123
|
|
|
127
124
|
--shadow-color: @shadow-color;
|
|
@@ -626,13 +623,4 @@
|
|
|
626
623
|
/*pulldown*/
|
|
627
624
|
--vxe-pulldown-panel-background-color: @vxe-pulldown-panel-background-color;
|
|
628
625
|
|
|
629
|
-
.layout-header {
|
|
630
|
-
background-color: @layout-header-background;
|
|
631
|
-
|
|
632
|
-
.menu-item-selected {
|
|
633
|
-
background-color: @layout-header-selected-background;
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
|
|
638
626
|
}
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color :
|
|
75
|
+
@title-color : rgb(2, 35, 76);
|
|
76
76
|
@text-color : #666666;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -117,10 +117,6 @@
|
|
|
117
117
|
@menu-dark-submenu-bg: #0E356E; // 二级菜单背景色
|
|
118
118
|
@menu-dark-item-selected-bg: @menu-dark-bg; // 最内部的菜单背景色
|
|
119
119
|
@date-picker-cell-hover-bg : #e1f0fe;
|
|
120
|
-
// 使用LESS的颜色函数调整颜色值
|
|
121
|
-
@selected-menu-item-bg: rgb(61, 123, 246); // 选中的一级菜单颜色
|
|
122
|
-
@selected-submenu-bg: rgb(14, 53, 110); // 二级菜单颜色
|
|
123
|
-
@selected-innermost-bg: rgb(2, 35, 76); // 最内部的颜色
|
|
124
120
|
@menu-item-hover-bg: darken(@menu-dark-bg, 5%); // 鼠标悬停时稍暗一些的颜色
|
|
125
121
|
|
|
126
122
|
// Shadow
|
|
@@ -637,31 +633,6 @@ vxe-table
|
|
|
637
633
|
|
|
638
634
|
/*pulldown*/
|
|
639
635
|
@vxe-pulldown-panel-background-color : #fff;
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
.menu-item-selected {
|
|
644
|
-
background-color: @layout-header-selected-background;
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
// 更新侧边栏菜单样式
|
|
649
|
-
// 侧边菜单样式
|
|
650
|
-
.menu-dark {
|
|
651
|
-
background: @menu-dark-bg; // 侧边栏背景色
|
|
652
|
-
|
|
653
|
-
.ivu-dropdown-item {
|
|
654
|
-
background-color: rgb(2, 35, 76); // 设置所有下拉菜单项的背景色
|
|
655
|
-
|
|
656
|
-
&.active, &.open {
|
|
657
|
-
background-color: @menu-dark-item-selected-bg;
|
|
658
|
-
|
|
659
|
-
// 子菜单项的样式
|
|
660
|
-
.ivu-dropdown-item {
|
|
661
|
-
background-color: @menu-dark-item-selected-bg;
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
}
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
60
60
|
--component-background: #fff;
|
|
61
61
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
62
62
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
63
|
-
--title-color:
|
|
63
|
+
--title-color: fade(@black, 45%);
|
|
64
64
|
--text-color: #515a6e;
|
|
65
65
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
66
66
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
60
60
|
--component-background: #fff;
|
|
61
61
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
62
62
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
63
|
-
--title-color:
|
|
63
|
+
--title-color: rgb(2, 35, 76);
|
|
64
64
|
--text-color: #666666;
|
|
65
65
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
66
66
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -97,9 +97,6 @@ export default {
|
|
|
97
97
|
--menu-dark-active-bg: rgb(0, 44, 107);
|
|
98
98
|
--menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
99
99
|
--menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
|
|
100
|
-
--selected-menu-item-bg: rgb(61, 123, 246);
|
|
101
|
-
--selected-submenu-bg: rgb(14, 53, 110);
|
|
102
|
-
--selected-innermost-bg: rgb(2, 35, 76);
|
|
103
100
|
--menu-item-hover-bg: darken(@menu-dark-bg, 5%);
|
|
104
101
|
--date-picker-cell-hover-bg: #e1f0fe;
|
|
105
102
|
--shadow-color: rgb(2, 35, 76);
|