Compare commits
No commits in common. "581c080f115bd58102ea47bc8a7fec51b5fb93cb" and "7ac2f76ae8a82f36932ff066ad18ac5d3d3f7624" have entirely different histories.
581c080f11
...
7ac2f76ae8
|
|
@ -323,13 +323,13 @@
|
||||||
|
|
||||||
.aui-inputClear {
|
.aui-inputClear {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid #f4f5f9;
|
// border-bottom: 1px solid #cccccc;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
background: #f4f5f9;
|
background: #f4f5f9;
|
||||||
|
margin-bottom: 8px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-inputClear .icon {
|
.aui-inputClear .icon {
|
||||||
|
|
@ -340,7 +340,7 @@
|
||||||
|
|
||||||
.aui-inputClear input {
|
.aui-inputClear input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 12px;
|
padding: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
@ -368,11 +368,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-inputClear:focus {
|
.aui-inputClear:focus {
|
||||||
border: 1px solid #1b90ff;
|
border-bottom: 1px solid #1b90ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-inputClear:hover {
|
.aui-inputClear:hover {
|
||||||
border: 1px solid #1b90ff;
|
border-bottom: 1px solid #1b90ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-choice {
|
.aui-choice {
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,6 @@
|
||||||
.scrollbar__wrap {
|
.scrollbar__wrap {
|
||||||
margin-bottom: 18px !important;
|
margin-bottom: 18px !important;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding:0 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar__view {
|
.scrollbar__view {
|
||||||
|
|
|
||||||
|
|
@ -202,9 +202,9 @@
|
||||||
|
|
||||||
.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: #606266 !important;
|
||||||
// background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
padding-bottom: 10px;;
|
padding-bottom: 10px;;
|
||||||
border-radius: 6px;
|
|
||||||
}
|
}
|
||||||
.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;
|
||||||
|
|
@ -223,10 +223,7 @@
|
||||||
// margin: 10px 20px 0 20px;
|
// margin: 10px 20px 0 20px;
|
||||||
transform: scale(1.02);
|
transform: scale(1.02);
|
||||||
}
|
}
|
||||||
.jeecg-menu-item-active>.jeecg-menu-submenu-title{
|
|
||||||
background: #f0f0f0;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
.ant-drawer-close {
|
.ant-drawer-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
@ -239,16 +236,4 @@
|
||||||
// min-height: 0;
|
// min-height: 0;
|
||||||
// padding: 3px;
|
// 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>
|
</style>
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue