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