style: 实体列表样式调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user