修改样式

This commit is contained in:
yangjun 2026-03-18 13:34:39 +08:00
parent 03f8fd101b
commit 6a8fd1c89f
2 changed files with 4 additions and 7 deletions

View File

@ -201,12 +201,12 @@
}
.jeecg-menu-item-active:not(.jeecg-menu-submenu) {
background-color: #FBFBFD !important;
color: #1890ff !important;
color: #1890ff !important;
border-radius: 8px;
// margin: 0px 20px 0 20px;
}
.scrollbar__view{
padding: 0 10px;
padding: 0 3px;
}
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
color: #828284 !important;
@ -218,14 +218,13 @@
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
padding: 8px 8px 8px 16px !important;
padding: 8px 8px 8px;
}
.jeecg-menu-item-active>.jeecg-menu-submenu-title{
background: #f7f8fa;
border-radius: 6px;
padding-left: 16px !important;
}
.ant-drawer-close {
position: absolute;
@ -245,7 +244,6 @@ position: relative;
}
.jeecg-menu-vertical .jeecg-menu-item{
width: 100%;
padding-left: 16px !important;
}
.jeecg-menu-light .jeecg-menu{
width: 100%;
@ -253,7 +251,6 @@ position: relative;
>li{
width: 92%;
margin:5px auto;
padding-left: 16px !important;
}
}

View File

@ -262,7 +262,7 @@
width: 3px;
height: 100%;
background-color: @primary-color;
content: '';
// content: '';
}
}
}