左侧样式

This commit is contained in:
wangweidong 2025-10-28 15:23:51 +08:00
parent 64812f8c83
commit 7d68032a76
1 changed files with 16 additions and 16 deletions

View File

@ -192,19 +192,27 @@
</script>
<style lang="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) {
color: white !important;
background-color: #1890ff !important;
background-color: #FBFBFD !important;
color: #1890ff !important;
border-radius: 8px;
// margin: 0px 20px 0 20px;
}
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
color: #606266 !important;
// background: #f0f0f0;
padding-bottom: 10px;;
color: #828284 !important;
border-radius: 6px;
padding-bottom: 10px;;
}
.jeecg-menu-vertical .jeecg-menu-item, .jeecg-menu-vertical .jeecg-menu-submenu-title {
position: relative;
@ -215,16 +223,8 @@
margin-top: 10px;
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{
background: #f0f0f0;
background: #f7f8fa;
border-radius: 6px;
}
.ant-drawer-close {