|
@@ -55,7 +55,6 @@
|
|
padding: 0 19px;
|
|
padding: 0 19px;
|
|
.el-dropdown-menu__item {
|
|
.el-dropdown-menu__item {
|
|
padding: 0;
|
|
padding: 0;
|
|
- line-height: 40px;
|
|
|
|
border-bottom: 1px solid #434555;
|
|
border-bottom: 1px solid #434555;
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
|
|
|
|
@@ -69,12 +68,16 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.el-button {
|
|
.el-button {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 100%;
|
|
color: #aaa !important;
|
|
color: #aaa !important;
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
border: none !important;
|
|
border: none !important;
|
|
outline: none !important;
|
|
outline: none !important;
|
|
- padding: 0 3px !important;
|
|
|
|
|
|
+ padding: 0 !important;
|
|
|
|
+ height: 40px;
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
|
+ text-align: left;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
color: $--color-white !important;
|
|
color: $--color-white !important;
|