feat: 长内容以蓝色高亮显示 不再提供查看全部按钮

This commit is contained in:
ZiuChen
2022-09-08 19:37:54 +08:00
parent 4576b44c29
commit 5bf7d33936
4 changed files with 23 additions and 38 deletions

View File

@@ -37,16 +37,7 @@
background-color: @text-bg-color;
border-radius: 5px;
min-width: 50px;
padding: 5px 7px 5px 7px;
&.clip-data-status {
color: @primary-color;
transition: all 0.15s;
&:hover {
color: @bg-color;
background-color: @primary-color;
transition: all 0.15s;
}
}
padding: 5px 7px;
}
}
.clip-data {
@@ -65,6 +56,9 @@
max-width: 90%;
box-shadow: 0px 0px 3px @text-color;
}
.clip-over-sized-content {
color: @primary-color-lighter;
}
}
}
.clip-count {

View File

@@ -4,6 +4,7 @@
align-items: center;
cursor: pointer;
font-size: 13px;
width: fit-content;
&:hover {
text-decoration: underline;
&::after {