fix: 实体filter查看更多样式调整和添加filter标题国际化

This commit is contained in:
刘洪洪
2023-09-22 11:21:06 +08:00
parent 6f9110b36f
commit 55227977d3
3 changed files with 17 additions and 11 deletions

View File

@@ -97,13 +97,18 @@
border: 1px solid #E8E8E8;
}
.filter-show-more {
.filter-show-more, .filter-no-show-more {
cursor: pointer;
height: 26px;
line-height: 26px;
margin-left: 20px;
color: #046ECA;
user-select: none; // 禁止文本选中
font-size: 12px;
}
.filter-no-show-more {
cursor: not-allowed;
color: rgba(16, 16, 16, 0.3);
}
.filter-hr {