菜单和登录样式

This commit is contained in:
wangweidong 2025-10-27 15:16:42 +08:00
parent cb8aada8b3
commit 2b08a1853a
4 changed files with 544 additions and 499 deletions

View File

@ -323,13 +323,13 @@
.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 {
@ -340,7 +340,7 @@
.aui-inputClear input {
width: 100%;
padding: 10px;
padding: 12px;
border: none;
color: #333333;
font-size: 14px;
@ -368,11 +368,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

@ -84,6 +84,7 @@
.scrollbar__wrap {
margin-bottom: 18px !important;
overflow-x: hidden;
padding:0 18px;
}
.scrollbar__view {

View File

@ -202,9 +202,9 @@
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
color: #606266 !important;
background: #f0f0f0;
// background: #f0f0f0;
padding-bottom: 10px;;
border-radius: 6px;
}
.jeecg-menu-vertical .jeecg-menu-item, .jeecg-menu-vertical .jeecg-menu-submenu-title {
position: relative;
@ -223,7 +223,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 +239,16 @@
// min-height: 0;
// padding: 3px;
// }
.jeecg-menu-item-active>.jeecg-menu{
margin-top:10px;
background: #FBFBFD;
border-radius: 6px;
}
.jeecg-menu-item-active .jeecg-menu>li{
width:80%;
margin:5px auto;
padding-left:18px !important;
}
</style>

File diff suppressed because it is too large Load Diff