左侧样式
This commit is contained in:
parent
64812f8c83
commit
7d68032a76
|
|
@ -192,19 +192,27 @@
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
@import './index.less';
|
@import './index.less';
|
||||||
|
.jeecg-menu-vertical .jeecg-menu-item:hover, .jeecg-menu-vertical .jeecg-menu-submenu-title:hover {
|
||||||
|
color: #000 !important;
|
||||||
|
border-radius: 8px;
|
||||||
|
// background: #c9cacc;
|
||||||
|
// margin: 10px 20px 0 20px;
|
||||||
|
// transform: scale(1.02);
|
||||||
|
}
|
||||||
|
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active:not(.jeecg-menu-submenu)::after {
|
||||||
|
background-color: #FBFBFD !important;
|
||||||
|
}
|
||||||
.jeecg-menu-item-active:not(.jeecg-menu-submenu) {
|
.jeecg-menu-item-active:not(.jeecg-menu-submenu) {
|
||||||
color: white !important;
|
background-color: #FBFBFD !important;
|
||||||
background-color: #1890ff !important;
|
color: #1890ff !important;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
// margin: 0px 20px 0 20px;
|
// margin: 0px 20px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
|
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
|
||||||
color: #606266 !important;
|
color: #828284 !important;
|
||||||
// background: #f0f0f0;
|
|
||||||
padding-bottom: 10px;;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
padding-bottom: 10px;;
|
||||||
|
|
||||||
}
|
}
|
||||||
.jeecg-menu-vertical .jeecg-menu-item, .jeecg-menu-vertical .jeecg-menu-submenu-title {
|
.jeecg-menu-vertical .jeecg-menu-item, .jeecg-menu-vertical .jeecg-menu-submenu-title {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -215,16 +223,8 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jeecg-menu-vertical .jeecg-menu-item:hover, .jeecg-menu-vertical .jeecg-menu-submenu-title:hover {
|
|
||||||
color: #fff !important;
|
|
||||||
border-radius: 8px;
|
|
||||||
background: #c9cacc;
|
|
||||||
// margin: 10px 20px 0 20px;
|
|
||||||
transform: scale(1.02);
|
|
||||||
}
|
|
||||||
.jeecg-menu-item-active>.jeecg-menu-submenu-title{
|
.jeecg-menu-item-active>.jeecg-menu-submenu-title{
|
||||||
background: #f0f0f0;
|
background: #f7f8fa;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.ant-drawer-close {
|
.ant-drawer-close {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue