Compare commits
2 Commits
45ef787ccf
...
64812f8c83
| Author | SHA1 | Date |
|---|---|---|
|
|
64812f8c83 | |
|
|
a8e54f076b |
|
|
@ -349,11 +349,10 @@
|
|||
|
||||
.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;
|
||||
}
|
||||
|
|
@ -366,7 +365,7 @@
|
|||
|
||||
.aui-inputClear input {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
padding: 12px;
|
||||
border: none;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
|
|
@ -394,11 +393,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 {
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@
|
|||
.scrollbar__wrap {
|
||||
margin-bottom: 18px !important;
|
||||
overflow-x: hidden;
|
||||
padding:0 18px;
|
||||
}
|
||||
|
||||
.scrollbar__view {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
@ -219,11 +219,14 @@
|
|||
.jeecg-menu-vertical .jeecg-menu-item:hover, .jeecg-menu-vertical .jeecg-menu-submenu-title:hover {
|
||||
color: #fff !important;
|
||||
border-radius: 8px;
|
||||
background: #c9cacc;
|
||||
background: #c9cacc;
|
||||
// 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;
|
||||
|
|
@ -235,4 +238,41 @@ position: relative;
|
|||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.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:80% !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: 18px !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: 80%;
|
||||
margin:5px auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
<div class="aui-inputClear">
|
||||
<a-row>
|
||||
<a-col :span="2">
|
||||
<span style="margin-top: 10px;display: block;"><img :src="icon1Img" alt="账号" style="width: 20px;" /></span>
|
||||
<span style="margin-top: 12px;display: block;"><img :src="icon1Img" alt="账号" style="width: 20px;" /></span>
|
||||
</a-col>
|
||||
<a-col :span="20">
|
||||
<a-form-item>
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<div class="aui-inputClear">
|
||||
<a-row>
|
||||
<a-col :span="2">
|
||||
<span style="margin-top: 10px;display: block;"><img :src="icon2Img" alt="密码" style="width: 20px;" /></span>
|
||||
<span style="margin-top: 12px;display: block;"><img :src="icon2Img" alt="密码" style="width: 20px;" /></span>
|
||||
</a-col>
|
||||
<a-col :span="20">
|
||||
<a-form-item>
|
||||
|
|
@ -391,7 +391,10 @@
|
|||
<style lang="less" scoped>
|
||||
@import '/@/assets/loginmini/style/home.less';
|
||||
@import '/@/assets/loginmini/style/base.less';
|
||||
|
||||
|
||||
.ant-form-item {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
:deep(.ant-input:focus) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue