fix: 超长图片越界 调整hover动画

This commit is contained in:
ZiuChen 2022-08-16 12:02:15 +08:00
parent f110bc5dda
commit 8ec4d96ee9

View File

@ -7,8 +7,9 @@
border-width: 0px 0px 1px 0px; border-width: 0px 0px 1px 0px;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
border: 0px solid @primary-color;
border-width: 1px 0px 1px 0px;
background-color: @text-bg-color-lighter; background-color: @text-bg-color-lighter;
transition: all 0.15s;
} }
.clip-info { .clip-info {
display: flex; display: flex;
@ -45,6 +46,7 @@
background-color: @bg-color; background-color: @bg-color;
img { img {
max-height: 150px; max-height: 150px;
max-width: 90%;
} }
.clip-data-status { .clip-data-status {
position: absolute; position: absolute;