style: 实体列表样式调整

This commit is contained in:
@changcode
2022-06-13 18:09:05 +08:00
parent 6ff0a30e75
commit 895f9059a8
3 changed files with 10 additions and 4 deletions

View File

@@ -34,7 +34,6 @@
padding: 11px 0 21px 0;
.filter__row {
padding: 0 15px;
height: 26px;
align-items: center;
cursor: pointer;
transition: all linear .2s;
@@ -49,12 +48,19 @@
.row__label {
font-size: 14px;
flex: 8;
display: flex;
i {
color: #8FA1BE;
}
span {
padding-left: 6px;
color: #333;
word-break: normal;
width: auto;
display: block;
white-space: pre-wrap;
word-wrap: break-word;
overflow: hidden;
}
}
.row__value {

View File

@@ -22,8 +22,8 @@
.entity-list--list {
display: flex;
flex-direction: column;
/*height: 100%;
overflow: visible;/*overflow: auto;*/
height: 100%;
/*overflow: visible;/*overflow: auto;*/
.cn-entity__shadow {
position: fixed;