4 changed files with 52 additions and 19 deletions
@ -1,20 +1,39 @@ |
|||||||
.list{ |
.list { |
||||||
margin-top: -10px; |
margin-top: -10px; |
||||||
max-height: 600px; |
max-height: 600px; |
||||||
padding: 0 5px; |
padding: 0 5px; |
||||||
overflow: auto; |
overflow: auto; |
||||||
.item{ |
|
||||||
display: flex; |
.item { |
||||||
border-bottom: 1px dotted #C7CAD0; |
display: flex; |
||||||
height: 50px; |
border-bottom: 1px dotted #C7CAD0; |
||||||
line-height: 50px; |
margin-bottom: 10px; |
||||||
.text{ |
.text { |
||||||
flex: 1; |
flex: 1; |
||||||
|
|
||||||
|
.assistant { |
||||||
|
|
||||||
|
span { |
||||||
|
color: #303133; |
||||||
|
margin-right: 6px; |
||||||
} |
} |
||||||
.state{ |
|
||||||
span{ |
img { |
||||||
margin-left: 8px; |
width: 16px; |
||||||
} |
height: 16px; |
||||||
|
vertical-align: text-bottom; |
||||||
} |
} |
||||||
|
text-align: left; |
||||||
|
white-space: nowrap; |
||||||
|
overflow: hidden; |
||||||
|
text-overflow: ellipsis; |
||||||
|
} |
||||||
} |
} |
||||||
} |
|
||||||
|
.state { |
||||||
|
span { |
||||||
|
margin-left: 8px; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue