feat: 移除more按钮 改为显示在data左上角的div

This commit is contained in:
ZiuChen
2022-08-15 17:27:09 +08:00
parent 86b13fd67f
commit a21882a250
2 changed files with 19 additions and 29 deletions

View File

@@ -46,9 +46,10 @@
img {
max-height: 150px;
}
.clip-image-size {
.clip-data-status {
position: absolute;
background-color: @bg-color;
color: @bg-color;
background-color: @text-color;
}
}
}
@@ -62,18 +63,5 @@
color: @text-color-lighter;
padding: 10px;
}
.clip-more {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
font-size: 13px;
cursor: pointer;
border-radius: 0px 5px 5px 0px;
}
.clip-more:hover {
background-color: @text-bg-color;
transition: all 0.15s;
}
}
}