菜单和登录样式

This commit is contained in:
wangweidong 2025-10-27 15:18:41 +08:00
parent 03bf58569e
commit baaad2ee26
3 changed files with 572 additions and 498 deletions

View File

@ -349,13 +349,14 @@
.aui-inputClear {
width: 100%;
// border-bottom: 1px solid #cccccc;
border: 1px solid #f4f5f9;
position: relative;
padding-left: 20px;
background: #f4f5f9;
margin-bottom: 8px;
margin-top: 20px;
border-radius: 8px;
}
.aui-inputClear .icon {
@ -366,7 +367,7 @@
.aui-inputClear input {
width: 100%;
padding: 10px;
padding: 12px;
border: none;
color: #333333;
font-size: 14px;
@ -394,11 +395,11 @@
}
.aui-inputClear:focus {
border-bottom: 1px solid #1b90ff;
border: 1px solid #1b90ff;
}
.aui-inputClear:hover {
border-bottom: 1px solid #1b90ff;
border: 1px solid #1b90ff;
}
.aui-choice {

View File

@ -199,10 +199,12 @@
border-radius: 8px;
// margin: 0px 20px 0 20px;
}
.scrollbar__view{
padding: 0 10px;
}
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
color: #606266 !important;
background: #f0f0f0;
border-radius: 6px;
padding-bottom: 10px;;
}
@ -223,7 +225,10 @@
// margin: 10px 20px 0 20px;
transform: scale(1.02);
}
.jeecg-menu-item-active>.jeecg-menu-submenu-title{
background: #f0f0f0;
border-radius: 6px;
}
.ant-drawer-close {
position: absolute;
right: 0;
@ -236,4 +241,42 @@ position: relative;
min-height: 0;
padding: 3px;
}
.jeecg-menu-item-active .jeecg-menu>li>.jeecg-menu-submenu-title{
padding-left:0 !important;
}
.jeecg-menu-item-active>.jeecg-menu{
margin-top:10px;
background: #FBFBFD;
// border-radius: 6px;
}
.jeecg-menu-submenu .jeecg-simple-menu__parent{
width:85% !important;
}
.jeecg-menu-submenu, .jeecg-menu-opened, .jeecg-simple-menu__parent .jeecg-menu>.jeecg-menu-submenu,.jeecg-simple-menu__parent{
margin:5px auto;
padding-left:0 !important;
}
.jeecg-menu-vertical .jeecg-menu-item{
width: 100%;
padding-left: 16px !important;
}
.jeecg-menu-submenu, .jeecg-menu-opened, .jeecg-simple-menu__parent .jeecg-menu-submenu-title{
padding-left: 8px !important;
}
.jeecg-menu-item-active .jeecg-menu>li>.jeecg-menu-submenu-title{
padding-left: 10px !important;
}
.jeecg-menu-light .jeecg-menu{
width: 100%;
margin: 5 auto;
border-radius: 6px;
padding: 2px 0;
>li{
width: 85%;
margin:5px auto;
}
}
</style>

File diff suppressed because it is too large Load Diff