feat: 调整了查看全部按钮的位置

This commit is contained in:
ZiuChen
2022-08-25 22:24:15 +08:00
parent f707ac41f1
commit 2d4f7bce05
2 changed files with 24 additions and 21 deletions

View File

@@ -24,6 +24,7 @@
padding: 10px;
.clip-time {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-width: 100px;
@@ -37,6 +38,9 @@
border-radius: 5px;
min-width: 50px;
padding: 5px 7px 5px 7px;
&.clip-data-status {
color: @primary-color;
}
}
}
.clip-data {
@@ -54,15 +58,6 @@
max-width: 90%;
box-shadow: 0px 0px 3px @text-color;
}
.clip-data-status {
position: absolute;
width: fit-content;
color: @text-color;
background-color: @primary-color-lighter;
border-radius: 5px;
padding: 5px;
font-size: 13px;
}
}
}
.clip-count {