Мелкие фиксы стилей
This commit is contained in:
@@ -121,6 +121,7 @@ h1 {
|
|||||||
|
|
||||||
.menu-content {
|
.menu-content {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-content__group-title {
|
.menu-content__group-title {
|
||||||
@@ -149,6 +150,11 @@ h1 {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-list-item:hover,
|
||||||
|
.menu-content :deep(.el-menu-item.menu-list-item:hover) {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
.menu-list-item.is-active {
|
.menu-list-item.is-active {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,11 +60,11 @@ const imageSrc = computed(() => props.image || APP_LOGO)
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
background: rgba(255, 255, 255, 0.05);
|
background: rgba(255, 255, 255, 0.05);
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-card:hover {
|
.list-card:hover {
|
||||||
background: rgba(35, 170, 227, 0.2);
|
background: rgba(35, 170, 227, 0.2);
|
||||||
transform: translateX(5px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-card--active {
|
.list-card--active {
|
||||||
@@ -81,6 +81,7 @@ const imageSrc = computed(() => props.image || APP_LOGO)
|
|||||||
.list-card__image {
|
.list-card__image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
background-size: initial;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||||
@@ -106,5 +107,8 @@ const imageSrc = computed(() => props.image || APP_LOGO)
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user